knife-chop 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +8 -8
  2. data/Gemfile.lock +1 -1
  3. data/Rakefile +18 -18
  4. data/VERSION +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- N2U3MjAzMjZmNDNhM2ZlNWY5YmJmOTVhYjYzYzMzMGUxY2Y4MDE2NA==
4
+ YTIwYWYzYTllOGVkYTYwMGUyNjY2M2YyNWMyZmYzMTk5MWRlODRiZA==
5
5
  data.tar.gz: !binary |-
6
- OWM2ZjQ0YjhmZWVkNDBiOGJkY2M0YjZkYTk4MzVhMmU5MzNhYWZhOQ==
6
+ ODZiZWZiNjA0ZTI5MWNmNTZhMTAzOTk2NTY2ZWY2M2IzNjI4ZGVmNw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZTI2MTM1ZjUwY2FjOGRiNWU3MWVlMWM1ZGJlYzVkZDA4YmQ0NjE1ZWVmYTQ5
10
- YjU3ZjRjN2RiMjMxNWUyMjg0MGYwMDhjYWNiMzliNTcxMjk4ZDU2Mjc4YTI2
11
- MDZiMjU3ZWZhZGNkMzZhYmI2NDZhNGZiNWEzZjY0MTMxNmMzNjA=
9
+ ZWMyOWY5YzYxZGI2MmUyMTI4ZGQ0MmY1ZGNlZWIwMGZiNTQ3ZmI4NTFhM2Rk
10
+ NzA4MTQ1MDQwYmQ1Y2ZmOTljODg4ZjRlY2JkZWM3ODczODhlZmYyNzAwZjdj
11
+ YjgyMTg0Zjk1NTg2MDJjMTcyNGQxNDM2MmI4ZDc0YjAwOWRkZmU=
12
12
  data.tar.gz: !binary |-
13
- NWZkZTI4MWI4MmY5MTEyZWVlMjQ5NzBiZWFlNjYyNWYxZDViODM0OTQyMDAy
14
- ODExNjJjZDQ0OTlhZWI3N2ZlNGUwNWZmYzg1NzQ5NTMyMzJlNWMyODQ2YTE5
15
- NDkxMjZjODllY2RlZDA0N2EzMjNiNmZiMDA5NmY0ZWIxOTdhMDA=
13
+ MjMyODZhNjJjZTViMzdkZWI3ZjdkNjdjOGQzZjdiOWY0ZmRhNGFiYWQ0NDg1
14
+ OTY2YTVlZTc4Y2Q4YzRmZDQxMjBjMGFhYzEzZmQxMDYxYTkzZmZmNTM2ODA3
15
+ NDc0NjhhOGQ0ZDI4Mjc1YzU0NWRlMzQzMjQ2OGFkMWM5YjdkMDI=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- knife-chop (0.2.7)
4
+ knife-chop (0.2.8)
5
5
  awesome_print
6
6
  chef (~> 11.6.2)
7
7
  colorize
data/Rakefile CHANGED
@@ -28,24 +28,24 @@ task :ship => :gem do
28
28
  end
29
29
  end
30
30
 
31
- #require 'jeweler'
32
- #Jeweler::Tasks.new do |gem|
33
- # # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
34
- # gem.name = "knife-chop"
35
- # gem.homepage = "http://github.com/dldinternet/knife-chop"
36
- # gem.license = "MIT"
37
- # gem.summary = %Q{Knife plugin to ease the upload and sync of Chef server assets}
38
- # gem.description = %Q{Knife plugin to assist with the upload and sync of Chef server assets like roles, environments and cookbooks allowing for multiple parts to be uploaded at once to multiple environments. Resources can be matched with regular expressions.}
39
- # gem.email = "rubygems@dldinternet.com"
40
- # gem.authors = ["Christo De Lange"]
41
- # # dependencies defined in Gemfile
42
- #
43
- # gem.files.exclude '.document'
44
- # gem.files.exclude '.rspec'
45
- # gem.files.exclude '.ruby-*'
46
- # gem.files.exclude '.idea/**'
47
- #end
48
- #Jeweler::RubygemsDotOrgTasks.new
31
+ require 'jeweler'
32
+ Jeweler::Tasks.new do |gem|
33
+ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
34
+ gem.name = "knife-chop"
35
+ gem.homepage = "http://github.com/dldinternet/knife-chop"
36
+ gem.license = "MIT"
37
+ gem.summary = %Q{Knife plugin to ease the upload and sync of Chef server assets}
38
+ gem.description = %Q{Knife plugin to assist with the upload and sync of Chef server assets like roles, environments and cookbooks allowing for multiple parts to be uploaded at once to multiple environments. Resources can be matched with regular expressions.}
39
+ gem.email = "rubygems@dldinternet.com"
40
+ gem.authors = ["Christo De Lange"]
41
+ # dependencies defined in Gemfile
42
+
43
+ gem.files.exclude '.document'
44
+ gem.files.exclude '.rspec'
45
+ gem.files.exclude '.ruby-*'
46
+ gem.files.exclude '.idea/**'
47
+ end
48
+ Jeweler::RubygemsDotOrgTasks.new
49
49
 
50
50
  require 'rspec/core'
51
51
  require 'rspec/core/rake_task'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.7
1
+ 0.2.8
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-chop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christo De Lange