devise-twitter 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.email = ['martin@schuerrer.org']
10
10
  s.homepage = "http://github.com/MSch/devise-twitter"
11
11
  s.summary = "Sign in via Twitter and Connect your account to Twitter functionality for your Devise/Rails app"
12
- s.description = "Check out the README for comprehensive documentation"
12
+ s.description = "Sign in via Twitter and Connect your account to Twitter functionality for your Devise/Rails app"
13
13
 
14
14
  s.required_rubygems_version = ">= 1.3.6"
15
15
  s.rubyforge_project = "devise-twitter"
@@ -1,5 +1,5 @@
1
1
  module Devise
2
2
  module Twitter
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Martin Schuerrer
@@ -62,7 +62,7 @@ dependencies:
62
62
  version: 1.0.0
63
63
  type: :development
64
64
  version_requirements: *id003
65
- description: Check out the README for comprehensive documentation
65
+ description: Sign in via Twitter and Connect your account to Twitter functionality for your Devise/Rails app
66
66
  email:
67
67
  - martin@schuerrer.org
68
68
  executables: []