radiant-copy_move-extension 2.3.3 → 2.3.4

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/README.textile CHANGED
@@ -9,7 +9,8 @@ This extension adds a Copy/Move action to the Radiant Page Index administration
9
9
 
10
10
  h2. Updates
11
11
 
12
- * 2.3.x - 03/2011 - merged updates from other forks, refactored for Blade UI in Radiant 0.9 or greater - Andrew vonderLuft
12
+ * 2.3.x - 03/2011 - merged updates from other forks, refactored; Radiant 1.0 or greater - Andrew vonderLuft
13
+ * 2.2.0 - 10/2010 - Radiant 0.9.1 compatible - Benny Degezelle
13
14
 
14
15
  h2. Installation
15
16
 
@@ -41,7 +42,7 @@ h3. Using the gem
41
42
  <pre>rake radiant:extensions:update_all</pre>
42
43
  # Restart your app
43
44
 
44
- h2. Requirements fo very old versions (you really should upgrade)
45
+ h2. Requirements for very old versions (you really should upgrade)
45
46
 
46
47
  For Radiant versions < 0.6.7 You need the "shards extension":http://groups.google.com/group/radiantcms-dev/browse_frm/thread/d07f7fffd84b3ce0/5efa6fd6c2e1668e?lnk=gst&q=shards#5efa6fd6c2e1668e
47
48
 
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ begin
7
7
  gem.email = "benny@gorilla-webdesign.be"
8
8
  gem.homepage = "https://github.com/jomz/radiant-copy-move"
9
9
  gem.authors = ["Benny Degezelle","Andrew vonderLuft"]
10
- gem.add_dependency 'radiant', ">=0.9.1"
10
+ gem.add_dependency 'radiant', ">=1.0.0"
11
11
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
12
12
  end
13
13
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.3
1
+ 2.3.4
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-copy_move-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 3
10
- version: 2.3.3
9
+ - 4
10
+ version: 2.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Benny Degezelle
@@ -27,12 +27,12 @@ dependencies:
27
27
  requirements:
28
28
  - - ">="
29
29
  - !ruby/object:Gem::Version
30
- hash: 57
30
+ hash: 23
31
31
  segments:
32
- - 0
33
- - 9
34
32
  - 1
35
- version: 0.9.1
33
+ - 0
34
+ - 0
35
+ version: 1.0.0
36
36
  type: :runtime
37
37
  version_requirements: *id001
38
38
  description: With this extension you can copy or move a page with or without its children.
@@ -69,6 +69,7 @@ files:
69
69
  - lib/copy_move/controller.rb
70
70
  - lib/copy_move/model.rb
71
71
  - lib/tasks/copy_move_extension_tasks.rake
72
+ - pkg/radiant-copy_move-extension-2.3.3.gem
72
73
  - public/images/admin/copy-move.png
73
74
  - public/images/admin/page_white.png
74
75
  - public/images/admin/page_white_copy.png
@@ -109,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
110
  requirements: []
110
111
 
111
112
  rubyforge_project:
112
- rubygems_version: 1.5.2
113
+ rubygems_version: 1.6.2
113
114
  signing_key:
114
115
  specification_version: 3
115
116
  summary: Copy/Move extension for Radiant CMS