litecoin_tools 0.0.2 → 0.0.3

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: feb8ccfd6568296dbb4393a4d4434b74c78ee89a
4
- data.tar.gz: 9ee42f828302ce01bd22708161e4917f7ff0323d
3
+ metadata.gz: 53864ca133d7e8e6001bd025828386341b8bda3d
4
+ data.tar.gz: 27f2413742543e74b1b13968f0430cc92a7f01cd
5
5
  SHA512:
6
- metadata.gz: 6e0844a4be7cbb33adf4ee2bfbd1893314ce89c169b64937d35e5a9704629e2c0aad4b391d3fc53c221dbb47397716e0a0be2ff343bd5d5f7af719aaedd0fb87
7
- data.tar.gz: 28dbe0df7f7749a662fe9c696de15aa70e1e40e0521c356e316ad8f3038ce3b4494ef6f63e958e13f2dab2be81a5fe36e7442f4df88a703dceaf009aecbd23c8
6
+ metadata.gz: 3c465804a4e57b0a2c5fd2114712767515bc2d6c6d678feb3b1dce96b533cc0150427688d30a3f458b0c98739db3685d4854525fc3086159c588ad1c25f5d51c
7
+ data.tar.gz: 2677548eba1fc2cbfaa92e8c0f4672fac2d8d2668ceaaeb949ddde6f7802cc461c6a69352f0803ea1bf8138f23db8b6618880a91fec0f138cc19c5cc4e9f1c47
data/README.md CHANGED
@@ -29,7 +29,7 @@ Or install it yourself as:
29
29
 
30
30
  Example for the RPC:
31
31
 
32
- lt = LitecoinRpc.new('http://user:password@127.0.0.1:9332')
32
+ lt = LitecoinRPC.new('http://user:password@127.0.0.1:9332')
33
33
  p lt.getbalance # this outputs the balance
34
34
 
35
35
  ## Contributing
@@ -1,3 +1,3 @@
1
1
  module LitecoinTools
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -20,4 +20,6 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_development_dependency "bundler", "~> 1.3"
22
22
  spec.add_development_dependency "rake"
23
+
24
+ spec.homepage = 'https://github.com/barthoz/litecoin_tools'
23
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: litecoin_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bart Koopmans
@@ -54,7 +54,7 @@ files:
54
54
  - lib/litecoin_tools/litecoin_rpc.rb
55
55
  - lib/litecoin_tools/version.rb
56
56
  - litecoin_tools.gemspec
57
- homepage: ''
57
+ homepage: https://github.com/barthoz/litecoin_tools
58
58
  licenses:
59
59
  - MIT
60
60
  metadata: {}