jasmine-rails 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +2 -0
  2. data/lib/jasmine_rails/version.rb +1 -1
  3. metadata +17 -1
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # jasmine-rails gem
2
2
 
3
+ [![Build Status](https://secure.travis-ci.org/searls/jasmine-rails.png)](http://travis-ci.org/searls/jasmine-rails)
4
+
3
5
  This project is intended to make it a little easier to integrate [Jasmine](https://github.com/pivotal/jasmine/wiki) into your workflow, particularly if you're working in Rails 3.1 or later. (If you're on earlier versions of Rails, I'd suggest directly using the combination of Pivotal's [jasmine gem](https://github.com/pivotal/jasmine-gem) and [jasmine-headless-webkit](http://johnbintz.github.com/jasmine-headless-webkit/).)
4
6
 
5
7
  By bundling this gem and configuring your project, you can expect to:
@@ -1,3 +1,3 @@
1
1
  module JasmineRails
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jasmine-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -45,6 +45,22 @@ dependencies:
45
45
  - - <=
46
46
  - !ruby/object:Gem::Version
47
47
  version: 1.2.1
48
+ - !ruby/object:Gem::Dependency
49
+ name: jasmine-core
50
+ requirement: !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - <=
54
+ - !ruby/object:Gem::Version
55
+ version: 1.2.1
56
+ type: :runtime
57
+ prerelease: false
58
+ version_requirements: !ruby/object:Gem::Requirement
59
+ none: false
60
+ requirements:
61
+ - - <=
62
+ - !ruby/object:Gem::Version
63
+ version: 1.2.1
48
64
  - !ruby/object:Gem::Dependency
49
65
  name: jasmine-headless-webkit
50
66
  requirement: !ruby/object:Gem::Requirement