omniauth-appnet 0.0.4 → 0.0.5

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.
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Appnet
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -4,9 +4,9 @@ require File.expand_path('../lib/omniauth-appnet/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Tom Ashworth"]
6
6
  gem.email = ["tom@phuu.net"]
7
- gem.description = "Omniauth Stratey for App.net"
8
- gem.summary = "Omniauth Stratey for App.net"
9
- gem.homepage = ""
7
+ gem.description = "Omniauth Strategy for App.net"
8
+ gem.summary = "Omniauth Strategy for App.net"
9
+ gem.homepage = "https://github.com/phuu/omniauth-appnet"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-appnet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -107,7 +107,7 @@ dependencies:
107
107
  - - ! '>='
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
- description: Omniauth Stratey for App.net
110
+ description: Omniauth Strategy for App.net
111
111
  email:
112
112
  - tom@phuu.net
113
113
  executables: []
@@ -125,7 +125,7 @@ files:
125
125
  - omniauth-appnet.gemspec
126
126
  - spec/omniauth/strategies/appnet_spec.rb
127
127
  - spec/spec_helper.rb
128
- homepage: ''
128
+ homepage: https://github.com/phuu/omniauth-appnet
129
129
  licenses: []
130
130
  post_install_message:
131
131
  rdoc_options: []
@@ -148,7 +148,7 @@ rubyforge_project:
148
148
  rubygems_version: 1.8.24
149
149
  signing_key:
150
150
  specification_version: 3
151
- summary: Omniauth Stratey for App.net
151
+ summary: Omniauth Strategy for App.net
152
152
  test_files:
153
153
  - spec/omniauth/strategies/appnet_spec.rb
154
154
  - spec/spec_helper.rb