radiant-sheets-extension 1.0.1 → 1.0.2

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/Rakefile CHANGED
@@ -30,9 +30,6 @@ require 'spec/rake/spectask'
30
30
  require 'cucumber'
31
31
  require 'cucumber/rake/task'
32
32
 
33
- vendored_cucumber_bin = Dir["#{Rails.root}/vendor/{gems,plugins}/cucumber*/bin/cucumber"].first
34
- $LOAD_PATH.unshift(File.dirname(vendored_cucumber_bin) + '/../lib') unless vendored_cucumber_bin.nil?
35
-
36
33
  # Cleanup the RADIANT_ROOT constant so specs will load the environment
37
34
  Object.send(:remove_const, :RADIANT_ROOT)
38
35
 
@@ -103,13 +100,11 @@ end
103
100
 
104
101
  namespace :cucumber do
105
102
  Cucumber::Rake::Task.new(:ok, 'Run features that should pass') do |t|
106
- t.binary = vendored_cucumber_bin # If nil, the gem's binary is used.
107
103
  t.fork = true # You may get faster startup if you set this to false
108
104
  t.profile = 'default'
109
105
  end
110
106
 
111
107
  Cucumber::Rake::Task.new(:wip, 'Run features that are being worked on') do |t|
112
- t.binary = vendored_cucumber_bin
113
108
  t.fork = true # You may get faster startup if you set this to false
114
109
  t.profile = 'wip'
115
110
  end
@@ -1,3 +1,3 @@
1
1
  module RadiantSheetsExtension
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::ScriptsController do
4
4
  dataset :users, :home_page, :javascripts
@@ -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::StylesController do
4
4
  dataset :users, :home_page, :stylesheets
@@ -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::ScriptsHelper do
4
4
 
@@ -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::StylesHelper do
4
4
 
@@ -1,5 +1,5 @@
1
1
  # require 'spec_helper'
2
- require File.dirname(__FILE__) + '/../spec_helper'
2
+ require File.expand_path("../../spec_helper", __FILE__)
3
3
 
4
4
  describe "Javascript Tags" do
5
5
  dataset :javascripts
@@ -1,5 +1,5 @@
1
1
  # require 'spec_helper'
2
- require File.dirname(__FILE__) + '/../spec_helper'
2
+ require File.expand_path("../../spec_helper", __FILE__)
3
3
 
4
4
  describe "Stylesheet Tags" do
5
5
  dataset :stylesheets
@@ -1,4 +1,4 @@
1
- require File.dirname(__FILE__) + '/../spec_helper'
1
+ require File.expand_path("../../spec_helper", __FILE__)
2
2
 
3
3
  describe JavascriptPage do
4
4
  dataset :javascripts
@@ -1,4 +1,4 @@
1
- require File.dirname(__FILE__) + '/../spec_helper'
1
+ require File.expand_path("../../spec_helper", __FILE__)
2
2
 
3
3
  describe Page do
4
4
  its(:sheet?){should be_false}
@@ -1,4 +1,4 @@
1
- require File.dirname(__FILE__) + '/../spec_helper'
1
+ require File.expand_path("../../spec_helper", __FILE__)
2
2
 
3
3
  describe StylesheetPage do
4
4
  dataset :stylesheets
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-sheets-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-10-02 00:00:00 Z
18
+ date: 2011-10-22 00:00:00 -05:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: sass
@@ -111,6 +112,7 @@ files:
111
112
  - spec/models/stylesheet_page_spec.rb
112
113
  - spec/spec.opts
113
114
  - spec/spec_helper.rb
115
+ has_rdoc: true
114
116
  homepage: http://radiantcms.org/
115
117
  licenses: []
116
118
 
@@ -140,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
142
  requirements: []
141
143
 
142
144
  rubyforge_project:
143
- rubygems_version: 1.8.10
145
+ rubygems_version: 1.3.9.3
144
146
  signing_key:
145
147
  specification_version: 3
146
148
  summary: Sheets for Radiant CMS