singularity_dsl 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Gemfile.lock +8 -8
- data/lib/singularity_dsl/version.rb +1 -1
- data/singularity_dsl.gemspec +1 -0
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OWU1MzlkODI5MWFiNWUyMTZjMTkzNWViZDMwYThkZGJhNDk3OGI2Mg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZjA2MzFmOTkxNTI5NzcxMzhkNDJjOGExOTY0ODIwZmQwZjIwN2MyMg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzYyYjFkZjlmOGI4ZDc1OWYyZTI2ZjRhMGRiZTE5MzNmZGJhMTdlOWM2ZGM3
|
10
|
+
MjM3ZWE0YjI5MTA3YTRmNzg0MGQ0NjYzYTNhOWFjMTVlYTI4MWNlNmE2MDk3
|
11
|
+
NjA5MTMyNWMzYzA5YzkwZGEyM2I0MjkyMzIzOWQ5ZWJlY2FiYzg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NjQ0MjcwYTRhMWU3ZTI1OTZiOTA0ZDg0MDUyZTllNjE3M2U3OGZjNGNlNDky
|
14
|
+
ODBmODM5MDRjYmZmOTE1MDVkOWQ5MDAxYzkzNDM1NjA3OTZjNGZkZjM0YzJj
|
15
|
+
MDY5M2ZmNDhiZTA4NDVkMGFmMDAxOWZiZTY1MmE3ZmIwMDg5OWQ=
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
singularity_dsl (1.5.
|
4
|
+
singularity_dsl (1.5.1)
|
5
|
+
json (~> 1.0)
|
5
6
|
mixlib-shellout (~> 1.4)
|
6
7
|
rainbow (~> 2.0.0)
|
7
8
|
rake (~> 10.3)
|
@@ -28,17 +29,16 @@ GEM
|
|
28
29
|
rspec-core (~> 3.0.0)
|
29
30
|
rspec-expectations (~> 3.0.0)
|
30
31
|
rspec-mocks (~> 3.0.0)
|
31
|
-
rspec-core (3.0.
|
32
|
+
rspec-core (3.0.4)
|
32
33
|
rspec-support (~> 3.0.0)
|
33
|
-
rspec-expectations (3.0.
|
34
|
+
rspec-expectations (3.0.4)
|
34
35
|
diff-lcs (>= 1.2.0, < 2.0)
|
35
36
|
rspec-support (~> 3.0.0)
|
36
|
-
rspec-mocks (3.0.
|
37
|
+
rspec-mocks (3.0.4)
|
37
38
|
rspec-support (~> 3.0.0)
|
38
|
-
rspec-support (3.0.
|
39
|
-
rubocop (0.
|
40
|
-
|
41
|
-
parser (>= 2.2.0.pre.3, < 3.0)
|
39
|
+
rspec-support (3.0.4)
|
40
|
+
rubocop (0.25.0)
|
41
|
+
parser (>= 2.2.0.pre.4, < 3.0)
|
42
42
|
powerpack (~> 0.0.6)
|
43
43
|
rainbow (>= 1.99.1, < 3.0)
|
44
44
|
ruby-progressbar (~> 1.4)
|
data/singularity_dsl.gemspec
CHANGED
@@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
19
|
spec.require_paths = ['lib']
|
20
20
|
|
21
|
+
spec.add_dependency 'json', '~> 1.0'
|
21
22
|
spec.add_dependency 'mixlib-shellout', '~> 1.4'
|
22
23
|
spec.add_dependency 'rainbow', '~> 2.0.0'
|
23
24
|
spec.add_dependency 'rake', '~> 10.3'
|
metadata
CHANGED
@@ -1,15 +1,29 @@
|
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- chr0n1x
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: json
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ~>
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ~>
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.0'
|
13
27
|
- !ruby/object:Gem::Dependency
|
14
28
|
name: mixlib-shellout
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|