txcatcher 0.1.89 → 0.1.90

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64f1365dc50e4121cc7d07fe99974bf9ac7f0c6a
4
- data.tar.gz: 8c273474bb1badd095448d2b2940b55fa0736166
3
+ metadata.gz: e26108a8c403705845ccdaa92b01d8e6c0674158
4
+ data.tar.gz: 5f442a9932546298090ae23fdd7f41906e09b589
5
5
  SHA512:
6
- metadata.gz: 82fb6d1ea5f063d7d7c9db04a9603bdd6ec61e8e4f712ec6f32146b353c38c607cec8cbaf76ec0a7153be8033c1a1e36737ff82b55c7e18aeab9ffa15186d397
7
- data.tar.gz: 3dfb0e9e00e5ec5b8873f9d4394b124b5ed6b2f10935944f2412b5212cf9f0675bfe0d3dc87148221f997c35992593a7b98f4a3a142a12935f44872d348efb99
6
+ metadata.gz: 2cf5236ac890fc715f4c2b4f6c53d6337e84c2d165a6fd04ffc63d1489fa4c6cb11e8a87cd0d71be2eff3ef5aafda6c452ad0bd53e7d80be7604cbd18ccf57da
7
+ data.tar.gz: a958f028913c59d14bbdd424bf907632c636c9cdaca6a8e0516967b509a10cf85fbf7d7362399323e25a04dd88d38c319c7975d6c56c1253766170bf7e306745
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.89
1
+ 0.1.90
@@ -111,7 +111,7 @@ end
111
111
 
112
112
  def fetch_txcatcher_for_addr(addr)
113
113
  response = Faraday.get do |req|
114
- req.url TxCatcher::Config["monitor"]["txcatcher_url"] + "/addr/#{addr}1/utxo"
114
+ req.url TxCatcher::Config["monitor"]["txcatcher_url"] + "/addr/#{addr}/utxo"
115
115
  req.options.timeout = 5
116
116
  req.options.open_timeout = 5
117
117
  end
data/txcatcher.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: txcatcher 0.1.89 ruby lib
5
+ # stub: txcatcher 0.1.90 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "txcatcher"
9
- s.version = "0.1.89"
9
+ s.version = "0.1.90"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: txcatcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.89
4
+ version: 0.1.90
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Snitko