omniauth-figshare 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module OmniAuth
2
2
  module Figshare
3
3
  VERSION_MAJOR = 0
4
4
  VERSION_MINOR = 0
5
- VERSION_PATCH = 1
5
+ VERSION_PATCH = 2
6
6
  VERSION = [VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH].join('.')
7
7
  end
8
8
  end
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.1
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.1 Documentation
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: -805240337
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: -805240337
103
+ hash: -856095859
105
104
  requirements: []
106
105
  rubyforge_project: omniauth-figshare
107
106
  rubygems_version: 1.8.25