bellboy 0.2.3 → 0.2.6

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.
Files changed (3) hide show
  1. data/bellboy.gemspec +5 -4
  2. data/lib/bellboy/uploader.rb +1 -1
  3. metadata +17 -1
@@ -13,8 +13,9 @@ Gem::Specification.new do |g|
13
13
  g.files = `git ls-files`.split($\)
14
14
  g.executables = g.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
15
15
 
16
- g.add_runtime_dependency 'thor', '~> 0.18.0'
17
- g.add_runtime_dependency 'berkshelf', '~> 2.0.10'
18
- g.add_runtime_dependency 'faraday', '~> 0.8.0'
19
- g.add_runtime_dependency 'ridley', '~> 1.5.0'
16
+ g.add_runtime_dependency 'thor', '~> 0.18.0'
17
+ g.add_runtime_dependency 'berkshelf', '~> 2.0.10'
18
+ g.add_runtime_dependency 'faraday', '~> 0.8.0'
19
+ g.add_runtime_dependency 'ridley', '~> 1.5.0'
20
+ g.add_runtime_dependency 'knife-data-bag-version', '~> 1.1.1'
20
21
  end
@@ -16,7 +16,7 @@
16
16
  # See the License for the specific language governing permissions and
17
17
  # limitations under the License.
18
18
  require 'bellboy'
19
- require 'JSON'
19
+ require 'json'
20
20
 
21
21
  module Bellboy
22
22
  # Push data bags & data bag items to the Chef server
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bellboy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,6 +75,22 @@ dependencies:
75
75
  - - ~>
76
76
  - !ruby/object:Gem::Version
77
77
  version: 1.5.0
78
+ - !ruby/object:Gem::Dependency
79
+ name: knife-data-bag-version
80
+ requirement: !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - ~>
84
+ - !ruby/object:Gem::Version
85
+ version: 1.1.1
86
+ type: :runtime
87
+ prerelease: false
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ~>
92
+ - !ruby/object:Gem::Version
93
+ version: 1.1.1
78
94
  description: Version, install & upload data bag items that are stored alongside your
79
95
  Berkshelf Cookbooks
80
96
  email: kvandervliet@dyn.com