jasminerice 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/config/routes.rb +1 -0
- data/jasminerice.gemspec +1 -1
- metadata +1 -1
data/config/routes.rb
CHANGED
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.
|
9
|
+
s.version = "0.0.3"
|
10
10
|
s.platform = Gem::Platform::RUBY
|
11
11
|
end
|