refinerycms 0.9.9.5 → 0.9.9.6
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/bin/refinerycms +1 -1
- data/changelog.md +1 -1
- data/refinerycms.gemspec +1 -1
- metadata +1 -1
data/bin/refinerycms
CHANGED
|
@@ -14,7 +14,7 @@ end
|
|
|
14
14
|
REFINERYCMS_INSTALLER = true
|
|
15
15
|
|
|
16
16
|
# Load refinerycms
|
|
17
|
-
require
|
|
17
|
+
require File.expand_path(File.dirname(__FILE__) << "/../lib/refinery")
|
|
18
18
|
|
|
19
19
|
# Load other required libraries
|
|
20
20
|
require 'pathname'
|
data/changelog.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## 0.9.9.5 [
|
|
1
|
+
## 0.9.9.5 [7 March 2011]
|
|
2
2
|
|
|
3
3
|
* Added `<div class='inner'>` to `_content_page` for better control over CSS for each section. Please see [086abfcae2c83330346e28d1e40004cff8a27720](https://github.com/resolve/refinerycms/commit/086abfcae2c83330346e28d1e40004cff8a27720) for what changed if this affects you. [Stefan Mielke](https://github.com/caplod)
|
|
4
4
|
* Menu performance improvements. [David Reese](https://github.com/whatcould)
|
data/refinerycms.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{refinerycms}
|
|
5
|
-
s.version = %q{0.9.9.
|
|
5
|
+
s.version = %q{0.9.9.6}
|
|
6
6
|
s.description = %q{A Ruby on Rails CMS that supports Rails 3. It's easy to extend and sticks to 'the Rails way' where possible.}
|
|
7
7
|
s.date = %q{2011-03-08}
|
|
8
8
|
s.summary = %q{A Ruby on Rails CMS that supports Rails 3}
|