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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 68a656421d116c7e2510eb8eafdb7f483650b243
4
- data.tar.gz: efd5f291c45742c5bd7088b35883ec4fa2c4f27e
3
+ metadata.gz: 189dcb31e560e7e656ad18278f2069857a74bcf2
4
+ data.tar.gz: 24e0679cc8f8565a49e404f97076d78d4f39b726
5
5
  SHA512:
6
- metadata.gz: 311934dde5e73b58fc02a87e32133c6f363f3fbc885e7a1699e5a4cddc80b1b33e091e0168e621b2512b36c81c3dd7e0ddd8befce15a07eb831fabcdf64f6202
7
- data.tar.gz: 426accd8b7a6d4710adc1b385a1b674098d1266044577e3bb600fabfdfe8a912df7e3258d637669cf6c4cd4278273883ea5163553628df885ee875bfdf2d21e2
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'
@@ -6,7 +6,7 @@ module BitcoinScript
6
6
 
7
7
  MAJOR = 0
8
8
  MINOR = 0
9
- PATCH = 1
9
+ PATCH = 2
10
10
  VERSION = [MAJOR,MINOR,PATCH].join('.')
11
11
 
12
12
  def self.version
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.1
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: {}