herestomwiththeweather-oscurrency-ruby-api-wrapper 0.1.2 → 0.1.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.
- data/README.rdoc +4 -4
- data/Rakefile +1 -1
- data/oscurrency-ruby-api-wrapper.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -18,14 +18,14 @@ This gem is primarily for ruby on rails web applications and supports oauth. It
|
|
18
18
|
|
19
19
|
Retrieve information about myself with HTTP Authorization:
|
20
20
|
|
21
|
-
oc = Oscurrency.register({:site => 'http://tbbrown%40hotmail.com:mypassword@demo.opensourcecurrency.org'})
|
22
|
-
me = oc.Person.find(0)
|
21
|
+
oc = Oscurrency.register({:site => 'http://tbbrown%40hotmail.com:mypassword@demo.opensourcecurrency.org'})
|
22
|
+
me = oc.Person.find(0)
|
23
23
|
|
24
|
-
There is a sample app code and a screencast that shows OAuth
|
24
|
+
There is a sample app code and a screencast that shows OAuth {Stupid Currency Tricks}[http://www.opensourcecurrency.org/2009/06/stupid-currency-tricks-payment-dropbox.html]
|
25
25
|
|
26
26
|
== Documentation Wiki
|
27
27
|
|
28
|
-
There is some documentation for the API
|
28
|
+
There is some documentation for the API at the {OsCurrency Github Wiki}[http://wiki.github.com/austintimeexchange/oscurrency]
|
29
29
|
|
30
30
|
|
31
31
|
== Forum
|
data/Rakefile
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
require 'rake'
|
3
3
|
require 'echoe'
|
4
4
|
|
5
|
-
Echoe.new('oscurrency-ruby-api-wrapper','0.1.
|
5
|
+
Echoe.new('oscurrency-ruby-api-wrapper','0.1.3') do |p|
|
6
6
|
p.description = 'wrapper for oscurrency'
|
7
7
|
p.url = 'http://opensourcecurrency.org'
|
8
8
|
p.author = 'Tom Brown'
|