spreedly 1.2.1 → 1.2.2

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/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.2.2 / 2009-05-11
2
+
3
+ * Fixed an error in the README [karnowski].
4
+
1
5
  === 1.2.1 / 2009-04-30
2
6
 
3
7
  * A few documentation tweaks.
data/README.txt CHANGED
@@ -20,14 +20,14 @@ the http://spreedly.com API. Created by Terralien[http://terralien.com].
20
20
  # For real
21
21
  require 'spreedly'
22
22
  Spreedly.configure('site short name', 'crazy hash token')
23
- url = Spreedly.subscribe_url(:id => 'customer id', :plan => 'plan id')
23
+ url = Spreedly.subscribe_url('customer id', 'plan id')
24
24
  subscriber = Spreedly::Subscriber.find('customer id')
25
25
  subscriber.active?
26
26
 
27
27
  # For fast tests
28
28
  require 'spreedly/mock'
29
29
  Spreedly.configure('site short name', 'crazy hash token')
30
- url = Spreedly.subscribe_url(:id => 'customer id', :plan => 'plan id')
30
+ url = Spreedly.subscribe_url('customer id', 'plan id')
31
31
  subscriber = Spreedly::Subscriber.find('customer id')
32
32
  subscriber.active?
33
33
 
@@ -1,3 +1,3 @@
1
1
  module Spreedly
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
data/test/test_site.yml CHANGED
@@ -1,2 +1,2 @@
1
1
  name: terralien-test
2
- token: 781651cf01c65b7f0c8f6565723ea60436e87a56
2
+ token: 3a8233463b5f8150d8bab0d2e7bac9272fc31763
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreedly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathaniel Talbott
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-30 00:00:00 -04:00
12
+ date: 2009-05-11 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency