hellhound-twitter 0.0.5 → 0.0.6

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/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  s.summary = 'A auth system that relay in twitter oauth'
9
9
  s.email = 'pedro.delgallego@gmail.com'
10
10
  s.homepage = 'http://github.com/pedrodelgallego/hellhound-twitter'
11
- s.version = '0.0.5'
11
+ s.version = '0.0.6'
12
12
  s.authors = ["Pedro Del Gallego"]
13
13
  s.files = FileList['[A-Z]*', '{lib,spec,bin,examples}/**/*']
14
14
 
File without changes
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pedro Del Gallego
@@ -66,7 +66,7 @@ files:
66
66
  - README
67
67
  - Rakefile
68
68
  - examples/simple-login-twitter.rb
69
- - lib/hellhound.rb
69
+ - lib/hellhound-twitter.rb
70
70
  - lib/sinatra/hellhound.rb
71
71
  has_rdoc: true
72
72
  homepage: http://github.com/pedrodelgallego/hellhound-twitter