whenauser 0.4.2 → 0.4.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/README.md CHANGED
@@ -20,9 +20,8 @@ In your Gemfile:
20
20
  You also need
21
21
 
22
22
  gem 'girl_friday', :git => 'git://github.com/mperham/girl_friday.git'
23
- gem 'connection_pool', :git => 'git://github.com/mperham/connection_pool.git'
24
23
 
25
- until girl_friday ~> 0.9.7 and connection_pool ~> 0.9.2 are released.
24
+ until a version of girl_friday newer than 0.9.7 is released.
26
25
 
27
26
  ###For Ruby on Rails
28
27
 
@@ -1,3 +1,3 @@
1
1
  module WhenAUser
2
- VERSION = '0.4.2'
2
+ VERSION = '0.4.3'
3
3
  end
data/whenauser.gemspec CHANGED
@@ -18,5 +18,5 @@ Gem::Specification.new do |s|
18
18
 
19
19
  s.add_runtime_dependency 'activesupport'
20
20
  s.add_runtime_dependency 'actionpack'
21
- s.add_runtime_dependency 'girl_friday', '0.9.7'
21
+ s.add_runtime_dependency 'girl_friday', '~> 0.10.0'
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whenauser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-08-01 00:00:00.000000000 Z
13
+ date: 2012-08-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -49,17 +49,17 @@ dependencies:
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
- - - '='
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: 0.9.7
54
+ version: 0.10.0
55
55
  type: :runtime
56
56
  prerelease: false
57
57
  version_requirements: !ruby/object:Gem::Requirement
58
58
  none: false
59
59
  requirements:
60
- - - '='
60
+ - - ~>
61
61
  - !ruby/object:Gem::Version
62
- version: 0.9.7
62
+ version: 0.10.0
63
63
  description: Rack middleware for connecting to WhenAUser
64
64
  email:
65
65
  - david@alpinegizmo.com