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.
@@ -196,7 +196,7 @@ pre .lisp .title {
196
196
  color: $lisp-title-color;
197
197
  }
198
198
  pre .identifier {
199
- color: $identifer-color;
199
+ color: $identifier-color;
200
200
  }
201
201
 
202
202
  pre .class .keyword {
@@ -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
+
@@ -1,3 +1,3 @@
1
1
  module Trickster
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
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.5
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-16 00:00:00.000000000 Z
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: 1414575324238270273
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: 1414575324238270273
438
+ hash: -1443685643141592329
439
439
  requirements: []
440
440
  rubyforge_project:
441
441
  rubygems_version: 1.8.24