rjson 0.1.1 → 0.1.2
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/rjson.gemspec +6 -6
- metadata +13 -5
data/Rakefile
CHANGED
@@ -9,7 +9,7 @@ Jeweler::Tasks.new do |gem|
|
|
9
9
|
gem.description = %Q{Template Handler for JSON}
|
10
10
|
gem.email = "jan@sumocoders.be"
|
11
11
|
gem.authors = ["Jan De Poorter"]
|
12
|
-
gem.add_runtime_dependency 'actionpack', '~> 3.0.0'
|
12
|
+
gem.add_runtime_dependency 'actionpack', ['~> 3.0.0', '~> 3.1.0']
|
13
13
|
end
|
14
14
|
Jeweler::RubygemsDotOrgTasks.new
|
15
15
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/rjson.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{rjson}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Jan De Poorter"]
|
12
|
-
s.date = %q{2011-03-
|
12
|
+
s.date = %q{2011-03-29}
|
13
13
|
s.description = %q{Template Handler for JSON}
|
14
14
|
s.email = %q{jan@sumocoders.be}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -30,19 +30,19 @@ Gem::Specification.new do |s|
|
|
30
30
|
s.homepage = %q{http://github.com/DefV/rjson}
|
31
31
|
s.licenses = ["MIT"]
|
32
32
|
s.require_paths = ["lib"]
|
33
|
-
s.rubygems_version = %q{1.
|
33
|
+
s.rubygems_version = %q{1.6.2}
|
34
34
|
s.summary = %q{Template Handler for JSON}
|
35
35
|
|
36
36
|
if s.respond_to? :specification_version then
|
37
37
|
s.specification_version = 3
|
38
38
|
|
39
39
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
40
|
-
s.add_runtime_dependency(%q<actionpack>, ["~> 3.0.0"])
|
40
|
+
s.add_runtime_dependency(%q<actionpack>, ["~> 3.0.0", "~> 3.1.0"])
|
41
41
|
else
|
42
|
-
s.add_dependency(%q<actionpack>, ["~> 3.0.0"])
|
42
|
+
s.add_dependency(%q<actionpack>, ["~> 3.0.0", "~> 3.1.0"])
|
43
43
|
end
|
44
44
|
else
|
45
|
-
s.add_dependency(%q<actionpack>, ["~> 3.0.0"])
|
45
|
+
s.add_dependency(%q<actionpack>, ["~> 3.0.0", "~> 3.1.0"])
|
46
46
|
end
|
47
47
|
end
|
48
48
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rjson
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 2
|
10
|
+
version: 0.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jan De Poorter
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-03-
|
18
|
+
date: 2011-03-29 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -32,6 +32,14 @@ dependencies:
|
|
32
32
|
- 0
|
33
33
|
- 0
|
34
34
|
version: 3.0.0
|
35
|
+
- - ~>
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
hash: 3
|
38
|
+
segments:
|
39
|
+
- 3
|
40
|
+
- 1
|
41
|
+
- 0
|
42
|
+
version: 3.1.0
|
35
43
|
type: :runtime
|
36
44
|
version_requirements: *id001
|
37
45
|
description: Template Handler for JSON
|
@@ -83,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
91
|
requirements: []
|
84
92
|
|
85
93
|
rubyforge_project:
|
86
|
-
rubygems_version: 1.
|
94
|
+
rubygems_version: 1.6.2
|
87
95
|
signing_key:
|
88
96
|
specification_version: 3
|
89
97
|
summary: Template Handler for JSON
|