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.
@@ -14,7 +14,7 @@ end
14
14
  REFINERYCMS_INSTALLER = true
15
15
 
16
16
  # Load refinerycms
17
- require Pathname.new(File.expand_path(File.dirname(__FILE__) << "/..")).join('lib', 'refinery')
17
+ require File.expand_path(File.dirname(__FILE__) << "/../lib/refinery")
18
18
 
19
19
  # Load other required libraries
20
20
  require 'pathname'
@@ -1,4 +1,4 @@
1
- ## 0.9.9.5 [Not Released]
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)
@@ -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}
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}
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: refinerycms
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.9.5
5
+ version: 0.9.9.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Resolve Digital