email_login_link 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb0f187bb29cfb261637f2ed7516b90ceb593092
4
- data.tar.gz: 8ec8c2217792b1a4bd0d1265f9eb038ed49cffce
3
+ metadata.gz: 93a1b3f60518a84243be814fb6152fb930b720e6
4
+ data.tar.gz: ebf77006743bcfb7c72edafbe1017acfb058b77a
5
5
  SHA512:
6
- metadata.gz: c93e821fec5af574bdbf4a237cb85f4b7d6a165bf9ed952a56d6c5d0e6a8f95d1b61f45ab8fc573f6d21a33fc3cb38997a9b86768dce657a1337debb55ba0d5b
7
- data.tar.gz: b58a24d076062ba75df1434eec8db74f3776f1a28cfb817099e18eeb23620bfbb0372d1071018daf16c159d3d0f5f61134f06cbb49d0e9ed8546091c54d8eda2
6
+ metadata.gz: e36a9c7fa459b213f1f9d35b63c797713cb830f4a8cad9d18d185f71783d0f85ec7de7787f0784ba09afdd2bffc8ddb254fa3b6d4cfa5af79ca5f664e48fcd88
7
+ data.tar.gz: 16baf9f1fcc790944ef1a60fee9a4398e622f8c1fa6567bd6e14acb9b0d05feded048566150cc461ae4c3450c7ddf332b7baa8d597a7fe5f781397ed649e1aed
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.description = %q{Given an e-mail address this gem will check to see if it is able to determine
14
14
  the appropriate login URL for that service. For example user@gmail.com would
15
15
  return https://accounts.google.com/ServiceLogin?service=mail&continue=https://mail.google.com/mail/}
16
- spec.homepage = "http://www.afterwire.net/"
16
+ spec.homepage = "https://github.com/mhoad/email_login_link"
17
17
  spec.license = "MIT"
18
18
 
19
19
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module EmailLoginLink
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email_login_link
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Hoad
@@ -74,7 +74,7 @@ files:
74
74
  - lib/email_login_link.rb
75
75
  - lib/email_login_link/version.rb
76
76
  - lib/provider_urls.rb
77
- homepage: http://www.afterwire.net/
77
+ homepage: https://github.com/mhoad/email_login_link
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}