omniauth-etrade 0.0.7 → 0.0.8
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 +4 -4
- data/lib/omniauth-etrade/version.rb +1 -1
- data/omniauth-etrade.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f28d98ffb1f7590700ad6cead126504388d02e66
|
|
4
|
+
data.tar.gz: 0f6bbbed934e1bd8d361b2e43027124b9dd20003
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aff35e3489cf2f98181a2795361bd2e7257eefb812b111ae9bdcb708b2c809a29e32bde4ae90b82711b328d724da2d624009d68c4e2f16c464cafe2d4d5b6dfa
|
|
7
|
+
data.tar.gz: e9693fce737cabb0c091c7d2c425f067f42b15439ffa9c4f5b242970b7c44a60a4ae2d4dfb4cc8f03023019f9cf444ecb4017fb6b5b6fa4ca89899b0fc58cd3b
|
data/omniauth-etrade.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.version = OmniAuth::Etrade::VERSION
|
|
10
10
|
spec.authors = ["Athens Holloway", "Rakesh Patel"]
|
|
11
11
|
spec.email = ["athens@logicart.co", "rakesh.padsala@gmail.com"]
|
|
12
|
-
spec.description = %q{OmniAuth strategy
|
|
13
|
-
spec.summary = %q{OmniAuth strategy
|
|
12
|
+
spec.description = %q{OmniAuth strategy for E*TRADE}
|
|
13
|
+
spec.summary = %q{OmniAuth strategy for E*TRADE}
|
|
14
14
|
spec.homepage = "https://github.com/athensholloway/omniauth-etrade"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-etrade
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Athens Holloway
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
- - ~>
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
41
|
version: 1.0.1
|
|
42
|
-
description: OmniAuth strategy
|
|
42
|
+
description: OmniAuth strategy for E*TRADE
|
|
43
43
|
email:
|
|
44
44
|
- athens@logicart.co
|
|
45
45
|
- rakesh.padsala@gmail.com
|
|
@@ -82,7 +82,7 @@ rubyforge_project:
|
|
|
82
82
|
rubygems_version: 2.0.0
|
|
83
83
|
signing_key:
|
|
84
84
|
specification_version: 4
|
|
85
|
-
summary: OmniAuth strategy
|
|
85
|
+
summary: OmniAuth strategy for E*TRADE
|
|
86
86
|
test_files:
|
|
87
87
|
- spec/omniauth/strategies/etrade_spec.rb
|
|
88
88
|
- spec/spec_helper.rb
|