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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b61130c044a0a21990de309a12b67635d7dc10a
4
- data.tar.gz: bfed89faf43930adf1e63020662ba2ed22b81ef7
3
+ metadata.gz: f28d98ffb1f7590700ad6cead126504388d02e66
4
+ data.tar.gz: 0f6bbbed934e1bd8d361b2e43027124b9dd20003
5
5
  SHA512:
6
- metadata.gz: ad18697ce177e4767ac02f94c8847d122b0c4154c6e56c22bf079f262ec53af30e95dc087c49e58d1a0aee02d3e057869d10ff0a88350677bcae34c86db218c6
7
- data.tar.gz: d5ee20ed7c2546d6e8eec3969fe714efe1999a787e92067cbdf615692797e73c1a683d3fa4f111850d7c785676856a370fbad0987f8b0b8f1c9b4aef26d091aa
6
+ metadata.gz: aff35e3489cf2f98181a2795361bd2e7257eefb812b111ae9bdcb708b2c809a29e32bde4ae90b82711b328d724da2d624009d68c4e2f16c464cafe2d4d5b6dfa
7
+ data.tar.gz: e9693fce737cabb0c091c7d2c425f067f42b15439ffa9c4f5b242970b7c44a60a4ae2d4dfb4cc8f03023019f9cf444ecb4017fb6b5b6fa4ca89899b0fc58cd3b
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Etrade
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
@@ -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 of E*TRADE}
13
- spec.summary = %q{OmniAuth strategy of E*TRADE}
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.7
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 of E*TRADE
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 of E*TRADE
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