spud_banners 0.9.0 → 0.9.0.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.
@@ -11,7 +11,7 @@ module Spud
11
11
  initializer :admin do
12
12
  Spud::Core.config.admin_applications += [{
13
13
  :name => 'Banner Sets',
14
- :thumbnail => 'spud/photos/photo_albums_thumb.png',
14
+ :thumbnail => 'spud/admin/banners/banners.png',
15
15
  :retina => true,
16
16
  :url => '/spud/admin/banner_sets',
17
17
  :order => 120
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Banners
3
- VERSION = "0.9.0"
3
+ VERSION = "0.9.0.1"
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.9.0
4
+ version: 0.9.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -83,6 +83,8 @@ executables: []
83
83
  extensions: []
84
84
  extra_rdoc_files: []
85
85
  files:
86
+ - app/assets/images/spud/admin/banners/banners.png
87
+ - app/assets/images/spud/admin/banners/banners@2x.png
86
88
  - app/assets/javascripts/spud/admin/banners/application.js
87
89
  - app/assets/javascripts/spud/admin/banners/banner_sets.js
88
90
  - app/assets/javascripts/spud/admin/banners/banners.js
@@ -162,7 +164,7 @@ files:
162
164
  - test/unit/helpers/spud/admin/banners_helper_test.rb
163
165
  - test/unit/spud_banner_set_test.rb
164
166
  - test/unit/spud_banner_test.rb
165
- homepage: http://www.github.com/gregawoods/spud_banners
167
+ homepage: http://www.github.com/spud-rails/spud_banners
166
168
  licenses: []
167
169
  post_install_message:
168
170
  rdoc_options: []
@@ -176,7 +178,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
176
178
  version: '0'
177
179
  segments:
178
180
  - 0
179
- hash: 214435398128595702
181
+ hash: 2443970527728890043
180
182
  required_rubygems_version: !ruby/object:Gem::Requirement
181
183
  none: false
182
184
  requirements:
@@ -185,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
187
  version: '0'
186
188
  segments:
187
189
  - 0
188
- hash: 214435398128595702
190
+ hash: 2443970527728890043
189
191
  requirements: []
190
192
  rubyforge_project:
191
193
  rubygems_version: 1.8.24