sprockets-blackcoffee 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Sprockets BlackCoffee
2
2
 
3
- Yes, sometimes it may be OK to runder your CoffeeScript files using the `--bare` option. Most notably, in test spec helper files under Jasmine.
3
+ Yes, sometimes it may be OK to render your CoffeeScript files using the `--bare` option. Most notably, in test spec helper files under Jasmine.
4
4
 
5
5
 
6
6
  ### Usage
@@ -4,8 +4,6 @@ module Sprockets
4
4
  module BlackCoffee
5
5
  class Template < Tilt::CoffeeScriptTemplate
6
6
 
7
- @@default_bare = true
8
-
9
7
  def prepare
10
8
  options[:bare] = true
11
9
  super
@@ -1,5 +1,5 @@
1
1
  module Sprockets
2
2
  module BlackCoffee
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprockets-blackcoffee
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ken Collins