activeresource 3.0.4 → 3.0.5.rc1
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/lib/active_resource/version.rb +2 -2
- metadata +24 -16
metadata
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activeresource
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 15424095
|
|
5
|
+
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
|
|
9
|
+
- 5
|
|
10
|
+
- rc
|
|
11
|
+
- 1
|
|
12
|
+
version: 3.0.5.rc1
|
|
11
13
|
platform: ruby
|
|
12
14
|
authors:
|
|
13
15
|
- David Heinemeier Hansson
|
|
@@ -15,7 +17,7 @@ autorequire:
|
|
|
15
17
|
bindir: bin
|
|
16
18
|
cert_chain: []
|
|
17
19
|
|
|
18
|
-
date: 2011-02-
|
|
20
|
+
date: 2011-02-22 00:00:00 -08:00
|
|
19
21
|
default_executable:
|
|
20
22
|
dependencies:
|
|
21
23
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,12 +28,14 @@ dependencies:
|
|
|
26
28
|
requirements:
|
|
27
29
|
- - "="
|
|
28
30
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash:
|
|
31
|
+
hash: 15424095
|
|
30
32
|
segments:
|
|
31
33
|
- 3
|
|
32
34
|
- 0
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
+
- 5
|
|
36
|
+
- rc
|
|
37
|
+
- 1
|
|
38
|
+
version: 3.0.5.rc1
|
|
35
39
|
type: :runtime
|
|
36
40
|
version_requirements: *id001
|
|
37
41
|
- !ruby/object:Gem::Dependency
|
|
@@ -42,12 +46,14 @@ dependencies:
|
|
|
42
46
|
requirements:
|
|
43
47
|
- - "="
|
|
44
48
|
- !ruby/object:Gem::Version
|
|
45
|
-
hash:
|
|
49
|
+
hash: 15424095
|
|
46
50
|
segments:
|
|
47
51
|
- 3
|
|
48
52
|
- 0
|
|
49
|
-
-
|
|
50
|
-
|
|
53
|
+
- 5
|
|
54
|
+
- rc
|
|
55
|
+
- 1
|
|
56
|
+
version: 3.0.5.rc1
|
|
51
57
|
type: :runtime
|
|
52
58
|
version_requirements: *id002
|
|
53
59
|
description: REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Active Record models.
|
|
@@ -101,16 +107,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
101
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
108
|
none: false
|
|
103
109
|
requirements:
|
|
104
|
-
- - "
|
|
110
|
+
- - ">"
|
|
105
111
|
- !ruby/object:Gem::Version
|
|
106
|
-
hash:
|
|
112
|
+
hash: 25
|
|
107
113
|
segments:
|
|
108
|
-
-
|
|
109
|
-
|
|
114
|
+
- 1
|
|
115
|
+
- 3
|
|
116
|
+
- 1
|
|
117
|
+
version: 1.3.1
|
|
110
118
|
requirements: []
|
|
111
119
|
|
|
112
120
|
rubyforge_project: activeresource
|
|
113
|
-
rubygems_version: 1.
|
|
121
|
+
rubygems_version: 1.5.2
|
|
114
122
|
signing_key:
|
|
115
123
|
specification_version: 3
|
|
116
124
|
summary: REST modeling framework (part of Rails).
|