spud_banners 0.0.1 → 0.9.0

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.markdown CHANGED
@@ -20,7 +20,7 @@ Spud Banners is an engine for creating and managing rotating banner sets, design
20
20
 
21
21
  Spud Banners accepts the following configuration options:
22
22
 
23
- Spud::Photos.configure do |config|
23
+ Spud::Banners.configure do |config|
24
24
  config.paperclip_storage = :filesystem #use :s3 to use s3 storage (aws gem required)
25
25
  config.s3_credentials = "#{Rails.root}/config/s3.yml"
26
26
  config.storage_path = ":rails_root/public/system/spud_banners/:id/:style/:basename.:extension"
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Banners
3
- VERSION = "0.0.1"
3
+ VERSION = "0.9.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spud_banners
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.9.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -176,7 +176,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
176
176
  version: '0'
177
177
  segments:
178
178
  - 0
179
- hash: -4238470459929969002
179
+ hash: 214435398128595702
180
180
  required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  none: false
182
182
  requirements:
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  version: '0'
186
186
  segments:
187
187
  - 0
188
- hash: -4238470459929969002
188
+ hash: 214435398128595702
189
189
  requirements: []
190
190
  rubyforge_project:
191
191
  rubygems_version: 1.8.24