cartoonist-default-theme 0.0.3 → 0.0.3.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.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cartoonist-default-theme"
3
- s.version = "0.0.3"
3
+ s.version = "0.0.3.1"
4
4
  s.date = "2012-04-06"
5
5
  s.summary = "Cartoonist Default Theme"
6
6
  s.description = "A plugin gem to provide the default theme for a Cartoonist website"
@@ -4,7 +4,7 @@ module CartoonistDefaultTheme
4
4
  LOGO = "cartoonist-default-theme/logo.png"
5
5
 
6
6
  class Engine < ::Rails::Engine
7
- CartoonistThemes.add :cartoonist_default_theme, :css => CSS, :favicon => FAVICON, :rss_logo => LOGO
8
- CartoonistThemes.add_assets CSS, "images/#{FAVICON}", "images/#{LOGO}"
7
+ Cartoonist::Theme.add :cartoonist_default_theme, :css => CSS, :favicon => FAVICON, :rss_logo => LOGO
8
+ Cartoonist::Theme.add_assets CSS, "images/#{FAVICON}", "images/#{LOGO}"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cartoonist-default-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: