fine_ants 1.6.0 → 1.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 550c868377f6b3c033bce3928ed56160f416f00f
4
- data.tar.gz: 810e72fa9d9618a29138384ce9c3a3e0c43dc7e3
3
+ metadata.gz: afc01c24a577ba95d9d23c9c6daab2e3833c89b1
4
+ data.tar.gz: ffe1bc60b21b83b783fe4fa60f3fd1b5901a0525
5
5
  SHA512:
6
- metadata.gz: 4396455676416f89d49b63dc80aefde734b417ad24ff618a8152407b4d292107b73412a54f8788c3dafd5802ea96d298df5bfed5a9d796d6aee180e07ffca686
7
- data.tar.gz: 7f4f96f5c8065f3140eaeb87a41cdd46e28e9ede037ffed32f6e7447f9a4d5d307f4f5e0cbeb776057d0d711e824ce1f250c3c4695f0c7a6321d17072a28d655
6
+ metadata.gz: b318c2579b4fa40fb19c35181da68ff0bedc515042c3e2257ba3e237d877beadba50863d31cac13a0e98c743615027b169d3434e2530205208a505b314c4768e
7
+ data.tar.gz: bc06c0830e8d859e7e58161eb03ddfc514cad9cce27fe252f669e4f3be71f7c64fcc2e258a4c69214fb83eda56e4effbb1047eab9f79395477dbc487bb230000
data/README.md CHANGED
@@ -69,6 +69,7 @@ Right now, FineAnts ships with adapters for:
69
69
  | [Target REDcard](https://rcam.target.com) | `:target` |
70
70
  | [Purdue Federal Credit Union](https://www.purduefed.com) | `:purduefed` |
71
71
  | [Ohio State Teacher Retirement System (STRS)](https://www.nrsstrsoh.org) | `:strs` |
72
+ | [Zillow (Zestimate, user is the "zpid")](https://zillow.com) | `:zillow` |
72
73
 
73
74
  You can also implement your own adapter and pass it to `FineAnts.download`. The
74
75
  expected public contract of an adapter is:
@@ -9,4 +9,4 @@ Capybara.register_driver :selenium do |app|
9
9
  Capybara::Selenium::Driver.new(app, :browser => :chrome)
10
10
  end
11
11
  Capybara.default_driver = :selenium
12
- Capybara.default_wait_time = 5
12
+ Capybara.default_max_wait_time = 5
@@ -1,3 +1,3 @@
1
1
  module FineAnts
2
- VERSION = "1.6.0"
2
+ VERSION = "1.6.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fine_ants
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-29 00:00:00.000000000 Z
11
+ date: 2017-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara