rumbrl 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +15 -15
  3. data/lib/rumbrl/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0df055b4af744d97da183e1350071437dcba98b6
4
- data.tar.gz: b83298184b9a0dc615c0476dfc395a9578dec996
3
+ metadata.gz: 454f23a5e4d1da6e787cabe2b3401342497a91d3
4
+ data.tar.gz: 1f940e971b54e5b8f99284d0cad0b1bdf8f3a509
5
5
  SHA512:
6
- metadata.gz: 48172172ffcfa1529d4f3eb9e2ff52119ccb0b4abef4e189fd96544f34c006cd9959b7f7f494ac9b712f550eda9eb20617bde5751a336d3625865594812d414b
7
- data.tar.gz: e021ee39c6f6496cc8ad83f88436bc18fb7402214fe67e40418d6fa96192db68743ecdf5420fe1c3ba7191f2dec0b2f456dbea369478636f5c441ad3b6f2684d
6
+ metadata.gz: ff0395cf81c81a6478da4f7ecf17b63e639e6156639e2dd6bd37c1ac7d8fe55caa7434bf06b2baae78390f12d6bdf219c3e670c2a05cc468e1d3ca284f40579a
7
+ data.tar.gz: 41add027e16840152392fa2af81d9695c3c875c3271c4470dd03b7e8dbe22f2aa9674d9d30c9043fc309b76370b9be1a919170de30208b02502458192290f93b
data/Gemfile.lock CHANGED
@@ -1,12 +1,12 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rumbrl (0.4.1)
4
+ rumbrl (0.4.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activesupport (4.2.1)
9
+ activesupport (4.2.2)
10
10
  i18n (~> 0.7)
11
11
  json (~> 1.7, >= 1.7.7)
12
12
  minitest (~> 5.1)
@@ -24,22 +24,22 @@ GEM
24
24
  ast (>= 1.1, < 3.0)
25
25
  powerpack (0.1.1)
26
26
  rainbow (2.0.0)
27
- rspec (3.2.0)
28
- rspec-core (~> 3.2.0)
29
- rspec-expectations (~> 3.2.0)
30
- rspec-mocks (~> 3.2.0)
31
- rspec-core (3.2.3)
32
- rspec-support (~> 3.2.0)
33
- rspec-expectations (3.2.1)
27
+ rspec (3.3.0)
28
+ rspec-core (~> 3.3.0)
29
+ rspec-expectations (~> 3.3.0)
30
+ rspec-mocks (~> 3.3.0)
31
+ rspec-core (3.3.1)
32
+ rspec-support (~> 3.3.0)
33
+ rspec-expectations (3.3.0)
34
34
  diff-lcs (>= 1.2.0, < 2.0)
35
- rspec-support (~> 3.2.0)
36
- rspec-mocks (3.2.1)
35
+ rspec-support (~> 3.3.0)
36
+ rspec-mocks (3.3.1)
37
37
  diff-lcs (>= 1.2.0, < 2.0)
38
- rspec-support (~> 3.2.0)
39
- rspec-support (3.2.2)
40
- rubocop (0.31.0)
38
+ rspec-support (~> 3.3.0)
39
+ rspec-support (3.3.0)
40
+ rubocop (0.32.0)
41
41
  astrolabe (~> 1.3)
42
- parser (>= 2.2.2.1, < 3.0)
42
+ parser (>= 2.2.2.5, < 3.0)
43
43
  powerpack (~> 0.1)
44
44
  rainbow (>= 1.99.1, < 3.0)
45
45
  ruby-progressbar (~> 1.4)
@@ -2,5 +2,5 @@
2
2
 
3
3
  # version const for gem
4
4
  module Rumbrl
5
- VERSION = '0.4.1'
5
+ VERSION = '0.4.2'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumbrl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - chr0n1x
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-08 00:00:00.000000000 Z
11
+ date: 2015-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop