coffeegrinder 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ watch('Gemfile') do |md|
3
3
  end
4
4
 
5
5
  watch('lib/.*\.coffee') do |md|
6
- system("rake build")
6
+ system("cake build")
7
7
  end
8
8
 
9
9
  watch('public/js/.*\.coffee') do |md|
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: coffeegrinder
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.1
5
+ version: 1.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - markbates
@@ -93,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
- hash: 3397086346934756269
96
+ hash: 185093637985292304
97
97
  segments:
98
98
  - 0
99
99
  version: "0"