Commit b8e51f745eb2e7abfb3461fa31e060267207d2d9
1 parent
d1311763
Exists in
master
and in
2 other branches
Update omnibus-ruby and omnibus-software
Showing
2 changed files
with
28 additions
and
23 deletions
Show diff stats
Gemfile
1 | source 'https://rubygems.org' | 1 | source 'https://rubygems.org' |
2 | 2 | ||
3 | -gem 'omnibus', '~> 3.0.0' | 3 | +gem 'omnibus' |
4 | gem 'omnibus-software', :git => 'git://github.com/opscode/omnibus-software.git', :branch => 'master' | 4 | gem 'omnibus-software', :git => 'git://github.com/opscode/omnibus-software.git', :branch => 'master' |
5 | gem 'ohai' | 5 | gem 'ohai' |
Gemfile.lock
1 | GIT | 1 | GIT |
2 | remote: git://github.com/opscode/omnibus-software.git | 2 | remote: git://github.com/opscode/omnibus-software.git |
3 | - revision: 4309667e135644c0c49473ec16aa7dba9fa84f41 | 3 | + revision: 7ac92daa6892e0898eb868679e578df530e38ee8 |
4 | branch: master | 4 | branch: master |
5 | specs: | 5 | specs: |
6 | - omnibus-software (0.0.1) | 6 | + omnibus-software (4.0.0) |
7 | 7 | ||
8 | GEM | 8 | GEM |
9 | remote: https://rubygems.org/ | 9 | remote: https://rubygems.org/ |
@@ -13,18 +13,20 @@ GEM | @@ -13,18 +13,20 @@ GEM | ||
13 | cabin (> 0) | 13 | cabin (> 0) |
14 | backports (3.6.0) | 14 | backports (3.6.0) |
15 | cabin (0.6.1) | 15 | cabin (0.6.1) |
16 | - chef-sugar (1.2.6) | ||
17 | - childprocess (0.5.2) | 16 | + chef-sugar (1.3.0) |
17 | + childprocess (0.5.3) | ||
18 | ffi (~> 1.0, >= 1.0.11) | 18 | ffi (~> 1.0, >= 1.0.11) |
19 | clamp (0.6.3) | 19 | clamp (0.6.3) |
20 | ffi (1.9.3) | 20 | ffi (1.9.3) |
21 | - fpm (1.0.2) | 21 | + ffi-yajl (1.0.2) |
22 | + ffi (~> 1.5) | ||
23 | + libyajl2 (~> 1.0) | ||
24 | + fpm (0.4.42) | ||
22 | arr-pm (~> 0.0.8) | 25 | arr-pm (~> 0.0.8) |
23 | backports (>= 2.6.2) | 26 | backports (>= 2.6.2) |
24 | cabin (>= 0.6.0) | 27 | cabin (>= 0.6.0) |
25 | childprocess | 28 | childprocess |
26 | clamp (~> 0.6) | 29 | clamp (~> 0.6) |
27 | - ffi | ||
28 | ftw (~> 0.0.30) | 30 | ftw (~> 0.0.30) |
29 | json (>= 1.7.7) | 31 | json (>= 1.7.7) |
30 | ftw (0.0.39) | 32 | ftw (0.0.39) |
@@ -35,37 +37,40 @@ GEM | @@ -35,37 +37,40 @@ GEM | ||
35 | http_parser.rb (0.5.3) | 37 | http_parser.rb (0.5.3) |
36 | ipaddress (0.8.0) | 38 | ipaddress (0.8.0) |
37 | json (1.8.1) | 39 | json (1.8.1) |
40 | + libyajl2 (1.0.1) | ||
38 | mime-types (1.25.1) | 41 | mime-types (1.25.1) |
39 | - mixlib-cli (1.4.0) | 42 | + mixlib-cli (1.5.0) |
40 | mixlib-config (2.1.0) | 43 | mixlib-config (2.1.0) |
41 | mixlib-log (1.6.0) | 44 | mixlib-log (1.6.0) |
42 | - mixlib-shellout (1.3.0) | ||
43 | - ohai (6.20.0) | 45 | + mixlib-shellout (1.4.0) |
46 | + ohai (7.2.0) | ||
47 | + ffi (~> 1.9) | ||
48 | + ffi-yajl (~> 1.0) | ||
44 | ipaddress | 49 | ipaddress |
50 | + mime-types (~> 1.16) | ||
45 | mixlib-cli | 51 | mixlib-cli |
46 | - mixlib-config | 52 | + mixlib-config (~> 2.0) |
47 | mixlib-log | 53 | mixlib-log |
48 | - mixlib-shellout | ||
49 | - systemu (~> 2.5.2) | ||
50 | - yajl-ruby | ||
51 | - omnibus (3.0.0) | 54 | + mixlib-shellout (~> 1.2) |
55 | + systemu (~> 2.6.4) | ||
56 | + wmi-lite (~> 1.0) | ||
57 | + omnibus (3.2.1) | ||
52 | chef-sugar (~> 1.2) | 58 | chef-sugar (~> 1.2) |
53 | - fpm (~> 1.0.0) | ||
54 | - mixlib-config (~> 2.1) | ||
55 | - mixlib-shellout (~> 1.3) | ||
56 | - ohai (~> 6.12) | ||
57 | - thor (>= 0.16.0) | 59 | + fpm (~> 0.4) |
60 | + mixlib-shellout (~> 1.4) | ||
61 | + ohai (~> 7.2) | ||
62 | + thor (~> 0.18) | ||
58 | uber-s3 | 63 | uber-s3 |
59 | - systemu (2.5.2) | 64 | + systemu (2.6.4) |
60 | thor (0.19.1) | 65 | thor (0.19.1) |
61 | uber-s3 (0.2.4) | 66 | uber-s3 (0.2.4) |
62 | mime-types (~> 1.17) | 67 | mime-types (~> 1.17) |
63 | - yajl-ruby (1.2.0) | 68 | + wmi-lite (1.0.0) |
64 | 69 | ||
65 | PLATFORMS | 70 | PLATFORMS |
66 | ruby | 71 | ruby |
67 | 72 | ||
68 | DEPENDENCIES | 73 | DEPENDENCIES |
69 | ohai | 74 | ohai |
70 | - omnibus (~> 3.0.0) | 75 | + omnibus |
71 | omnibus-software! | 76 | omnibus-software! |