activeresource 3.2.17 → 3.2.18
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of activeresource might be problematic. Click here for more details.
- data/CHANGELOG.md +16 -0
- data/lib/active_resource/version.rb +1 -1
- metadata +13 -15
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,23 @@
|
|
1
|
+
## Rails 3.2.18 (May 6, 2014) ##
|
2
|
+
|
3
|
+
* No changes.
|
4
|
+
|
5
|
+
|
6
|
+
## Rails 3.2.17 (Feb 18, 2014) ##
|
7
|
+
|
8
|
+
* No changes.
|
9
|
+
|
10
|
+
|
11
|
+
## Rails 3.2.16 (Dec 3, 2013) ##
|
12
|
+
|
13
|
+
* No changes.
|
14
|
+
|
15
|
+
|
1
16
|
## Rails 3.2.15 (Oct 16, 2013) ##
|
2
17
|
|
3
18
|
* No changes.
|
4
19
|
|
20
|
+
|
5
21
|
## Rails 3.2.14 (Jul 22, 2013) ##
|
6
22
|
|
7
23
|
* Fixes an issue that ActiveResource models ignores ActiveResource::Base.include_root_in_json.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activeresource
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 43
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 3.2.
|
9
|
+
- 18
|
10
|
+
version: 3.2.18
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- David Heinemeier Hansson
|
@@ -15,41 +15,40 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2014-
|
19
|
-
default_executable:
|
18
|
+
date: 2014-05-06 00:00:00 Z
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
22
21
|
type: :runtime
|
22
|
+
name: activesupport
|
23
23
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
24
24
|
none: false
|
25
25
|
requirements:
|
26
26
|
- - "="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
28
|
+
hash: 43
|
29
29
|
segments:
|
30
30
|
- 3
|
31
31
|
- 2
|
32
|
-
-
|
33
|
-
version: 3.2.
|
32
|
+
- 18
|
33
|
+
version: 3.2.18
|
34
34
|
prerelease: false
|
35
35
|
requirement: *id001
|
36
|
-
name: activesupport
|
37
36
|
- !ruby/object:Gem::Dependency
|
38
37
|
type: :runtime
|
38
|
+
name: activemodel
|
39
39
|
version_requirements: &id002 !ruby/object:Gem::Requirement
|
40
40
|
none: false
|
41
41
|
requirements:
|
42
42
|
- - "="
|
43
43
|
- !ruby/object:Gem::Version
|
44
|
-
hash:
|
44
|
+
hash: 43
|
45
45
|
segments:
|
46
46
|
- 3
|
47
47
|
- 2
|
48
|
-
-
|
49
|
-
version: 3.2.
|
48
|
+
- 18
|
49
|
+
version: 3.2.18
|
50
50
|
prerelease: false
|
51
51
|
requirement: *id002
|
52
|
-
name: activemodel
|
53
52
|
description: REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Active Record models.
|
54
53
|
email: david@loudthinking.com
|
55
54
|
executables: []
|
@@ -78,7 +77,6 @@ files:
|
|
78
77
|
- lib/active_resource/validations.rb
|
79
78
|
- lib/active_resource/version.rb
|
80
79
|
- lib/active_resource.rb
|
81
|
-
has_rdoc: true
|
82
80
|
homepage: http://www.rubyonrails.org
|
83
81
|
licenses:
|
84
82
|
- MIT
|
@@ -111,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
109
|
requirements: []
|
112
110
|
|
113
111
|
rubyforge_project:
|
114
|
-
rubygems_version: 1.
|
112
|
+
rubygems_version: 1.8.15
|
115
113
|
signing_key:
|
116
114
|
specification_version: 3
|
117
115
|
summary: REST modeling framework (part of Rails).
|