rich_cms 2.1.4 → 2.1.5

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 (5) hide show
  1. data/CHANGELOG +4 -0
  2. data/VERSION +1 -1
  3. data/lib/rich_cms.rb +0 -1
  4. data/rich_cms.gemspec +1 -1
  5. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,5 +1,9 @@
1
1
  = Rich-CMS CHANGELOG
2
2
 
3
+ == Version 2.1.5 (November 16, 2010)
4
+
5
+ * Not requiring 'sass/plugin' explicitly which fixes the 'Rails.root is nil!' error
6
+
3
7
  == Version 2.1.4 (November 16, 2010)
4
8
 
5
9
  * Require sass instead of haml since they are decoupled. Thanks Stephan Kaag (@stephankaag) for contributing
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.4
1
+ 2.1.5
data/lib/rich_cms.rb CHANGED
@@ -2,7 +2,6 @@ require "authlogic"
2
2
  require "formtastic"
3
3
  require "jzip"
4
4
  require "sass"
5
- require "sass/plugin"
6
5
 
7
6
  require "rich/cms/core"
8
7
  require "rich/cms/activesupport"
data/rich_cms.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rich_cms}
8
- s.version = "2.1.4"
8
+ s.version = "2.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Paul Engel"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rich_cms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 4
10
- version: 2.1.4
9
+ - 5
10
+ version: 2.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Engel