omniauth-figshare 0.0.1 → 0.0.2
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-figshare/version.rb +1 -1
- metadata +6 -7
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-figshare
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -62,8 +62,7 @@ dependencies:
|
|
|
62
62
|
description: An OmniAuth Strategy for the figshare API. You can use it to authenticate
|
|
63
63
|
users against the figshare API in your ruby on rails / sinatra / other rack-based
|
|
64
64
|
web application.
|
|
65
|
-
email:
|
|
66
|
-
- jdleesmiller
|
|
65
|
+
email:
|
|
67
66
|
executables: []
|
|
68
67
|
extensions: []
|
|
69
68
|
extra_rdoc_files:
|
|
@@ -74,14 +73,14 @@ files:
|
|
|
74
73
|
- lib/omniauth/strategies/figshare.rb
|
|
75
74
|
- README.rdoc
|
|
76
75
|
- test/omniauth-figshare/omniauth-figshare_test.rb
|
|
77
|
-
homepage: https://github.com/jdleesmiller
|
|
76
|
+
homepage: https://github.com/jdleesmiller/omniauth-figshare
|
|
78
77
|
licenses: []
|
|
79
78
|
post_install_message:
|
|
80
79
|
rdoc_options:
|
|
81
80
|
- --main
|
|
82
81
|
- README.rdoc
|
|
83
82
|
- --title
|
|
84
|
-
- omniauth-figshare-0.0.
|
|
83
|
+
- omniauth-figshare-0.0.2 Documentation
|
|
85
84
|
require_paths:
|
|
86
85
|
- lib
|
|
87
86
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
@@ -92,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
92
91
|
version: '0'
|
|
93
92
|
segments:
|
|
94
93
|
- 0
|
|
95
|
-
hash: -
|
|
94
|
+
hash: -856095859
|
|
96
95
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
96
|
none: false
|
|
98
97
|
requirements:
|
|
@@ -101,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
101
100
|
version: '0'
|
|
102
101
|
segments:
|
|
103
102
|
- 0
|
|
104
|
-
hash: -
|
|
103
|
+
hash: -856095859
|
|
105
104
|
requirements: []
|
|
106
105
|
rubyforge_project: omniauth-figshare
|
|
107
106
|
rubygems_version: 1.8.25
|