nu 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/nu +0 -0
- data/lib/nu/json_shim.rb +1 -0
- metadata +8 -8
data/bin/nu
CHANGED
File without changes
|
data/lib/nu/json_shim.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 4
|
10
|
+
version: 0.2.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Dru Sellers
|
@@ -27,14 +27,14 @@ dependencies:
|
|
27
27
|
requirement: &id001 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
|
-
- - "
|
30
|
+
- - "="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
hash:
|
32
|
+
hash: 9
|
33
33
|
segments:
|
34
|
+
- 2
|
34
35
|
- 3
|
35
|
-
-
|
36
|
-
|
37
|
-
version: 3.0.0
|
36
|
+
- 5
|
37
|
+
version: 2.3.5
|
38
38
|
type: :runtime
|
39
39
|
version_requirements: *id001
|
40
40
|
description: Nu manages an application's dependencies through its entire life, across many machines, systematically and repeatably
|