knife-tidy 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e04935bf3d0b78a9335c282536a3a958d91e9829
4
- data.tar.gz: 5b9aca0ef438913cfe570d1cf819db2a1638e10e
3
+ metadata.gz: abbe15f18176b1287e62fc23f1929cf5a539fa3b
4
+ data.tar.gz: cf42b128b0b9aceb02a52e47088869a13ab24315
5
5
  SHA512:
6
- metadata.gz: e0ac18821c1ac1206fa0fe60664b0e5d7a1c21f99fb6d824f2db9abcfa4fb1fcacf3cfa65a2652f51de3d6bf8b53cd3b6cf35525f1fbe21a3acebddc67df0645
7
- data.tar.gz: be9179c5f00eb55e79a5f7b3aa847df33a0bf40845aedab2af27912194398932113eec8ce1bea2441585ee0241d50651821874d4cfc153d1acd80a722ce3ed74
6
+ metadata.gz: d84dfcf81e7b9c6a8056c7b56d391136de029f3d7e53a1dddf141d4c592f98ffa73eba044820e0cae2fcc1bb5c5297f408565a4cbd06d19d484183e686327bff
7
+ data.tar.gz: 73e2f80192bbd79009de4a7b8225b88807e81eca3962758072ccb4d9d95fc05dbb6e46aa9ee6189176f1ef233ef4362ee780a7651751903a2161fbb0252ebb78
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## [0.2.2](https://github.com/chef-customers/knife-tidy/tree/0.2.2) (2017-09-11)
4
+ [Full Changelog](https://github.com/chef-customers/knife-tidy/compare/0.2.1...0.2.2)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - Jeremymv2/fix to i [\#13](https://github.com/chef-customers/knife-tidy/pull/13) ([jeremymv2](https://github.com/jeremymv2))
9
+ - release 0.2.1 [\#11](https://github.com/chef-customers/knife-tidy/pull/11) ([jeremymv2](https://github.com/jeremymv2))
3
10
 
4
11
  ## [0.2.1](https://github.com/chef-customers/knife-tidy/tree/0.2.1) (2017-09-01)
5
12
  [Full Changelog](https://github.com/chef-customers/knife-tidy/compare/0.2.0...0.2.1)
@@ -22,7 +29,6 @@
22
29
  - updated changelog [\#3](https://github.com/chef-customers/knife-tidy/pull/3) ([jeremymv2](https://github.com/jeremymv2))
23
30
  - bump version to 0.1.1 [\#2](https://github.com/chef-customers/knife-tidy/pull/2) ([jeremymv2](https://github.com/jeremymv2))
24
31
 
25
- ## [0.1.0](https://github.com/chef-customers/knife-tidy/tree/0.1.0) (2017-09-01)
26
- [Full Changelog](https://github.com/chef-customers/knife-tidy/compare/0.2.1...0.1.0)
32
+
27
33
 
28
34
  \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
data/knife-tidy.gemspec CHANGED
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.files = `git ls-files`.split("\n")
16
16
  s.require_paths = ["lib"]
17
17
 
18
- s.required_ruby_version = ">= 2.2.0"
18
+ s.required_ruby_version = ">= 2.0.0"
19
19
 
20
20
  s.add_development_dependency "rake", "~> 11.0"
21
21
  s.add_development_dependency "rspec", "~> 3.4"
@@ -1,4 +1,4 @@
1
1
  module KnifeTidy
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  MAJOR, MINOR, TINY = VERSION.split('.')
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-tidy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Miller
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
137
  - - ">="
138
138
  - !ruby/object:Gem::Version
139
- version: 2.2.0
139
+ version: 2.0.0
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  requirements:
142
142
  - - ">="