cans 0.2.0 → 0.2.1

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.
Files changed (4) hide show
  1. data/Rakefile +1 -0
  2. data/lib/cans.rb +1 -1
  3. data/lib/cans/version.rb +1 -1
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -32,6 +32,7 @@ end
32
32
  task :test
33
33
 
34
34
  task :default => :test
35
+ task :test => :coffeescript
35
36
 
36
37
  require 'rake/rdoctask'
37
38
  Rake::RDocTask.new do |rdoc|
data/lib/cans.rb CHANGED
@@ -1,4 +1,4 @@
1
- %w{ method_extensions sinatra/base haml coffee-script json }.each do |g|
1
+ %w{ method_extensions sinatra/base haml json }.each do |g|
2
2
  require g
3
3
  end
4
4
 
data/lib/cans/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cans
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bryce Kerley