File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file. This
3
3
project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 2.7.7]
6
+
7
+ ### Fixed
8
+ * Fix the support for rspec-expectations >= 3.8.5.
9
+
10
+ ### Changed
11
+ * Remove the rspec-expectations dependency limit introduced in 2.7.6.
12
+
5
13
## [ 2.7.6]
6
14
7
15
### Changed
Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ title: Change Log
4
4
icon : fa fa-history
5
5
---
6
6
7
+ ## 2.7.7
8
+
9
+ <a href="https://github.com/rodjek/rspec-puppet/compare/v2.7.6...v2.7.7 "
10
+ class="btn btn-primary btn-inline pull-right">View Diff</a >
11
+
12
+ ### Fixed
13
+ * Fix the support for rspec-expectations >= 3.8.5.
14
+
15
+ ### Changed
16
+ * Remove the rspec-expectations dependency limit introduced in 2.7.6.
17
+
7
18
## 2.7.6
8
19
9
20
<a href="https://github.com/rodjek/rspec-puppet/compare/v2.7.5...v2.7.6 "
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = 'rspec-puppet'
3
- s . version = '2.7.6 '
3
+ s . version = '2.7.7 '
4
4
s . homepage = 'https://github.com/rodjek/rspec-puppet/'
5
5
s . summary = 'RSpec tests for your Puppet manifests'
6
6
s . description = 'RSpec tests for your Puppet manifests'
You can’t perform that action at this time.
0 commit comments