jasminerice 0.0.2 → 0.0.3

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 (3) hide show
  1. data/config/routes.rb +1 -0
  2. data/jasminerice.gemspec +1 -1
  3. metadata +1 -1
data/config/routes.rb CHANGED
@@ -1,3 +1,4 @@
1
1
  Jasminerice::Engine.routes.draw do
2
2
  resources :spec, :controller => 'spec'
3
+ root :to => "spec#index"
3
4
  end
data/jasminerice.gemspec CHANGED
@@ -6,6 +6,6 @@ Gem::Specification.new do |s|
6
6
  s.description = "Full support for the Rails 3.1 asset pipeline when bdd'ing your coffeescript or javascript using jasmine"
7
7
  s.files = `git ls-files`.split "\n"
8
8
  s.authors = ["Brad Phelan"]
9
- s.version = "0.0.2"
9
+ s.version = "0.0.3"
10
10
  s.platform = Gem::Platform::RUBY
11
11
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jasminerice
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brad Phelan