spreedly 1.2.0 → 1.2.1

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.1 / 2009-04-30
2
+
3
+ * A few documentation tweaks.
4
+
1
5
  === 1.2.0 / 2009-04-30
2
6
 
3
7
  * Added mock support for Subscriber#activate_free_trial [scottmotte].
data/Rakefile CHANGED
@@ -36,6 +36,7 @@ Rake::RDocTask.new(:docs) do |rd|
36
36
  rd.options << "-t" << title << "-f" << "darkfish"
37
37
  end
38
38
 
39
+ desc "Publish documentation."
39
40
  replace_task :publish_docs => [:clean, :docs] do
40
41
  host = "terralien@terralien.biz"
41
42
 
data/TODO CHANGED
@@ -1 +0,0 @@
1
- - Create a test for Subscriber#activate_free_trial once there's an API to create subscription plans.
data/lib/spreedly.rb CHANGED
@@ -186,6 +186,7 @@ module Spreedly
186
186
  all.detect{|e| e.id.to_s == id.to_s}
187
187
  end
188
188
 
189
+ # Convenience method for determining if this plan is a free trial plan or not.
189
190
  def trial?
190
191
  (plan_type == 'free_trial')
191
192
  end
@@ -1,3 +1,3 @@
1
1
  module Spreedly
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
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.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathaniel Talbott