oojs 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 (4) hide show
  1. data/README.md +2 -3
  2. data/lib/oojs/version.rb +1 -1
  3. data/lib/oojs.rb +1 -0
  4. metadata +3 -3
data/README.md CHANGED
@@ -21,9 +21,8 @@ for helping testing params processed by plugins, like
21
21
  it, just don't include it;
22
22
  - The [Rails Asset Pipeline](http://guides.rubyonrails.org/asset_pipeline.html).
23
23
  Yeah, sorry if you don't use Rails, but
24
- (this can still be helpful)[https://github.com/rosenfeld/jasmine_assets_enabler]
25
- for non-Rails applications. Just append this gem to that Gemfile (or replace
26
- rails\_sandbox\_jasmine by oojs).
24
+ [this can still be helpful](https://github.com/rosenfeld/jasmine_assets_enabler/tree/oojs)
25
+ for non-Rails applications.
27
26
 
28
27
  ## Installation
29
28
 
data/lib/oojs/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oojs
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/oojs.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  require "oojs/version"
2
2
  require 'rails_sandbox_jasmine'
3
3
  require 'fake-ajax-server'
4
+ require 'jquery-rails'
4
5
  require 'sinon-rails'
5
6
 
6
7
  module Oojs
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oojs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -88,7 +88,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  segments:
90
90
  - 0
91
- hash: -347818735898025810
91
+ hash: 3559403037579629270
92
92
  required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  none: false
94
94
  requirements:
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  segments:
99
99
  - 0
100
- hash: -347818735898025810
100
+ hash: 3559403037579629270
101
101
  requirements: []
102
102
  rubyforge_project:
103
103
  rubygems_version: 1.8.21