txcatcher 0.1.3 → 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
2
  SHA1:
3
- metadata.gz: 3fd747a3bda846af91c2534bc0170ede6ccd41bc
4
- data.tar.gz: 2849aef39f88fc3dd6159f94ea799ecfae8d0602
3
+ metadata.gz: 1ad836b6bfc449c217c567752f17d24aa2b3656b
4
+ data.tar.gz: db3033df9af8f9923c8aa21e2e41f8a8effab623
5
5
  SHA512:
6
- metadata.gz: 0ee52c055760b975089a3528111df91eb43e58f45d394608c063c79770978e6d0eef7be6cf195d3d693c4d238608a981f71bb461c45195723803c717f9df236a
7
- data.tar.gz: f6d94267307547345040ae867430fe64d7ed83fbf5a184addcb70ba056bed7b04df5f2ea42295abaa34a075fa84e836d94b12f49b9b31bdae25c409ced4c8e0f
6
+ metadata.gz: 2f2e45bf54b63f1262909a3f051a9d270edc9b88ae47b4abafda15a4e2af37423aa77a051d0b9cc2a5c50afd01aa45ca43a65ba3c7f827cdb3aa65cc745af080
7
+ data.tar.gz: 9f86649d0540f376adb8d09bf820e84680335bbeb2fb0ea3880566f3fdfe1528b685c2ee4ffcda52f2b5bfa971bff17ccb3cd89817504dbe1a5fa9120ffba1da
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -18,7 +18,7 @@ module TxCatcher
18
18
  elsif path.start_with? "/tx/send"
19
19
  broadcast_tx(params["rawtx"])
20
20
  elsif path == "/" || path.empty?
21
- [200, {}, "TxCather server, #{TxCatcher::Config.rpcnode["name"]}, current_block_height: #{TxCatcher.current_block_height}"]
21
+ [200, {}, "TxCatcher server, #{TxCatcher::Config.rpcnode["name"]}, current_block_height: #{TxCatcher.current_block_height}"]
22
22
  else
23
23
  [404, {}, { error: "404, not found" }.to_json]
24
24
  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.3 ruby lib
5
+ # stub: txcatcher 0.1.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "txcatcher"
9
- s.version = "0.1.3"
9
+ s.version = "0.1.4"
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Snitko