cookie_cutter 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,8 @@ module CookieCutter
4
4
  module TestSupport
5
5
  module Stubs
6
6
  module Finders
7
- def find(*args)
8
- new(TestSupport::FakeCookieJar.find)
7
+ def find(request, options={})
8
+ new(TestSupport::FakeCookieJar.find, options)
9
9
  end
10
10
  end
11
11
 
@@ -1,3 +1,3 @@
1
1
  module CookieCutter
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cookie_cutter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -114,7 +114,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
114
114
  version: '0'
115
115
  segments:
116
116
  - 0
117
- hash: 2405927852129059589
117
+ hash: -358440029594012778
118
118
  required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  none: false
120
120
  requirements:
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  segments:
125
125
  - 0
126
- hash: 2405927852129059589
126
+ hash: -358440029594012778
127
127
  requirements: []
128
128
  rubyforge_project:
129
129
  rubygems_version: 1.8.24