forked from refinery/refinerycms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stops messing with load paths, fixed inconsistencies and fixed whites…
…pace.
- Loading branch information
Showing
28 changed files
with
44 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Encoding: UTF-8 | ||
$:.push File.expand_path('../../core/lib', __FILE__) | ||
require 'refinery/version' | ||
require File.expand_path('../../core/lib/refinery/version', __FILE__) | ||
|
||
version = Refinery::Version.to_s | ||
rails_version = ['>= 3.1.3', '< 3.3'] | ||
|
@@ -14,7 +13,7 @@ Gem::Specification.new do |s| | |
s.email = %q{[email protected]} | ||
s.homepage = %q{http://refinerycms.com} | ||
s.rubyforge_project = %q{refinerycms} | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'David Jones', 'Steven Heidel'] | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski'] | ||
s.license = %q{MIT} | ||
s.require_paths = %w(lib) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
<%= f.label :draft, t('.save_as_draft'), | ||
:class => 'stripped' %> | ||
</span> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ def frontend_locales | |
end | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Encoding: UTF-8 | ||
$:.push File.expand_path('../../core/lib', __FILE__) | ||
require 'refinery/version' | ||
require File.expand_path('../../core/lib/refinery/version', __FILE__) | ||
|
||
version = Refinery::Version.to_s | ||
rails_version = ['>= 3.1.3', '< 3.3'] | ||
|
@@ -14,7 +13,7 @@ Gem::Specification.new do |s| | |
s.email = %q{[email protected]} | ||
s.homepage = %q{http://refinerycms.com} | ||
s.rubyforge_project = %q{refinerycms} | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'David Jones', 'Steven Heidel'] | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski'] | ||
s.license = %q{MIT} | ||
s.require_paths = %w(lib) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,4 @@ module Admin | |
end | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ module Core | |
end | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Encoding: UTF-8 | ||
$:.push File.expand_path('../../core/lib', __FILE__) | ||
require 'refinery/version' | ||
require File.expand_path('../../core/lib/refinery/version', __FILE__) | ||
|
||
version = Refinery::Version.to_s | ||
|
||
|
@@ -13,10 +12,10 @@ Gem::Specification.new do |s| | |
s.email = %q{[email protected]} | ||
s.homepage = %q{http://refinerycms.com} | ||
s.rubyforge_project = %q{refinerycms} | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'David Jones', 'Steven Heidel'] | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski'] | ||
s.license = %q{MIT} | ||
s.require_paths = %w(lib) | ||
|
||
s.files = `git ls-files`.split("\n") | ||
s.test_files = `git ls-files -- spec/*`.split("\n") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ def up | |
def down | ||
add_column :refinery_images, :image_ext, :string | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Encoding: UTF-8 | ||
$:.push File.expand_path('../../core/lib', __FILE__) | ||
require 'refinery/version' | ||
require File.expand_path('../../core/lib/refinery/version', __FILE__) | ||
|
||
version = Refinery::Version.to_s | ||
|
||
|
@@ -13,7 +12,7 @@ Gem::Specification.new do |s| | |
s.email = %q{[email protected]} | ||
s.homepage = %q{http://refinerycms.com} | ||
s.rubyforge_project = %q{refinerycms} | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'David Jones', 'Steven Heidel'] | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski'] | ||
s.license = %q{MIT} | ||
s.require_paths = %w(lib) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Encoding: UTF-8 | ||
$:.push File.expand_path('../../core/lib', __FILE__) | ||
require 'refinery/version' | ||
require File.expand_path('../../core/lib/refinery/version', __FILE__) | ||
|
||
version = Refinery::Version.to_s | ||
|
||
|
@@ -10,11 +9,10 @@ Gem::Specification.new do |s| | |
s.version = version | ||
s.summary = %q{Pages extension for Refinery CMS} | ||
s.description = %q{The default content extension of Refinery CMS. This extension handles the administration and display of user-editable pages.} | ||
s.date = %q{2011-10-12} | ||
s.email = %q{[email protected]} | ||
s.homepage = %q{http://refinerycms.com} | ||
s.rubyforge_project = %q{refinerycms} | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'David Jones', 'Steven Heidel'] | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski'] | ||
s.license = %q{MIT} | ||
s.require_paths = %w(lib) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,4 +100,4 @@ module Admin | |
end | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s| | |
s.email = %q{[email protected]} | ||
s.homepage = %q{http://refinerycms.com} | ||
s.rubyforge_project = %q{refinerycms} | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'David Jones', 'Steven Heidel'] | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski'] | ||
s.license = %q{MIT} | ||
s.bindir = 'bin' | ||
s.executables = %w(refinerycms) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Encoding: UTF-8 | ||
$:.push File.expand_path('../../core/lib', __FILE__) | ||
require 'refinery/version' | ||
require File.expand_path('../../core/lib/refinery/version', __FILE__) | ||
|
||
version = Refinery::Version.to_s | ||
|
||
|
@@ -10,11 +9,10 @@ Gem::Specification.new do |s| | |
s.version = version | ||
s.summary = %q{Resources extension for Refinery CMS} | ||
s.description = %q{Handles all file upload and processing functionality in Refinery CMS.} | ||
s.date = %q{2011-10-12} | ||
s.email = %q{[email protected]} | ||
s.homepage = %q{http://refinerycms.com} | ||
s.rubyforge_project = %q{refinerycms} | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'David Jones', 'Steven Heidel'] | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski'] | ||
s.license = %q{MIT} | ||
s.require_paths = %w(lib) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Encoding: UTF-8 | ||
$:.push File.expand_path('../../core/lib', __FILE__) | ||
require 'refinery/version' | ||
require File.expand_path('../../core/lib/refinery/version', __FILE__) | ||
|
||
version = Refinery::Version.to_s | ||
|
||
|
@@ -13,7 +12,7 @@ Gem::Specification.new do |s| | |
s.email = %q{[email protected]} | ||
s.homepage = %q{http://refinerycms.com} | ||
s.rubyforge_project = %q{refinerycms} | ||
s.authors = ['Philip Arndt', 'Jamie Winsor'] | ||
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski'] | ||
s.license = %q{MIT} | ||
s.require_paths = %w(lib) | ||
|
||
|