jasminerice 0.0.6 → 0.0.7
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.
- data/jasminerice.gemspec +1 -1
- data/lib/jasminerice.rb +1 -0
- metadata +3 -6
- data/script/rails +0 -6
data/jasminerice.gemspec
CHANGED
@@ -6,7 +6,7 @@ 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.7"
|
10
10
|
s.platform = Gem::Platform::RUBY
|
11
11
|
s.add_dependency( 'haml' )
|
12
12
|
end
|
data/lib/jasminerice.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: jasminerice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.7
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Brad Phelan
|
@@ -10,8 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
14
|
-
default_executable:
|
13
|
+
date: 2011-08-26 00:00:00 Z
|
15
14
|
dependencies:
|
16
15
|
- !ruby/object:Gem::Dependency
|
17
16
|
name: haml
|
@@ -53,13 +52,11 @@ files:
|
|
53
52
|
- lib/jasminerice.rb
|
54
53
|
- lib/jasminerice/engine.rb
|
55
54
|
- lib/tasks/jasminerice_tasks.rake
|
56
|
-
- script/rails
|
57
55
|
- vendor/assets/images/jasmine_favicon.png
|
58
56
|
- vendor/assets/javascripts/jasmine-html.js
|
59
57
|
- vendor/assets/javascripts/jasmine-jquery-1.2.0.js
|
60
58
|
- vendor/assets/javascripts/jasmine.js
|
61
59
|
- vendor/assets/stylesheets/jasmine.css
|
62
|
-
has_rdoc: true
|
63
60
|
homepage:
|
64
61
|
licenses: []
|
65
62
|
|
@@ -83,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
80
|
requirements: []
|
84
81
|
|
85
82
|
rubyforge_project:
|
86
|
-
rubygems_version: 1.
|
83
|
+
rubygems_version: 1.8.8
|
87
84
|
signing_key:
|
88
85
|
specification_version: 3
|
89
86
|
summary: Pain free coffeescript unit testing for Rails 3.1 using jasmine
|
data/script/rails
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#!/usr/bin/env ruby
|
3
|
-
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
|
4
|
-
|
5
|
-
ENGINE_PATH = File.expand_path('../..', __FILE__)
|
6
|
-
load File.expand_path('../../test/dummy/script/rails', __FILE__)
|