digiid 0.0.1 → 0.0.2

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: 1dc199553b0af46d9b1c35630319c857fe075abc
4
- data.tar.gz: 8455f7c152236aa44f51eaf6a130d4c2fca1d64d
3
+ metadata.gz: 665d85cd866b4d40620e23ea97006f17dc2dadcf
4
+ data.tar.gz: ed9ebb4d54281f98ff4a85be14588116a9aa4b38
5
5
  SHA512:
6
- metadata.gz: c10ec053376eecf39929f3f94ed2837429538fec398b6329a9444bd3974dbb2e7e74d4894b229466bd7f73ed01b6b10b7e28189f7235bee093fea7446eacb629
7
- data.tar.gz: 9a9f779136ba8d141c24d715af4c9c517c06c40c394d14a5600b49ccde9bc91ee0b069a7b94533980834cce9f2d906bf8ebdcdbd58def3e88d2acf5929f4e2fe
6
+ metadata.gz: c0dd3a25fbd7aa44c1f9c4df40d3e18c5dfdd0db3bc1c82f053daaa1ad2798c8ddec198e0a55af9eda77284e5f69946d44ceddc17aa623ae513da64647551643
7
+ data.tar.gz: 1c6fed1a7096e78c273d74ed7901ebfbbb8710db5fff48b73a742e74d5ad55acd691c36b68c53b00ad663b029508c2d897fecfa0721c821e5cc43a723018f3d4
data/LICENSE.txt CHANGED
@@ -1,20 +1,8 @@
1
1
  MIT License
2
2
 
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10
4
 
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13
6
 
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
8
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/digiid-0.0.1.gem ADDED
Binary file
data/lib/digiid.rb CHANGED
@@ -60,6 +60,6 @@ class Digiid
60
60
  end
61
61
 
62
62
  def get_network
63
- @address[0] == "1" ? :mainnet : :testnet
63
+ @address[0] == "D" ? :mainnet : :testnet
64
64
  end
65
65
  end
@@ -1,3 +1,3 @@
1
1
  module Digiid
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: digiid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vertbase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-27 00:00:00.000000000 Z
11
+ date: 2019-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bitcoin-cigs
@@ -63,6 +63,7 @@ files:
63
63
  - LICENSE.txt
64
64
  - README.md
65
65
  - Rakefile
66
+ - digiid-0.0.1.gem
66
67
  - digiid-ruby.gemspec
67
68
  - lib/digiid.rb
68
69
  - lib/digiid/version.rb