acts_as_api 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/README.rdoc +5 -5
- data/lib/acts_as_api.rb +1 -1
- metadata +5 -5
data/History.txt
CHANGED
data/README.rdoc
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
= acts_as_api
|
2
2
|
|
3
|
-
* http://github.com/
|
3
|
+
* http://github.com/fabrik42/acts_as_api
|
4
4
|
|
5
5
|
== DESCRIPTION:
|
6
6
|
|
@@ -226,7 +226,7 @@ The model +Order+ also acts as api and is even able to access a method of their
|
|
226
226
|
|
227
227
|
=== Is there an example I can play around with?
|
228
228
|
|
229
|
-
If you want a working example right out of the box, grab the example app: http://github.com/
|
229
|
+
If you want a working example right out of the box, grab the example app: http://github.com/fabrik42/acts_as_api_example
|
230
230
|
|
231
231
|
|
232
232
|
== REQUIREMENTS:
|
@@ -243,11 +243,11 @@ Then add acts_as_api to the Gemfile of your Rails project
|
|
243
243
|
|
244
244
|
== Links
|
245
245
|
|
246
|
-
* Docs: http://rdoc.info/projects/
|
246
|
+
* Docs: http://rdoc.info/projects/fabrik42/acts_as_api
|
247
247
|
|
248
|
-
* Found a bug? http://github.com/
|
248
|
+
* Found a bug? http://github.com/fabrik42/acts_as_api/issues
|
249
249
|
|
250
|
-
* Example App: http://github.com/
|
250
|
+
* Example App: http://github.com/fabrik42/acts_as_api_example
|
251
251
|
|
252
252
|
== LICENSE:
|
253
253
|
|
data/lib/acts_as_api.rb
CHANGED
@@ -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.2.
|
19
|
+
VERSION = '0.2.2'
|
20
20
|
|
21
21
|
# The accepted response formats
|
22
22
|
# Default is +[:xml, :json]+
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acts_as_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 2
|
10
|
+
version: 0.2.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "Christian B\xC3\xA4uerlein"
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-10-21 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -109,7 +109,7 @@ files:
|
|
109
109
|
- spec/spec_helper.rb
|
110
110
|
- tasks/rspec.rake
|
111
111
|
has_rdoc: true
|
112
|
-
homepage: http://github.com/
|
112
|
+
homepage: http://github.com/fabrik42/acts_as_api
|
113
113
|
licenses: []
|
114
114
|
|
115
115
|
post_install_message:
|