devise-twitter 0.1.0 → 0.1.1
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/devise-twitter.gemspec +1 -1
- data/lib/devise/twitter/version.rb +1 -1
- metadata +3 -3
data/devise-twitter.gemspec
CHANGED
|
@@ -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 = "
|
|
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"
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
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:
|
|
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: []
|