librarian-chef 0.0.1.beta.1 → 0.0.1.beta.2
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.
- data/lib/librarian/chef/version.rb +1 -1
- metadata +6 -4
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: librarian-chef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: 6
|
5
|
-
version: 0.0.1.beta.
|
5
|
+
version: 0.0.1.beta.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Jay Feldblum
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-03-
|
12
|
+
date: 2013-03-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
type: :runtime
|
@@ -110,7 +110,8 @@ dependencies:
|
|
110
110
|
description: Librarian::Chef
|
111
111
|
email:
|
112
112
|
- y_feldblum@yahoo.com
|
113
|
-
executables:
|
113
|
+
executables:
|
114
|
+
- librarian-chef
|
114
115
|
extensions: []
|
115
116
|
extra_rdoc_files: []
|
116
117
|
files:
|
@@ -121,6 +122,7 @@ files:
|
|
121
122
|
- LICENSE.txt
|
122
123
|
- README.md
|
123
124
|
- Rakefile
|
125
|
+
- bin/librarian-chef
|
124
126
|
- lib/librarian-chef.rb
|
125
127
|
- lib/librarian/chef.rb
|
126
128
|
- lib/librarian/chef/cli.rb
|
@@ -155,7 +157,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
155
157
|
- !ruby/object:Gem::Version
|
156
158
|
segments:
|
157
159
|
- 0
|
158
|
-
hash: -
|
160
|
+
hash: -678491194487026303
|
159
161
|
version: '0'
|
160
162
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
161
163
|
none: false
|