singularity_dsl 1.5.5 → 1.5.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Gemfile.lock +7 -7
- data/lib/singularity_dsl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YTczYmQ0YjRlNzViODg5YmU3MmQxZTAwOGY2NzZhMGQ1Y2JiN2M1Ng==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZjNjNGZhYmFjZTcxMWMxNDRhMjk5MjlmMmU4ZDA3YmMyYWIwMWVmMw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZDcwYTA4ZGE3MTI0YjIwNzcyYjY1ZWE4ZTRlNDdkOTQ0MjE2NDFmYTdmZTZj
|
10
|
+
MGY3MDBlY2Q3Njk0NTFkZWJkMWJmZmMxYTQ2MzUxOTllZWI3ZGQzYTA1Njhm
|
11
|
+
OGYwZThlOTU1ZTU4ZjY0YTEzYTg1OTI5YTdiNDcwMmVhMzZiYjc=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NmU0N2Q3MDQxNGZmZmNhNjY0NmRkYjRmNTc2MzYwOGQ1YzM1NGVkMWE1ZGZi
|
14
|
+
ZjU5MGJmZGJiNWNmNWY2ODgyMGU4ZDhmYmZmNmI1NjNlZWEyMTFjYTU0MDZl
|
15
|
+
YjM3MTU3YjUxOTBlZGVhOTYxMjgzMTIxZjlhNDY3YzIyYTJiYjM=
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
singularity_dsl (1.5.
|
4
|
+
singularity_dsl (1.5.6)
|
5
5
|
json (~> 1.0)
|
6
6
|
mixlib-shellout (~> 1.6.0.rc.0)
|
7
7
|
rainbow (~> 2.0.0)
|
@@ -20,8 +20,8 @@ GEM
|
|
20
20
|
diff-lcs (1.2.5)
|
21
21
|
gem-release (0.7.3)
|
22
22
|
json (1.8.1)
|
23
|
-
mixlib-shellout (1.6.0
|
24
|
-
parser (2.2.0.pre.
|
23
|
+
mixlib-shellout (1.6.0)
|
24
|
+
parser (2.2.0.pre.5)
|
25
25
|
ast (>= 1.1, < 3.0)
|
26
26
|
slop (~> 3.4, >= 3.4.5)
|
27
27
|
powerpack (0.0.9)
|
@@ -31,14 +31,14 @@ GEM
|
|
31
31
|
rspec-core (~> 3.1.0)
|
32
32
|
rspec-expectations (~> 3.1.0)
|
33
33
|
rspec-mocks (~> 3.1.0)
|
34
|
-
rspec-core (3.1.
|
34
|
+
rspec-core (3.1.7)
|
35
35
|
rspec-support (~> 3.1.0)
|
36
|
-
rspec-expectations (3.1.
|
36
|
+
rspec-expectations (3.1.2)
|
37
37
|
diff-lcs (>= 1.2.0, < 2.0)
|
38
38
|
rspec-support (~> 3.1.0)
|
39
|
-
rspec-mocks (3.1.
|
39
|
+
rspec-mocks (3.1.3)
|
40
40
|
rspec-support (~> 3.1.0)
|
41
|
-
rspec-support (3.1.
|
41
|
+
rspec-support (3.1.2)
|
42
42
|
rubocop (0.26.1)
|
43
43
|
astrolabe (~> 1.3)
|
44
44
|
parser (>= 2.2.0.pre.4, < 3.0)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: singularity_dsl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- chr0n1x
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|