rails3_devise_wizard 0.2.2 → 0.2.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.
data/recipes/cucumber.rb CHANGED
@@ -1,12 +1,9 @@
1
1
  # Application template recipe for the rails3_devise_wizard. Check for a newer version here:
2
2
  # https://github.com/fortuity/rails3_devise_wizard/blob/master/recipes/cucumber.rb
3
3
 
4
- gem 'cucumber-rails', ">= 0.4.0", :group => :test
4
+ gem 'cucumber-rails', ">= 0.4.1", :group => :test
5
5
  gem 'capybara', ">= 0.4.1.2", :group => :test
6
6
  gem 'launchy', ">= 0.4.0", :group => :test
7
- if config['relish']
8
- gem 'relish', ">= 0.2.2", :group => :development
9
- end
10
7
 
11
8
  after_bundler do
12
9
  generate "cucumber:install --capybara#{' --rspec' if recipes.include?('rspec')}#{' -D' unless recipes.include?('activerecord')}"
@@ -62,8 +59,3 @@ author: fortuity
62
59
  exclusive: acceptance_testing
63
60
  category: testing
64
61
  tags: [acceptance]
65
-
66
- config:
67
- - relish:
68
- type: boolean
69
- prompt: Install the relish gem for viewing Cucumber features?
data/recipes/devise.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # Application template recipe for the rails3_devise_wizard. Check for a newer version here:
2
2
  # https://github.com/fortuity/rails3_devise_wizard/blob/master/recipes/devise.rb
3
3
 
4
- gem "devise", ">= 1.2.1"
4
+ gem "devise", ">= 1.3.0"
5
5
 
6
6
  after_bundler do
7
7
 
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RailsWizard
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rails3_devise_wizard
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.2
5
+ version: 0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Kehoe
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-15 00:00:00 -07:00
14
- default_executable:
13
+ date: 2011-04-16 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: i18n
@@ -160,7 +159,6 @@ files:
160
159
  - spec/support/rails_directory.rb
161
160
  - spec/support/template_runner.rb
162
161
  - bin/rails3_devise_wizard
163
- has_rdoc: true
164
162
  homepage: http://github.com/fortuity/rails3_devise_wizard
165
163
  licenses: []
166
164
 
@@ -174,7 +172,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
174
172
  requirements:
175
173
  - - ">="
176
174
  - !ruby/object:Gem::Version
177
- hash: 3044634281071022472
175
+ hash: 1940511299446780746
178
176
  segments:
179
177
  - 0
180
178
  version: "0"
@@ -183,14 +181,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
181
  requirements:
184
182
  - - ">="
185
183
  - !ruby/object:Gem::Version
186
- hash: 3044634281071022472
184
+ hash: 1940511299446780746
187
185
  segments:
188
186
  - 0
189
187
  version: "0"
190
188
  requirements: []
191
189
 
192
190
  rubyforge_project: rails3_devise_wizard
193
- rubygems_version: 1.6.2
191
+ rubygems_version: 1.7.2
194
192
  signing_key:
195
193
  specification_version: 3
196
194
  summary: Create ready-to-run Rails web applications using Devise for authentication.