radiant-exporter-extension 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module RadiantExporterExtension
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -20,11 +20,4 @@ Gem::Specification.new do |s|
20
20
  s.files = Dir["**/*"] - ignores
21
21
  s.test_files = Dir["test/**/*","spec/**/*","features/**/*"] - ignores
22
22
  s.require_paths = ["lib"]
23
-
24
- # s.add_dependency "some_gem", "~> 1.0.0"
25
-
26
- s.post_install_message = %{
27
- Add this to your radiant project with:
28
- config.gem "radiant-exporter-extension", :version => "~> #{RadiantExporterExtension::VERSION}"
29
- }
30
23
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-exporter-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Radiant CMS Dev Team
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-12 00:00:00 -04:00
19
- default_executable:
18
+ date: 2011-09-15 00:00:00 Z
20
19
  dependencies: []
21
20
 
22
21
  description: Export your models from Radiant
@@ -40,6 +39,7 @@ files:
40
39
  - lib/radiant-exporter-extension/version.rb
41
40
  - lib/radiant-exporter-extension.rb
42
41
  - lib/tasks/exporter_extension_tasks.rake
42
+ - radiant-exporter-extension-1.0.0.gem
43
43
  - radiant-exporter-extension.gemspec
44
44
  - Rakefile
45
45
  - README
@@ -47,11 +47,10 @@ files:
47
47
  - spec/models/radiant/exporter_spec.rb
48
48
  - spec/spec.opts
49
49
  - spec/spec_helper.rb
50
- has_rdoc: true
51
50
  homepage: http://radiantcms.org/
52
51
  licenses: []
53
52
 
54
- post_install_message: "\n Add this to your radiant project with:\n config.gem \"radiant-exporter-extension\", :version => \"~> 1.0.0\"\n "
53
+ post_install_message:
55
54
  rdoc_options: []
56
55
 
57
56
  require_paths:
@@ -77,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
76
  requirements: []
78
77
 
79
78
  rubyforge_project:
80
- rubygems_version: 1.6.2
79
+ rubygems_version: 1.8.8
81
80
  signing_key:
82
81
  specification_version: 3
83
82
  summary: Export your models from Radiant