refinerycms-base 0.9.9.20 → 0.9.9.21

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.
@@ -3,7 +3,7 @@ module Refinery
3
3
  @major = 0
4
4
  @minor = 9
5
5
  @tiny = 9
6
- @build = 20
6
+ @build = 21
7
7
 
8
8
  class << self
9
9
  attr_reader :major, :minor, :tiny, :build
@@ -16,7 +16,7 @@ module Refinery
16
16
 
17
17
  class Engine < ::Rails::Engine
18
18
 
19
- initializer "serve static assets" do |app|
19
+ initializer 'serve static assets' do |app|
20
20
  app.middleware.insert_after ::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public"
21
21
  end
22
22
 
@@ -24,8 +24,8 @@ module Refinery
24
24
 
25
25
  config.after_initialize do
26
26
  ::Refinery::Plugin.register do |plugin|
27
- plugin.name = "refinerycms_base"
28
- plugin.class_name ="RefineryBaseEngine"
27
+ plugin.name = 'refinerycms_base'
28
+ plugin.class_name = 'RefineryBaseEngine'
29
29
  plugin.version = ::Refinery.version
30
30
  plugin.hide_from_menu = true
31
31
  plugin.always_allow_access = true
@@ -37,4 +37,4 @@ module Refinery
37
37
 
38
38
  end
39
39
 
40
- ::Refinery.engines << "base"
40
+ ::Refinery.engines << 'base'
@@ -2,10 +2,10 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{refinerycms-base}
5
- s.version = %q{0.9.9.20}
5
+ s.version = %q{0.9.9.21}
6
6
  s.summary = %q{Base engine for Refinery CMS}
7
7
  s.description = %q{This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.}
8
- s.date = %q{2011-04-28}
8
+ s.date = %q{2011-05-03}
9
9
  s.email = %q{info@refinerycms.com}
10
10
  s.homepage = %q{http://refinerycms.com}
11
11
  s.rubyforge_project = %q{refinerycms}
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: refinerycms-base
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.9.20
5
+ version: 0.9.9.21
6
6
  platform: ruby
7
7
  authors:
8
8
  - Resolve Digital
@@ -13,7 +13,7 @@ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
15
 
16
- date: 2011-04-28 00:00:00 Z
16
+ date: 2011-05-03 00:00:00 Z
17
17
  dependencies: []
18
18
 
19
19
  description: This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.