rumbrl 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +15 -15
- data/lib/rumbrl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 454f23a5e4d1da6e787cabe2b3401342497a91d3
|
4
|
+
data.tar.gz: 1f940e971b54e5b8f99284d0cad0b1bdf8f3a509
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
4
|
+
rumbrl (0.4.2)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
activesupport (4.2.
|
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.
|
28
|
-
rspec-core (~> 3.
|
29
|
-
rspec-expectations (~> 3.
|
30
|
-
rspec-mocks (~> 3.
|
31
|
-
rspec-core (3.
|
32
|
-
rspec-support (~> 3.
|
33
|
-
rspec-expectations (3.
|
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.
|
36
|
-
rspec-mocks (3.
|
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.
|
39
|
-
rspec-support (3.
|
40
|
-
rubocop (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.
|
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)
|
data/lib/rumbrl/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2015-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|