bitcoin-script 0.0.1 → 0.0.2
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 +4 -4
- data/README.md +2 -2
- data/Rakefile +1 -1
- data/lib/bitcoin-script/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 189dcb31e560e7e656ad18278f2069857a74bcf2
|
|
4
|
+
data.tar.gz: 24e0679cc8f8565a49e404f97076d78d4f39b726
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b1fc9b326707a911c6641f466c28ef88a100372677d87dd51e713f1467c5f6416742211677895dd9c1fd1d28d6849f8c9b8ff0c8990c243d95ccc5bfcfecaab
|
|
7
|
+
data.tar.gz: 1a7d11f1bbf8099b9d3358b80251ba778939167d1a72f564082584a982ab1105f668522527c19128bcb8451aa51de616e74c2d72c28844ca206771e83bd14931
|
data/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
bitcoin-script gem / library - bitcoin script test simulator / stack machine - code 'n' run your own bitcoin (crypto) contract transaction scripts
|
|
5
5
|
|
|
6
|
-
* home :: [github.com/openblockchains/bitcoin-script](https://github.com/openblockchains/bitcoin-script)
|
|
7
|
-
* bugs :: [github.com/openblockchains/bitcoin-script/issues](https://github.com/openblockchains/bitcoin-script/issues)
|
|
6
|
+
* home :: [github.com/openblockchains/programming-bitcoin-script](https://github.com/openblockchains/programming-bitcoin-script)
|
|
7
|
+
* bugs :: [github.com/openblockchains/programming-bitcoin-script/issues](https://github.com/openblockchains/programming-bitcoin-script/issues)
|
|
8
8
|
* gem :: [rubygems.org/gems/bitcoin-script](https://rubygems.org/gems/bitcoin-script)
|
|
9
9
|
* rdoc :: [rubydoc.info/gems/bitcoin-script](http://rubydoc.info/gems/bitcoin-script)
|
|
10
10
|
|
data/Rakefile
CHANGED
|
@@ -8,7 +8,7 @@ Hoe.spec 'bitcoin-script' do
|
|
|
8
8
|
self.summary = "bitcoin-script - bitcoin script test simulator / stack machine - code 'n' run your own bitcoin (crypto) contract transaction scripts"
|
|
9
9
|
self.description = summary
|
|
10
10
|
|
|
11
|
-
self.urls = ['https://github.com/openblockchains/bitcoin-script']
|
|
11
|
+
self.urls = ['https://github.com/openblockchains/programming-bitcoin-script']
|
|
12
12
|
|
|
13
13
|
self.author = 'Gerald Bauer'
|
|
14
14
|
self.email = 'wwwmake@googlegroups.com'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bitcoin-script
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gerald Bauer
|
|
@@ -58,7 +58,7 @@ files:
|
|
|
58
58
|
- lib/bitcoin-script/version.rb
|
|
59
59
|
- test/helper.rb
|
|
60
60
|
- test/test_ops.rb
|
|
61
|
-
homepage: https://github.com/openblockchains/bitcoin-script
|
|
61
|
+
homepage: https://github.com/openblockchains/programming-bitcoin-script
|
|
62
62
|
licenses:
|
|
63
63
|
- Public Domain
|
|
64
64
|
metadata: {}
|