forked from gravityblast/radiant-copy-move
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrew vonderLuft
committed
Jun 27, 2011
1 parent
63dd4f9
commit f383fba
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.2 | ||
2.4.3 |
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 |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = %q{radiant-copy_move-extension} | ||
s.version = "2.4.2" | ||
s.version = "2.4.3" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Benny Degezelle", "Andrew vonderLuft"] | ||
s.date = %q{2011-06-22} | ||
s.date = %q{2011-06-27} | ||
s.description = %q{With this extension you can copy or move a page with or without its children.} | ||
s.email = %q{[email protected]} | ||
s.extra_rdoc_files = [ | ||
|
@@ -54,7 +54,7 @@ Gem::Specification.new do |s| | |
] | ||
s.homepage = %q{https://github.com/jomz/radiant-copy-move} | ||
s.require_paths = ["lib"] | ||
s.rubygems_version = %q{1.5.2} | ||
s.rubygems_version = %q{1.6.2} | ||
s.summary = %q{Copy/Move extension for Radiant CMS} | ||
s.test_files = [ | ||
"spec/controllers/copy_move_controller_spec.rb", | ||
|