trickster 0.0.5 → 0.0.6
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/css/themes/custom.scss +1 -1
- data/features/build.feature +8 -0
- data/lib/trickster/version.rb +1 -1
- metadata +4 -4
data/css/themes/custom.scss
CHANGED
data/features/build.feature
CHANGED
|
@@ -16,3 +16,11 @@ Feature: I can build my slideshow
|
|
|
16
16
|
Then a file named "index.html" should exist
|
|
17
17
|
And a file named "css/styles.css" should exist
|
|
18
18
|
|
|
19
|
+
Scenario: Can build a slideshow using the custom stylesheet
|
|
20
|
+
Given a slideshow in "test_slideshow" that uses sass
|
|
21
|
+
When I cd to "test_slideshow"
|
|
22
|
+
And I successfully run `trickster update theme -t custom`
|
|
23
|
+
And I successfully run `trickster build`
|
|
24
|
+
Then a file named "index.html" should exist
|
|
25
|
+
And a file named "css/styles.css" should exist
|
|
26
|
+
|
data/lib/trickster/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trickster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-09-
|
|
12
|
+
date: 2012-09-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -426,7 +426,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
426
426
|
version: '0'
|
|
427
427
|
segments:
|
|
428
428
|
- 0
|
|
429
|
-
hash:
|
|
429
|
+
hash: -1443685643141592329
|
|
430
430
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
431
431
|
none: false
|
|
432
432
|
requirements:
|
|
@@ -435,7 +435,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
435
435
|
version: '0'
|
|
436
436
|
segments:
|
|
437
437
|
- 0
|
|
438
|
-
hash:
|
|
438
|
+
hash: -1443685643141592329
|
|
439
439
|
requirements: []
|
|
440
440
|
rubyforge_project:
|
|
441
441
|
rubygems_version: 1.8.24
|