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 +0 -5
- data/lib/radiant-sheets-extension/version.rb +1 -1
- data/spec/controllers/admin/scripts_controller_spec.rb +1 -1
- data/spec/controllers/admin/styles_controller_spec.rb +1 -1
- data/spec/helpers/admin/scripts_helper_spec.rb +1 -1
- data/spec/helpers/admin/styles_helper_spec.rb +1 -1
- data/spec/lib/javascript_tags_spec.rb +1 -1
- data/spec/lib/stylesheet_tags_spec.rb +1 -1
- data/spec/models/javascript_page_spec.rb +1 -1
- data/spec/models/page_spec.rb +1 -1
- data/spec/models/stylesheet_page_spec.rb +1 -1
- metadata +7 -5
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
|
data/spec/models/page_spec.rb
CHANGED
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:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
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-
|
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.
|
145
|
+
rubygems_version: 1.3.9.3
|
144
146
|
signing_key:
|
145
147
|
specification_version: 3
|
146
148
|
summary: Sheets for Radiant CMS
|