bank_api 0.1.1 → 0.1.4

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
- SHA1:
3
- metadata.gz: dd52c9bfa1a9cfe98159937215d5bec287aa929b
4
- data.tar.gz: 0adfdbbcf9ce11c66c8dc9b4ae2cdd9bcbc86b5b
2
+ SHA256:
3
+ metadata.gz: e97136ba0665a58f442afd35ef6972fa05f0ba8f643f28eecde6a0ec5d56bb9e
4
+ data.tar.gz: eca8bedfa6c6171895821f6bfbc0e4994d7d682159900fc19dd73f8fc43db877
5
5
  SHA512:
6
- metadata.gz: 5c031b6e21a68fb257147e8a0612c1862c920cffe7a9b3649f7564f960e613814cccb771bfbbc936f416d9850ad3af001dd87f2a01a8f22a2da406e550a71ee9
7
- data.tar.gz: dbc68f72da36199e600ef32ad96978395f91b642121a9ef1789c03b203fb363b021dd6ed7417533a935103922b503da94bde1bdc14aedd9a33621ed7f5537110
6
+ metadata.gz: 04b8718ab8a7b9f67ad4d98084e067f379610198566c8564a8ffbab495560511ebca7865fb7be8f149615c28e2ca4dfaeb2e5418a731f966ed70de3bdc85c106
7
+ data.tar.gz: 061ac7769fcc5e48ba034df0987f70b19c23e1b064186c9a60ce5b39c3b3b001e10d90572ae5bfa4969ba8925fdadd013116d823d175baedac35acd02ca2ddbf
data/.travis.yml CHANGED
@@ -1,5 +1,13 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.3.3
4
+ - 2.3.3
5
5
  before_install: gem install bundler -v 1.16.1
6
+ deploy:
7
+ provider: rubygems
8
+ api_key:
9
+ secure: pG2Zh9kbXTX7ge7hz5fKZNR9rop9Fhbcm63EzVIgYmhGO9D3sCKX2WlG+s0nAGF274g9F+L6xWkdXcPkWEL1K4S1Q7QrIeN3jXfkgA4C8psBcw4t1huvU0+Ct3GZBiiiF2DphECa2ESoiLSKo99OyFXJQsOWxwqGaB9V6bA770e/j5rESzmobUHiVutXP4wHDBHMz9gVPGPNTxjubrMMNyJMx5MQkLzXuYS+YLrgyIyxPEmxdqdwfUDXVVuXj6kZaTnThXRlSbJ92Zts7vqLofgQa7huFQB44Px5ff1/TAaD0NIFEDxxmgYIvHmEhOEyIuVr8Suvo54rPiriCuXnq8RBRU1yLhUckGsRikyUfzyJMmnSiclVKFJvdjmIydxLGPN+io5CX4ygLnn4l1lRK9M7vpQIt3bC+Jegt1UEihaEJpXfqIpvUZoNioMIiKpBEtRSProgqOqEmKtwzCiCnCKaMdxydgrz0HVxwjS+zjh8H2uW6724i0lqXVTlJU8hn5IS/1OIM77RS6O+SXMYc8PoaG6rthAg+zmlt/5w+7fuN/qp2SIv0bkxk4eVtzbJuDc7qo0MWJUCMGLZUJ/IXEBGHJCwX4ZyKHdnQRWVItT4NOjOwKi8TKsNvBgJkzF4K9yNHg+dJT6Sjjidrxh3EnG93nmxjSTE1HZ8grrF+sw=
10
+ gem: bank_api
11
+ on:
12
+ tags: true
13
+ repo: platanus/bank-api-gem
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bank_api (0.1.0)
4
+ bank_api (0.1.4)
5
5
  pincers
6
6
  timezone (~> 1.0)
7
7
 
@@ -28,7 +28,7 @@ GEM
28
28
  rspec-core (~> 3.7.0)
29
29
  rspec-expectations (~> 3.7.0)
30
30
  rspec-mocks (~> 3.7.0)
31
- rspec-core (3.7.0)
31
+ rspec-core (3.7.1)
32
32
  rspec-support (~> 3.7.0)
33
33
  rspec-expectations (3.7.0)
34
34
  diff-lcs (>= 1.2.0, < 2.0)
data/README.md CHANGED
@@ -49,7 +49,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
49
49
 
50
50
  1. Add https://github.com/heroku/heroku-buildpack-chromedriver.git buildpack.
51
51
  2. Add https://github.com/kevinsawicki/heroku-buildpack-xvfb-google-chrome.git buildpack.
52
- 3. Set `'GOOGLE_CHROME_SHIM'` env var with value `"/app/.apt/usr/bin/google-chrome-stable"`
52
+ 3. Set `'GOOGLE_CHROME_BIN_PATH'` env var with value `"/app/.apt/usr/bin/google-chrome-stable"`
53
53
 
54
54
  ## Contributing
55
55
 
data/bank_api.gemspec CHANGED
@@ -13,6 +13,16 @@ Gem::Specification.new do |spec|
13
13
  spec.description = 'Wrapper for chilean banks'
14
14
  spec.homepage = 'https://github.com/platanus/bank-api-gem'
15
15
  spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
21
+ else
22
+ raise "RubyGems 2.0 or newer is required to protect against " \
23
+ "public gem pushes."
24
+ end
25
+
16
26
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
27
  f.match(%r{^(test|spec|features)/})
18
28
  end
@@ -39,7 +39,7 @@ module BankApi::Clients
39
39
  end
40
40
 
41
41
  def driver(width = 1024, heigth = 768)
42
- chrome_path = ENV.fetch('GOOGLE_CHROME_SHIM', nil)
42
+ chrome_path = ENV.fetch('GOOGLE_CHROME_BIN_PATH', nil)
43
43
  return :chrome unless chrome_path
44
44
 
45
45
  chrome_opts = {
@@ -1,3 +1,3 @@
1
1
  module BankApi
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bank_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - oaestay
@@ -125,7 +125,8 @@ files:
125
125
  homepage: https://github.com/platanus/bank-api-gem
126
126
  licenses:
127
127
  - MIT
128
- metadata: {}
128
+ metadata:
129
+ allowed_push_host: 'TODO: Set to ''http://mygemserver.com'''
129
130
  post_install_message:
130
131
  rdoc_options: []
131
132
  require_paths:
@@ -142,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
143
  version: '0'
143
144
  requirements: []
144
145
  rubyforge_project:
145
- rubygems_version: 2.5.2
146
+ rubygems_version: 2.7.4
146
147
  signing_key:
147
148
  specification_version: 4
148
149
  summary: Wrapper for chilean banks