radiant-copy_move-extension 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ begin
7
7
  gem.email = "benny@gorilla-webdesign.be"
8
8
  gem.homepage = "http://github.com/jomz/radiant-comments-extension"
9
9
  gem.authors = ["Benny Degezelle"]
10
- gem.add_dependency 'radiant', "=0.9.0"
10
+ gem.add_dependency 'radiant', ">=0.9.1"
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.1.0
1
+ 2.1.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{radiant-copy_move-extension}
8
- s.version = "2.1.0"
8
+ s.version = "2.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Benny Degezelle"]
12
- s.date = %q{2010-08-28}
12
+ s.date = %q{2010-08-30}
13
13
  s.description = %q{Allows you to to copy pages or move them under a new parent. }
14
14
  s.email = %q{benny@gorilla-webdesign.be}
15
15
  s.extra_rdoc_files = [
@@ -38,6 +38,7 @@ Gem::Specification.new do |s|
38
38
  "lib/copy_move/controller.rb",
39
39
  "lib/copy_move/model.rb",
40
40
  "lib/tasks/copy_move_extension_tasks.rake",
41
+ "pkg/radiant-copy_move-extension-2.1.0.gem",
41
42
  "public/images/admin/copy-move.png",
42
43
  "public/images/admin/page_white.png",
43
44
  "public/images/admin/page_white_copy.png",
@@ -66,12 +67,12 @@ Gem::Specification.new do |s|
66
67
  s.specification_version = 3
67
68
 
68
69
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
69
- s.add_runtime_dependency(%q<radiant>, ["= 0.9.0"])
70
+ s.add_runtime_dependency(%q<radiant>, [">= 0.9.1"])
70
71
  else
71
- s.add_dependency(%q<radiant>, ["= 0.9.0"])
72
+ s.add_dependency(%q<radiant>, [">= 0.9.1"])
72
73
  end
73
74
  else
74
- s.add_dependency(%q<radiant>, ["= 0.9.0"])
75
+ s.add_dependency(%q<radiant>, [">= 0.9.1"])
75
76
  end
76
77
  end
77
78
 
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: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 0
10
- version: 2.1.0
9
+ - 1
10
+ version: 2.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Benny Degezelle
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-28 00:00:00 +02:00
18
+ date: 2010-08-30 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -24,14 +24,14 @@ dependencies:
24
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - "="
27
+ - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 59
29
+ hash: 57
30
30
  segments:
31
31
  - 0
32
32
  - 9
33
- - 0
34
- version: 0.9.0
33
+ - 1
34
+ version: 0.9.1
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  description: "Allows you to to copy pages or move them under a new parent. "
@@ -65,6 +65,7 @@ files:
65
65
  - lib/copy_move/controller.rb
66
66
  - lib/copy_move/model.rb
67
67
  - lib/tasks/copy_move_extension_tasks.rake
68
+ - pkg/radiant-copy_move-extension-2.1.0.gem
68
69
  - public/images/admin/copy-move.png
69
70
  - public/images/admin/page_white.png
70
71
  - public/images/admin/page_white_copy.png