gowalla 0.5.4 → 0.5.5

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,4 +1,8 @@
1
1
  # Changelog
2
+ ## 0.5.5 January 27, 2011
3
+ * Patch from [sferik](http://github.com/sferik) for dependency updates
4
+ ## 0.5.4 January 12, 2011
5
+ * Patch from [jasonrudolph](http://github.com/jasonrudolph) for dependency updates
2
6
  ## 0.5.3 October 26, 2010
3
7
  * Patch from [sferik](http://github.com/sferik) for dependency updates
4
8
  ## 0.5.2 October 14, 2010
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
 
13
13
  s.add_runtime_dependency 'faraday', '~> 0.5.3'
14
14
  s.add_runtime_dependency 'faraday_middleware', '~> 0.3.0'
15
- s.add_runtime_dependency 'hashie', '~> 0.4.0'
15
+ s.add_runtime_dependency 'hashie', '~> 1.0.0'
16
16
  s.add_runtime_dependency 'oauth2', '~> 0.1.0'
17
17
 
18
18
  s.add_development_dependency 'bundler', '~> 1.0'
@@ -1,3 +1,3 @@
1
1
  module Gowalla
2
- VERSION = '0.5.4'
2
+ VERSION = '0.5.5'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 4
9
- version: 0.5.4
8
+ - 5
9
+ version: 0.5.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Wynn Netherland
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-12 00:00:00 -06:00
18
+ date: 2011-01-27 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -57,10 +57,10 @@ dependencies:
57
57
  - - ~>
58
58
  - !ruby/object:Gem::Version
59
59
  segments:
60
+ - 1
60
61
  - 0
61
- - 4
62
62
  - 0
63
- version: 0.4.0
63
+ version: 1.0.0
64
64
  type: :runtime
65
65
  version_requirements: *id003
66
66
  - !ruby/object:Gem::Dependency