acts_as_api 0.0.2 → 0.0.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.
@@ -1,3 +1,7 @@
1
+ === 0.0.3 2010-01-01
2
+
3
+ * 1 small bugfix
4
+
1
5
  === 0.0.2 2010-01-01
2
6
 
3
7
  * 1 major enhancement:
@@ -16,7 +16,7 @@ require "acts_as_api/array"
16
16
  # acts_as_api uses the default serializers of your rails app and doesn't
17
17
  # force you into more dependencies.
18
18
  module ActsAsApi
19
- VERSION = '0.0.2'
19
+ VERSION = '0.0.3'
20
20
 
21
21
  # The accepted response formats
22
22
  # Default is +[:xml, :json]+
@@ -40,7 +40,7 @@ module ActsAsApi
40
40
 
41
41
 
42
42
  # create the Hash as response
43
- output_params[api_format] = as_api_response
43
+ output_params[api_format] = api_response
44
44
 
45
45
  render output_params
46
46
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Christian B\xC3\xA4uerlein"