spinach-rails 0.1.6 → 0.1.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.
@@ -1,5 +1,5 @@
1
1
  module Spinach
2
2
  module Rails
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
data/tasks/spinach.rake CHANGED
@@ -9,5 +9,5 @@ end
9
9
 
10
10
  desc 'runs the whole spinach suite'
11
11
  task :spinach => :spinach_env do
12
- system 'spinach'
12
+ ruby '-S spinach'
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spinach-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-20 00:00:00.000000000 Z
12
+ date: 2012-07-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capybara
@@ -129,21 +129,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
129
129
  - - ! '>='
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
- segments:
133
- - 0
134
- hash: -2905261796969572389
135
132
  required_rubygems_version: !ruby/object:Gem::Requirement
136
133
  none: false
137
134
  requirements:
138
135
  - - ! '>='
139
136
  - !ruby/object:Gem::Version
140
137
  version: '0'
141
- segments:
142
- - 0
143
- hash: -2905261796969572389
144
138
  requirements: []
145
139
  rubyforge_project:
146
- rubygems_version: 1.8.24
140
+ rubygems_version: 1.8.21
147
141
  signing_key:
148
142
  specification_version: 3
149
143
  summary: spinach-rails adds Rails support to spinach
@@ -154,4 +148,3 @@ test_files:
154
148
  - features/steps/spinach_adds_the_route_helpers.rb
155
149
  - features/support/env.rb
156
150
  - features/support/rails_fixtures.rb
157
- has_rdoc: