capital_one 0.4.0 → 0.4.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/capital_one.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db36793ee044270553fdf245f7d1f362f2611a82
4
- data.tar.gz: 07c1c5ce42f21642dab1a46752a8e1a0f45f266a
3
+ metadata.gz: 5a1bd14810b458fc3a3033b8ba909952facf6717
4
+ data.tar.gz: 39126cc9a598c20fb9357d7e748b506d324f4b68
5
5
  SHA512:
6
- metadata.gz: 19efc14f69d99863956df6fc596d80798049a260948f431e7ee1017b6ff5cdb5818bc1704619510c0bd934aa7f85f164c2835c61b3a5cc95d39fafdab217d056
7
- data.tar.gz: 63fffc1566312deec7e8e9b4eefcd6f632a796471a4a124223adbdb8ed928ffe82538e2d9697bf1a601c32962c911df19d1fb315cd5a3b700da32409f86f2b63
6
+ metadata.gz: 153b3846c5ac03b829a45d491046ae0090c9735864553763b7ece73329b812dd0e681d2583e98e0358502f94eebdd9c7940dca86c6eae8c75d6353ade435c2e5
7
+ data.tar.gz: 0e9129dd776a4a46577f1c0043c59ae3d8be0851f180f8e4d399398554e06ba769f675d613a5215af6204d99b600fdd523675700d9d7798f7e3565e3fd2c9b5b
data/lib/capital_one.rb CHANGED
@@ -12,7 +12,7 @@ module Config
12
12
  attr_accessor :apiKey
13
13
 
14
14
  def baseUrl
15
- @baseUrl = 'http://api.nessiebanking.com:80'
15
+ @baseUrl = 'http://api.reimaginebanking.com:80'
16
16
  end
17
17
  end
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capital_one
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Besong
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2015-09-08 00:00:00.000000000 Z
12
+ date: 2015-09-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -133,7 +133,7 @@ homepage: https://github.com/Shwheelz/capital_one
133
133
  licenses:
134
134
  - MIT
135
135
  metadata:
136
- allowed_push_host: http://rubygems.org
136
+ allowed_push_host: https://rubygems.org
137
137
  post_install_message:
138
138
  rdoc_options: []
139
139
  require_paths:
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  version: '0'
151
151
  requirements: []
152
152
  rubyforge_project:
153
- rubygems_version: 2.0.14
153
+ rubygems_version: 2.4.8
154
154
  signing_key:
155
155
  specification_version: 4
156
156
  summary: Connects to the Capital One API