ice 0.1.2 → 0.1.3
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.
- data/README.markdown +1 -2
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/ice.gemspec +4 -4
- metadata +3 -3
data/README.markdown
CHANGED
|
@@ -67,8 +67,7 @@ Note that all revealed functions and associations are also sanitized via to_ice.
|
|
|
67
67
|
* Fork the project.
|
|
68
68
|
* Make your feature addition or bug fix.
|
|
69
69
|
* Add spec for it. This is important so I don't break it in a future version unintentionally. In fact, try to write your specs in a test-first manner.
|
|
70
|
-
* Commit
|
|
71
|
-
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
|
|
70
|
+
* Commit
|
|
72
71
|
* Send me a pull request.
|
|
73
72
|
|
|
74
73
|
## Todo
|
data/Rakefile
CHANGED
|
@@ -12,7 +12,7 @@ begin
|
|
|
12
12
|
gem.authors = ["Nate Kidwell"]
|
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
|
14
14
|
gem.add_dependency "therubyracer", "0.7.0"
|
|
15
|
-
gem.add_dependency "
|
|
15
|
+
gem.add_dependency "activesupport", ">= 2.2.0"
|
|
16
16
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
17
17
|
end
|
|
18
18
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.3
|
data/ice.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ice}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Nate Kidwell"]
|
|
@@ -65,16 +65,16 @@ Gem::Specification.new do |s|
|
|
|
65
65
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
66
66
|
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
|
|
67
67
|
s.add_runtime_dependency(%q<therubyracer>, ["= 0.7.0"])
|
|
68
|
-
s.add_runtime_dependency(%q<
|
|
68
|
+
s.add_runtime_dependency(%q<activesupport>, [">= 2.2.0"])
|
|
69
69
|
else
|
|
70
70
|
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
|
71
71
|
s.add_dependency(%q<therubyracer>, ["= 0.7.0"])
|
|
72
|
-
s.add_dependency(%q<
|
|
72
|
+
s.add_dependency(%q<activesupport>, [">= 2.2.0"])
|
|
73
73
|
end
|
|
74
74
|
else
|
|
75
75
|
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
|
76
76
|
s.add_dependency(%q<therubyracer>, ["= 0.7.0"])
|
|
77
|
-
s.add_dependency(%q<
|
|
77
|
+
s.add_dependency(%q<activesupport>, [">= 2.2.0"])
|
|
78
78
|
end
|
|
79
79
|
end
|
|
80
80
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.1.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Nate Kidwell
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
type: :runtime
|
|
47
47
|
version_requirements: *id002
|
|
48
48
|
- !ruby/object:Gem::Dependency
|
|
49
|
-
name:
|
|
49
|
+
name: activesupport
|
|
50
50
|
prerelease: false
|
|
51
51
|
requirement: &id003 !ruby/object:Gem::Requirement
|
|
52
52
|
requirements:
|