nu 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/bin/nu +0 -0
  2. data/lib/nu/json_shim.rb +1 -0
  3. metadata +8 -8
data/bin/nu CHANGED
File without changes
data/lib/nu/json_shim.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'rubygems'
2
+ gem 'activesupport', '=2.3.5'
2
3
  require 'active_support'
3
4
  require File.expand_path(File.dirname(__FILE__) + "/has_out_and_log.rb")
4
5
 
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: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
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: 7
32
+ hash: 9
33
33
  segments:
34
+ - 2
34
35
  - 3
35
- - 0
36
- - 0
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