radiant-exporter-extension 1.0.1 → 1.0.2

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.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -1,4 +1,4 @@
1
- require File.dirname(__FILE__) + "/../../spec_helper"
1
+ require File.expand_path("../../../spec_helper", __FILE__)
2
2
 
3
3
  describe Admin::ExportController do
4
4
  dataset :users_and_pages
@@ -1,4 +1,4 @@
1
- require File.dirname(__FILE__) + "/../../spec_helper"
1
+ require File.expand_path("../../../spec_helper", __FILE__)
2
2
 
3
3
  describe Radiant::Exporter do
4
4
  dataset :pages_with_layouts, :users_and_pages, :snippets
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: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Radiant CMS Dev Team
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-15 00:00:00 Z
18
+ date: 2011-10-22 00:00:00 -05:00
19
+ default_executable:
19
20
  dependencies: []
20
21
 
21
22
  description: Export your models from Radiant
@@ -39,7 +40,6 @@ files:
39
40
  - lib/radiant-exporter-extension/version.rb
40
41
  - lib/radiant-exporter-extension.rb
41
42
  - 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,6 +47,7 @@ files:
47
47
  - spec/models/radiant/exporter_spec.rb
48
48
  - spec/spec.opts
49
49
  - spec/spec_helper.rb
50
+ has_rdoc: true
50
51
  homepage: http://radiantcms.org/
51
52
  licenses: []
52
53
 
@@ -76,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
77
  requirements: []
77
78
 
78
79
  rubyforge_project:
79
- rubygems_version: 1.8.8
80
+ rubygems_version: 1.3.9.3
80
81
  signing_key:
81
82
  specification_version: 3
82
83
  summary: Export your models from Radiant
Binary file