activeresource 2.3.10 → 2.3.11

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 CHANGED
@@ -1,3 +1,4 @@
1
+ *2.3.11 (February 9, 2011)*
1
2
  *2.3.10 (October 15, 2010)*
2
3
  *2.3.9 (September 4, 2010)*
3
4
  *2.3.8 (May 24, 2010)*
data/Rakefile CHANGED
@@ -66,7 +66,7 @@ spec = Gem::Specification.new do |s|
66
66
  s.files = s.files + Dir.glob( "#{dir}/**/*" ).delete_if { |item| item.include?( "\.svn" ) }
67
67
  end
68
68
 
69
- s.add_dependency('activesupport', '= 2.3.10' + PKG_BUILD)
69
+ s.add_dependency('activesupport', '= 2.3.11' + PKG_BUILD)
70
70
 
71
71
  s.require_path = 'lib'
72
72
  s.autorequire = 'active_resource'
@@ -2,7 +2,7 @@ module ActiveResource
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 3
5
- TINY = 10
5
+ TINY = 11
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/test/debug.log CHANGED
@@ -10800,3 +10800,383 @@ I, [2010-08-12T16:09:08.341032 #67812] INFO -- : POST http://37s.sunrise.i:3000
10800
10800
  I, [2010-08-12T16:09:08.341162 #67812] INFO -- : --> 201 201 50 (0.0ms)
10801
10801
  I, [2010-08-12T16:09:08.342613 #67812] INFO -- : POST http://37s.sunrise.i:3000/people.xml
10802
10802
  I, [2010-08-12T16:09:08.342700 #67812] INFO -- : --> 201 201 132 (0.0ms)
10803
+ DELETE http://localhost:80/people/2.xml
10804
+ --> 200 200 (0 0ms)
10805
+ GET http://localhost:80/people/2.xml
10806
+ --> 200 200 (107 0ms)
10807
+ POST http://localhost:80/people/2/addresses.xml
10808
+ --> 201 201 (0 0ms)
10809
+ PUT http://localhost:80/people/2.xml
10810
+ --> 204 204 (0 0ms)
10811
+ POST http://localhost:80/people/2.xml
10812
+ POST http://localhost:80/people/2/addresses.xml
10813
+ PUT http://localhost:80/people/2.xml
10814
+ DELETE http://localhost:80/people/2.xml
10815
+ POST http://37s.sunrise.i:3000/people.xml
10816
+ --> 422 422 (209 0ms)
10817
+ POST http://37s.sunrise.i:3000/people.json
10818
+ --> 422 422 (118 0ms)
10819
+ POST http://37s.sunrise.i:3000/people.xml
10820
+ --> 422 422 (209 0ms)
10821
+ POST http://37s.sunrise.i:3000/people.xml
10822
+ --> 422 422 (209 0ms)
10823
+ POST http://37s.sunrise.i:3000/people.json
10824
+ --> 422 422 (118 0ms)
10825
+ POST http://37s.sunrise.i:3000/people.xml
10826
+ --> 422 422 (209 0ms)
10827
+ POST http://37s.sunrise.i:3000/people.xml
10828
+ --> 422 422 (209 0ms)
10829
+ POST http://37s.sunrise.i:3000/people.json
10830
+ --> 422 422 (118 0ms)
10831
+ POST http://37s.sunrise.i:3000/people.xml
10832
+ --> 422 422 (209 0ms)
10833
+ POST http://37s.sunrise.i:3000/people.xml
10834
+ --> 422 422 (209 0ms)
10835
+ POST http://37s.sunrise.i:3000/people.json
10836
+ --> 422 422 (118 0ms)
10837
+ POST http://37s.sunrise.i:3000/people.xml
10838
+ --> 422 422 (209 0ms)
10839
+ POST http://37s.sunrise.i:3000/people.xml
10840
+ --> 422 422 (209 0ms)
10841
+ POST http://37s.sunrise.i:3000/people.json
10842
+ --> 422 422 (118 0ms)
10843
+ POST http://37s.sunrise.i:3000/people.xml
10844
+ --> 422 422 (209 0ms)
10845
+ POST http://37s.sunrise.i:3000/people.xml
10846
+ --> 422 422 (209 0ms)
10847
+ POST http://37s.sunrise.i:3000/people.json
10848
+ --> 422 422 (118 0ms)
10849
+ POST http://37s.sunrise.i:3000/people.xml
10850
+ --> 422 422 (209 0ms)
10851
+ POST http://37s.sunrise.i:3000/people.xml
10852
+ --> 422 422 (209 0ms)
10853
+ POST http://37s.sunrise.i:3000/people.json
10854
+ --> 422 422 (118 0ms)
10855
+ POST http://37s.sunrise.i:3000/people.xml
10856
+ --> 422 422 (209 0ms)
10857
+ GET http://37s.sunrise.i:3000/people/1.xml
10858
+ --> 200 200 (106 0ms)
10859
+ GET http://37s.sunrise.i:3000/people/1.xml
10860
+ --> 200 200 (106 0ms)
10861
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
10862
+ --> 200 200 (120 0ms)
10863
+ POST http://37s.sunrise.i:3000/people.xml
10864
+ --> 201 201 (109 0ms)
10865
+ POST http://37s.sunrise.i:3000/people.xml
10866
+ --> 409 409 (0 0ms)
10867
+ POST http://37s.sunrise.i:3000/people/1/addresses.xml
10868
+ --> 201 201 (0 0ms)
10869
+ POST http://37s.sunrise.i:3000/people.xml
10870
+ --> 201 201 (0 0ms)
10871
+ GET http://37s.sunrise.i:3000/people/Greg.xml
10872
+ --> 200 200 (106 0ms)
10873
+ GET http://37s.sunrise.i:3000/people/4.xml
10874
+ --> 404 404 (0 0ms)
10875
+ DELETE http://37s.sunrise.i:3000/people/1.xml
10876
+ --> 200 200 (0 0ms)
10877
+ GET http://37s.sunrise.i:3000/people/1.xml
10878
+ --> 404 404 (0 0ms)
10879
+ DELETE http://37s.sunrise.i:3000/people/1.xml
10880
+ --> 200 200 (0 0ms)
10881
+ GET http://37s.sunrise.i:3000/people/1.xml
10882
+ --> 410 410 (0 0ms)
10883
+ DELETE http://37s.sunrise.i:3000/people/1/addresses/1.xml
10884
+ --> 200 200 (0 0ms)
10885
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
10886
+ --> 404 404 (0 0ms)
10887
+ GET http://37s.sunrise.i:3000/people/1.xml
10888
+ --> 200 200 (106 0ms)
10889
+ DELETE http://37s.sunrise.i:3000/people/1.xml
10890
+ --> 200 200 (0 0ms)
10891
+ GET http://37s.sunrise.i:3000/people/1.xml
10892
+ --> 404 404 (0 0ms)
10893
+ GET http://37s.sunrise.i:3000/people/1.xml
10894
+ --> 200 200 (106 0ms)
10895
+ DELETE http://37s.sunrise.i:3000/people/1.xml
10896
+ --> 200 200 (0 0ms)
10897
+ GET http://37s.sunrise.i:3000/people/1.xml
10898
+ --> 410 410 (0 0ms)
10899
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
10900
+ --> 200 200 (120 0ms)
10901
+ DELETE http://37s.sunrise.i:3000/people/1/addresses/1.xml
10902
+ --> 200 200 (0 0ms)
10903
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
10904
+ --> 404 404 (0 0ms)
10905
+ HEAD http://37s.sunrise.i:3000/people/1.xml
10906
+ --> 200 200 (0 0ms)
10907
+ HEAD http://37s.sunrise.i:3000/people/99.xml
10908
+ --> 404 404 (0 0ms)
10909
+ GET http://37s.sunrise.i:3000/people/1.xml
10910
+ --> 200 200 (106 0ms)
10911
+ HEAD http://37s.sunrise.i:3000/people/1.xml
10912
+ --> 200 200 (0 0ms)
10913
+ HEAD http://37s.sunrise.i:3000/people/99.xml
10914
+ --> 404 404 (0 0ms)
10915
+ HEAD http://37s.sunrise.i:3000/people/1/addresses/1.xml
10916
+ --> 200 200 (0 0ms)
10917
+ HEAD http://37s.sunrise.i:3000/people/2/addresses/1.xml
10918
+ --> 404 404 (0 0ms)
10919
+ HEAD http://37s.sunrise.i:3000/people/1/addresses/2.xml
10920
+ --> 404 404 (0 0ms)
10921
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
10922
+ --> 200 200 (120 0ms)
10923
+ HEAD http://37s.sunrise.i:3000/people/1/addresses/1.xml
10924
+ --> 200 200 (0 0ms)
10925
+ HEAD http://37s.sunrise.i:3000/people/2/addresses/1.xml
10926
+ --> 404 404 (0 0ms)
10927
+ HEAD http://37s.sunrise.i:3000/people/1/addresses/2.xml
10928
+ --> 404 404 (0 0ms)
10929
+ HEAD http://37s.sunrise.i:3000/people/1.xml
10930
+ --> 410 410 (0 0ms)
10931
+ HEAD http://37s.sunrise.i:3000/people/Greg.xml
10932
+ --> 200 200 (0 0ms)
10933
+ GET http://37s.sunrise.i:3000/people/Greg.xml
10934
+ --> 200 200 (106 0ms)
10935
+ HEAD http://37s.sunrise.i:3000/people/Greg.xml
10936
+ --> 200 200 (0 0ms)
10937
+ GET http://37s.sunrise.i:3000/people/Greg.xml
10938
+ --> 200 200 (106 0ms)
10939
+ HEAD http://37s.sunrise.i:3000/people/Greg/addresses/1.xml
10940
+ --> 200 200 (0 0ms)
10941
+ GET http://37s.sunrise.i:3000/people/Greg.xml
10942
+ --> 200 200 (106 0ms)
10943
+ GET http://37s.sunrise.i:3000/people/Greg/addresses/1.xml
10944
+ --> 200 200 (120 0ms)
10945
+ HEAD http://37s.sunrise.i:3000/people/Greg/addresses/1.xml
10946
+ --> 200 200 (0 0ms)
10947
+ HEAD http://37s.sunrise.i:3000/people/not-mocked.xml
10948
+ --> 200 200 (0 0ms)
10949
+ GET http://37s.sunrise.i:3000/people.xml
10950
+ --> 200 200 (222 0ms)
10951
+ GET http://37s.sunrise.i:3000/companies/1/people.xml
10952
+ --> 200 200 (147 0ms)
10953
+ GET http://37s.sunrise.i:3000/companies/1/people.xml
10954
+ --> 200 200 (147 0ms)
10955
+ GET http://37s.sunrise.i:3000/people/managers.xml
10956
+ --> 200 200 (147 0ms)
10957
+ GET http://37s.sunrise.i:3000/people/1.xml
10958
+ --> 200 200 (106 0ms)
10959
+ GET http://37s.sunrise.i:3000/people/99.xml
10960
+ --> 404 404 (0 0ms)
10961
+ GET http://37s.sunrise.i:3000/people//addresses/1.xml
10962
+ --> 404 404 (0 0ms)
10963
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
10964
+ --> 200 200 (120 0ms)
10965
+ GET http://37s.sunrise.i:3000/people.xml
10966
+ --> 200 200 (222 0ms)
10967
+ GET http://37s.sunrise.i:3000/people.xml
10968
+ --> 200 200 (222 0ms)
10969
+ GET http://37s.sunrise.i:3000/companies/1/manager.xml
10970
+ --> 200 200 (107 0ms)
10971
+ GET http://37s.sunrise.i:3000/people/leader.xml
10972
+ --> 200 200 (107 0ms)
10973
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
10974
+ --> 200 200 (120 0ms)
10975
+ GET http://37s.sunrise.i:3000/people/5.xml
10976
+ --> 200 200 (223 0ms)
10977
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
10978
+ --> 200 200 (120 0ms)
10979
+ GET http://37s.sunrise.i:3000/customers/1.xml
10980
+ --> 200 200 (1458 0ms)
10981
+ GET http://37s.sunrise.i:3000/people/Greg.xml
10982
+ --> 200 200 (106 0ms)
10983
+ GET http://37s.sunrise.i:3000/people/Greg.xml
10984
+ --> 200 200 (106 0ms)
10985
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
10986
+ --> 200 200 (120 0ms)
10987
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
10988
+ --> 200 200 (120 0ms)
10989
+ GET http://37s.sunrise.i:3000/people.xml
10990
+ --> 200 200 (222 0ms)
10991
+ GET http://37s.sunrise.i:3000/people/1.xml
10992
+ --> 200 200 (106 0ms)
10993
+ GET http://37s.sunrise.i:3000/people/1.xml
10994
+ --> 200 200 (106 0ms)
10995
+ POST http://37s.sunrise.i:3000/people.xml
10996
+ --> 201 201 (109 0ms)
10997
+ GET http://somewhere.else:80/people/6.json
10998
+ --> 200 200 (32 0ms)
10999
+ GET http://somewhere.else:80/people/6.json
11000
+ --> 200 200 (32 0ms)
11001
+ GET http://somewhere.else:80/people/1.xml
11002
+ --> 200 200 (106 0ms)
11003
+ GET http://somewhere.else:80/people/1.xml
11004
+ --> 200 200 (106 0ms)
11005
+ GET http://somewhere.else:80/people/1.xml
11006
+ --> 200 200 (106 0ms)
11007
+ GET http://somewhere.else:80/people.xml
11008
+ --> 200 200 (222 0ms)
11009
+ PUT http://somewhere.else:80/people/1.xml
11010
+ --> 204 204 (0 0ms)
11011
+ GET http://somewhere.else:80/people/2.xml
11012
+ --> 200 200 (107 0ms)
11013
+ PUT http://somewhere.else:80/people/2.xml
11014
+ --> 409 409 (0 0ms)
11015
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
11016
+ --> 200 200 (120 0ms)
11017
+ PUT http://37s.sunrise.i:3000/people/1/addresses/1.xml
11018
+ --> 204 204 (0 0ms)
11019
+ GET http://37s.sunrise.i:3000/people/1/addresses.xml
11020
+ --> 200 200 (166 0ms)
11021
+ PUT http://37s.sunrise.i:3000/people/1/addresses/1.xml
11022
+ --> 204 204 (0 0ms)
11023
+ GET http://localhost:80/people/1.xml
11024
+ --> 200 200 (106 0ms)
11025
+ DELETE http://localhost:80/people/1.xml
11026
+ --> 200 200 (0 0ms)
11027
+ DELETE http://localhost:80/people/2.xml
11028
+ --> 200 200 (0 0ms)
11029
+ GET http://localhost:80/people/1.xml
11030
+ --> 200 200 (106 0ms)
11031
+ GET http://localhost:80/people.xml
11032
+ --> 200 200 (222 0ms)
11033
+ GET http://localhost:80/people_empty_elements.xml
11034
+ --> 200 200 (77 0ms)
11035
+ GET http://localhost:80/people_single_elements.xml
11036
+ --> 200 200 (208 0ms)
11037
+ GET http://localhost:80/people/2.xml
11038
+ --> 200 200 (107 0ms)
11039
+ HEAD http://localhost:80/people/1.xml
11040
+ --> 200 200 (0 0ms)
11041
+ POST http://localhost:80/people.xml
11042
+ --> 201 201 (0 0ms)
11043
+ POST http://localhost:80/members.xml
11044
+ --> 201 201 (1 0ms)
11045
+ PUT http://localhost:80/people/1.xml
11046
+ --> 204 204 (0 0ms)
11047
+ PUT http://localhost:80/people/2.xml
11048
+ --> 204 204 (0 0ms)
11049
+ GET http://localhost:80/people/1.xml
11050
+ GET http://localhost:80/people_timeout.xml
11051
+ GET http://somewhere.else:80/people/retrieve.xml?name=Matz
11052
+ --> 200 200 (146 0ms)
11053
+ POST http://somewhere.else:80/people/hire.xml?name=Matz
11054
+ --> 201 201 (0 0ms)
11055
+ PUT http://somewhere.else:80/people/promote.xml?name=Matz
11056
+ --> 204 204 (0 0ms)
11057
+ PUT http://somewhere.else:80/people/sort.xml?by=name
11058
+ --> 204 204 (0 0ms)
11059
+ DELETE http://somewhere.else:80/people/deactivate.xml?name=Matz
11060
+ --> 200 200 (0 0ms)
11061
+ PUT http://37s.sunrise.i:3000/people/1/addresses/sort.xml?by=name
11062
+ --> 204 204 (0 0ms)
11063
+ GET http://somewhere.else:80/people/1.xml
11064
+ --> 200 200 (106 0ms)
11065
+ GET http://somewhere.else:80/people/1/shallow.xml
11066
+ --> 200 200 (106 0ms)
11067
+ GET http://somewhere.else:80/people/1.xml
11068
+ --> 200 200 (106 0ms)
11069
+ GET http://somewhere.else:80/people/1/deep.xml
11070
+ --> 200 200 (129 0ms)
11071
+ GET http://somewhere.else:80/people/1.xml
11072
+ --> 200 200 (106 0ms)
11073
+ PUT http://somewhere.else:80/people/1/promote.xml?position=Manager
11074
+ --> 204 204 (0 0ms)
11075
+ GET http://somewhere.else:80/people/1.xml
11076
+ --> 200 200 (106 0ms)
11077
+ DELETE http://somewhere.else:80/people/1/deactivate.xml
11078
+ --> 200 200 (0 0ms)
11079
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
11080
+ --> 200 200 (120 0ms)
11081
+ GET http://37s.sunrise.i:3000/people/1/addresses/1/deep.xml
11082
+ --> 200 200 (139 0ms)
11083
+ GET http://37s.sunrise.i:3000/people/1/addresses/1.xml
11084
+ --> 200 200 (120 0ms)
11085
+ PUT http://37s.sunrise.i:3000/people/1/addresses/1/normalize_phone.xml?locale=US
11086
+ --> 204 204 (0 0ms)
11087
+ POST http://somewhere.else:80/people/new/register.xml
11088
+ --> 201 201 (78 0ms)
11089
+ POST http://37s.sunrise.i:3000/people/1/addresses/new/link.xml
11090
+ --> 201 201 (92 0ms)
11091
+ POST http://somewhere.else:80/people/1/register.xml
11092
+ --> 201 201 (106 0ms)
11093
+ GET http://somewhere.else:80/people/managers.xml
11094
+ --> 200 200 (146 0ms)
11095
+ GET http://somewhere.else:80/people.json
11096
+ --> 200 200 (48 0ms)
11097
+ GET http://somewhere.else:80/people.xml
11098
+ --> 200 200 (224 0ms)
11099
+ GET http://somewhere.else:80/people/retrieve.json?name=David
11100
+ --> 200 200 (25 0ms)
11101
+ GET http://somewhere.else:80/people/retrieve.xml?name=David
11102
+ --> 200 200 (149 0ms)
11103
+ GET http://somewhere.else:80/people/2.json
11104
+ --> 200 200 (23 0ms)
11105
+ GET http://somewhere.else:80/people/2/shallow.json
11106
+ --> 200 200 (23 0ms)
11107
+ GET http://somewhere.else:80/people/2.xml
11108
+ --> 200 200 (103 0ms)
11109
+ GET http://somewhere.else:80/people/2/shallow.xml
11110
+ --> 200 200 (103 0ms)
11111
+ POST http://somewhere.else:80/people.json
11112
+ --> 201 201 (15 0ms)
11113
+ POST http://somewhere.else:80/people/new/register.json
11114
+ --> 201 201 (15 0ms)
11115
+ POST http://somewhere.else:80/people.xml
11116
+ --> 201 201 (74 0ms)
11117
+ POST http://somewhere.else:80/people/new/register.xml
11118
+ --> 201 201 (74 0ms)
11119
+ GET http://somewhere.else:80/people/1.json
11120
+ --> 200 200 (23 0ms)
11121
+ GET http://somewhere.else:80/people/1.xml
11122
+ --> 200 200 (103 0ms)
11123
+ POST http://somewhere.else:80/people.json
11124
+ --> 201 201 (50 0ms)
11125
+ POST http://somewhere.else:80/people.xml
11126
+ --> 201 201 (132 0ms)
11127
+ DELETE http://localhost:80/people/2.xml
11128
+ --> 200 200 (0 0ms)
11129
+ GET http://localhost:80/people/2.xml
11130
+ --> 200 200 (107 0ms)
11131
+ POST http://localhost:80/people/2/addresses.xml
11132
+ --> 201 201 (0 0ms)
11133
+ PUT http://localhost:80/people/2.xml
11134
+ --> 204 204 (0 0ms)
11135
+ POST http://localhost:80/people/2.xml
11136
+ POST http://localhost:80/people/2/addresses.xml
11137
+ PUT http://localhost:80/people/2.xml
11138
+ DELETE http://localhost:80/people/2.xml
11139
+ POST http://37s.sunrise.i:3000/people.xml
11140
+ --> 422 422 (209 0ms)
11141
+ POST http://37s.sunrise.i:3000/people.json
11142
+ --> 422 422 (118 0ms)
11143
+ POST http://37s.sunrise.i:3000/people.xml
11144
+ --> 422 422 (209 0ms)
11145
+ POST http://37s.sunrise.i:3000/people.xml
11146
+ --> 422 422 (209 0ms)
11147
+ POST http://37s.sunrise.i:3000/people.json
11148
+ --> 422 422 (118 0ms)
11149
+ POST http://37s.sunrise.i:3000/people.xml
11150
+ --> 422 422 (209 0ms)
11151
+ POST http://37s.sunrise.i:3000/people.xml
11152
+ --> 422 422 (209 0ms)
11153
+ POST http://37s.sunrise.i:3000/people.json
11154
+ --> 422 422 (118 0ms)
11155
+ POST http://37s.sunrise.i:3000/people.xml
11156
+ --> 422 422 (209 0ms)
11157
+ POST http://37s.sunrise.i:3000/people.xml
11158
+ --> 422 422 (209 0ms)
11159
+ POST http://37s.sunrise.i:3000/people.json
11160
+ --> 422 422 (118 0ms)
11161
+ POST http://37s.sunrise.i:3000/people.xml
11162
+ --> 422 422 (209 0ms)
11163
+ POST http://37s.sunrise.i:3000/people.xml
11164
+ --> 422 422 (209 0ms)
11165
+ POST http://37s.sunrise.i:3000/people.json
11166
+ --> 422 422 (118 0ms)
11167
+ POST http://37s.sunrise.i:3000/people.xml
11168
+ --> 422 422 (209 0ms)
11169
+ POST http://37s.sunrise.i:3000/people.xml
11170
+ --> 422 422 (209 0ms)
11171
+ POST http://37s.sunrise.i:3000/people.json
11172
+ --> 422 422 (118 0ms)
11173
+ POST http://37s.sunrise.i:3000/people.xml
11174
+ --> 422 422 (209 0ms)
11175
+ POST http://37s.sunrise.i:3000/people.xml
11176
+ --> 422 422 (209 0ms)
11177
+ POST http://37s.sunrise.i:3000/people.json
11178
+ --> 422 422 (118 0ms)
11179
+ POST http://37s.sunrise.i:3000/people.xml
11180
+ --> 422 422 (209 0ms)
11181
+ GET http://37s.sunrise.i:3000/people/1.xml
11182
+ --> 200 200 (106 0ms)
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 10
10
- version: 2.3.10
9
+ - 11
10
+ version: 2.3.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Heinemeier Hansson
@@ -15,7 +15,7 @@ autorequire: active_resource
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-15 00:00:00 +13:00
18
+ date: 2011-02-09 00:00:00 +13:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 23
29
+ hash: 21
30
30
  segments:
31
31
  - 2
32
32
  - 3
33
- - 10
34
- version: 2.3.10
33
+ - 11
34
+ version: 2.3.11
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  description: Wraps web resources in model classes that can be manipulated through XML over REST.