elba 0.0.7 → 0.0.8

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +3 -0
  3. data/Gemfile.lock +10 -10
  4. data/lib/elba.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd866bcc1a6504f4b5d01d0f8b345573133ae6c7
4
- data.tar.gz: d5d0943d2335c808e7752e0a91f02e606c0d0000
3
+ metadata.gz: 2cf2f9c2e3680f8f11e6f9a0240fd49df6a82e4e
4
+ data.tar.gz: 7dc4463881e663c780b8dc6d750061272fc92ea9
5
5
  SHA512:
6
- metadata.gz: 9c5e11737d2636e9012ce2b6876303d07d925d219a2a7fffddde24a639b457c6eaaab8e82ca9667a0b9db4ea23d5ad14db517a642d54efd277713cbf7f5bf527
7
- data.tar.gz: 89030cf8555013e3cf07dbc413d36d0f52c9568d599acc16c4f927a9e451a6d2a74f29b4b0b111ba2f7f6780a584f9e26121bceb1c2d7a47968418286f9614c2
6
+ metadata.gz: 12b653263ef649fd709534d95bc437076445c5aac92cbd694352af054ff80e8834c2b9e99a6014f8dff71bbf547d6bbf465887fc9d8a975ee2314c1b5cbbe8e5
7
+ data.tar.gz: 8887f5033ed602233fa7f1d17985a7018bb757fec3b249d88842bbfb500f8128217779fb4572d03a29c7604f110a88d38f776f775ae6ce914b7f170303bb2f4e
data/.travis.yml CHANGED
@@ -3,3 +3,6 @@ rvm:
3
3
  - 2.1.2
4
4
  - 2.0.0
5
5
  - 1.9.3
6
+
7
+ before_install:
8
+ - gem update bundler
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- elba (0.0.7)
4
+ elba (0.0.8)
5
5
  fog-aws
6
6
  thor (>= 0.15)
7
7
 
@@ -13,7 +13,7 @@ GEM
13
13
  diff-lcs (1.2.5)
14
14
  excon (0.45.4)
15
15
  ffi (1.9.10)
16
- fog-aws (0.7.6)
16
+ fog-aws (0.8.1)
17
17
  fog-core (~> 1.27)
18
18
  fog-json (~> 1.0)
19
19
  fog-xml (~> 0.1)
@@ -43,17 +43,17 @@ GEM
43
43
  guard (~> 2.1)
44
44
  guard-compat (~> 1.1)
45
45
  rspec (>= 2.99.0, < 4.0)
46
- ipaddress (0.8.0)
46
+ ipaddress (0.8.2)
47
47
  listen (3.0.5)
48
48
  rb-fsevent (>= 0.9.3)
49
49
  rb-inotify (>= 0.9)
50
- lumberjack (1.0.9)
50
+ lumberjack (1.0.10)
51
51
  method_source (0.8.2)
52
- mini_portile (0.6.2)
52
+ mini_portile2 (2.0.0)
53
53
  multi_json (1.11.2)
54
54
  nenv (0.2.0)
55
- nokogiri (1.6.6.4)
56
- mini_portile (~> 0.6.0)
55
+ nokogiri (1.6.7.2)
56
+ mini_portile2 (~> 2.0.0.rc2)
57
57
  notiffany (0.0.8)
58
58
  nenv (~> 0.1)
59
59
  shellany (~> 0.0)
@@ -63,8 +63,8 @@ GEM
63
63
  slop (~> 3.4)
64
64
  pry-nav (0.2.4)
65
65
  pry (>= 0.9.10, < 0.11.0)
66
- rake (10.4.2)
67
- rb-fsevent (0.9.6)
66
+ rake (10.5.0)
67
+ rb-fsevent (0.9.7)
68
68
  rb-inotify (0.9.5)
69
69
  ffi (>= 0.5.0)
70
70
  rspec (3.4.0)
@@ -76,7 +76,7 @@ GEM
76
76
  rspec-expectations (3.4.0)
77
77
  diff-lcs (>= 1.2.0, < 2.0)
78
78
  rspec-support (~> 3.4.0)
79
- rspec-mocks (3.4.0)
79
+ rspec-mocks (3.4.1)
80
80
  diff-lcs (>= 1.2.0, < 2.0)
81
81
  rspec-support (~> 3.4.0)
82
82
  rspec-support (3.4.1)
data/lib/elba.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module Elba
4
- VERSION = "0.0.7"
4
+ VERSION = "0.0.8"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elba
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Mitchell
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-11-24 00:00:00.000000000 Z
13
+ date: 2016-01-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler