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 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 "Stupid Currency Tricks":http://www.opensourcecurrency.org/2009/06/stupid-currency-tricks-payment-dropbox.html
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 "OsCurrency Github Wiki":http://wiki.github.com/austintimeexchange/oscurrency
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.2') do |p|
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'
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{oscurrency-ruby-api-wrapper}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Tom Brown"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: herestomwiththeweather-oscurrency-ruby-api-wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Brown