nabeta-scribd_fu 2.0.4 → 2.0.4.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.
Files changed (3) hide show
  1. data/lib/scribd_fu.rb +2 -1
  2. data/scribd_fu.gemspec +1 -1
  3. metadata +1 -1
data/lib/scribd_fu.rb CHANGED
@@ -116,7 +116,7 @@ module ScribdFu
116
116
 
117
117
  include InstanceMethods
118
118
 
119
- after_save :upload_to_scribd # This *MUST* be an after_save
119
+ #after_save :upload_to_scribd # This *MUST* be an after_save
120
120
  before_destroy :destroy_ipaper_document
121
121
  end
122
122
 
@@ -174,6 +174,7 @@ module ScribdFu
174
174
  end
175
175
 
176
176
  module InstanceMethods
177
+ attr_accessor :post_to_scribd
177
178
 
178
179
  def self.included(base)
179
180
  base.extend ClassMethods
data/scribd_fu.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "scribd_fu"
3
- s.version = "2.0.4"
3
+ s.version = "2.0.4.1"
4
4
  s.date = "2009-04-12"
5
5
  s.summary = "Quick and easy interactions with Scribd's iPaper service"
6
6
  s.email = "matt@matt-darby.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nabeta-scribd_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Darby