pickle 0.1.17 → 0.1.18

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -101,6 +101,10 @@ begin
101
101
 
102
102
  Jeweler::GemcutterTasks.new
103
103
 
104
+ namespace :release do
105
+ task :all => ['release', 'gemcutter:release']
106
+ end
107
+
104
108
  rescue LoadError
105
109
  puts "Jeweler not available for gem tasks. Install it with: sudo gem install jeweler"
106
110
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.17
1
+ 0.1.18
@@ -5,8 +5,6 @@ require 'cucumber/rails/world'
5
5
 
6
6
  require 'cucumber/formatter/unicode'
7
7
 
8
- Cucumber::Rails.use_transactional_fixtures
9
-
10
8
  require 'webrat'
11
9
 
12
10
  Webrat.configure do |config|
@@ -8,7 +8,7 @@ module NavigationHelpers
8
8
  def path_to(page_name)
9
9
  case page_name
10
10
 
11
- when /the homepage/
11
+ when /the home\s?page/
12
12
  '/'
13
13
 
14
14
  # Add more mappings here.
data/pickle.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pickle}
8
- s.version = "0.1.17"
8
+ s.version = "0.1.18"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ian White"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pickle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian White