activeresource 2.2.2 → 2.2.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeresource
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -9,7 +9,7 @@ autorequire: active_resource
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-11-20 00:00:00 +01:00
12
+ date: 2009-09-28 00:00:00 +13:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 2.2.2
23
+ version: 2.2.3
24
24
  version:
25
25
  description: Wraps web resources in model classes that can be manipulated through XML over REST.
26
26
  email: david@loudthinking.com
@@ -34,11 +34,9 @@ files:
34
34
  - Rakefile
35
35
  - README
36
36
  - CHANGELOG
37
- - lib/active_resource
38
37
  - lib/active_resource/base.rb
39
38
  - lib/active_resource/connection.rb
40
39
  - lib/active_resource/custom_methods.rb
41
- - lib/active_resource/formats
42
40
  - lib/active_resource/formats/json_format.rb
43
41
  - lib/active_resource/formats/xml_format.rb
44
42
  - lib/active_resource/formats.rb
@@ -49,14 +47,13 @@ files:
49
47
  - lib/activeresource.rb
50
48
  - test/abstract_unit.rb
51
49
  - test/authorization_test.rb
52
- - test/base
53
50
  - test/base/custom_methods_test.rb
54
51
  - test/base/equality_test.rb
55
52
  - test/base/load_test.rb
56
53
  - test/base_errors_test.rb
57
54
  - test/base_test.rb
58
55
  - test/connection_test.rb
59
- - test/fixtures
56
+ - test/debug.log
60
57
  - test/fixtures/beast.rb
61
58
  - test/fixtures/customer.rb
62
59
  - test/fixtures/person.rb
@@ -65,6 +62,8 @@ files:
65
62
  - test/setter_trap.rb
66
63
  has_rdoc: true
67
64
  homepage: http://www.rubyonrails.org
65
+ licenses: []
66
+
68
67
  post_install_message:
69
68
  rdoc_options:
70
69
  - --main
@@ -86,9 +85,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
85
  requirements: []
87
86
 
88
87
  rubyforge_project: activeresource
89
- rubygems_version: 1.3.1
88
+ rubygems_version: 1.3.2
90
89
  signing_key:
91
- specification_version: 2
90
+ specification_version: 3
92
91
  summary: Think Active Record for web resources.
93
92
  test_files: []
94
93