omniauth-flattr 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/lib/omniauth-flattr/version.rb +1 -1
- data/omniauth-flattr.gemspec +1 -1
- metadata +4 -3
data/omniauth-flattr.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.email = ["simon@smgt.me"]
|
|
7
7
|
gem.description = %q{Official OmniAuth strategy for Flattr.}
|
|
8
8
|
gem.summary = %q{Official OmniAuth strategy for Flattr.}
|
|
9
|
-
gem.homepage = "https://github.com/
|
|
9
|
+
gem.homepage = "https://github.com/smgt/omniauth-flattr"
|
|
10
10
|
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
12
12
|
gem.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-flattr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-02-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: omniauth
|
|
@@ -125,7 +125,7 @@ files:
|
|
|
125
125
|
- omniauth-flattr.gemspec
|
|
126
126
|
- spec/omniauth/strategies/flattr_spec.rb
|
|
127
127
|
- spec/spec_helper.rb
|
|
128
|
-
homepage: https://github.com/
|
|
128
|
+
homepage: https://github.com/smgt/omniauth-flattr
|
|
129
129
|
licenses: []
|
|
130
130
|
post_install_message:
|
|
131
131
|
rdoc_options: []
|
|
@@ -152,3 +152,4 @@ summary: Official OmniAuth strategy for Flattr.
|
|
|
152
152
|
test_files:
|
|
153
153
|
- spec/omniauth/strategies/flattr_spec.rb
|
|
154
154
|
- spec/spec_helper.rb
|
|
155
|
+
has_rdoc:
|