cryptopunks 1.0.0 → 1.0.1

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
  SHA256:
3
- metadata.gz: 3babd0420946592ca224951eacf1b9b14e6fea52917796bb550d86e4c05d13b1
4
- data.tar.gz: e301d2ff4f5b84648d9cf7ba61fafbddc9383eca269563ff85a840c21a032159
3
+ metadata.gz: 24d517bf83d2656a15cbc77b08adb64d35a00b9e0a411fc9627dc4a450d2360a
4
+ data.tar.gz: 96fcc259d4d1a595d393f4ec197fb6262837fd73d3541aa682c27cb76f7a6606
5
5
  SHA512:
6
- metadata.gz: c152187a308be9c17a8cd165f2a059abbbc34f39f81ac4e88a4e1d1d0aee597a583675895ee9b8e5f577b3e2752fd0d2dfabf705eebc1d247efbc9c8e2b1de85
7
- data.tar.gz: 238114795788bdf2685ffc093fd3c25960fd268738722810ac1bd524a3be2708c3388606da3ddce2bf6c6c2762f0f9401e3d768c7f19bcdaa8bdefe45b73ba1d
6
+ metadata.gz: 8b9d6ec35fa3714317c62da3eadd38a8a4f042e1212cafddc2c1865aee8d3139648f39cc9c371c13f4c393ab56585a5f891a9ba6513ad6a1f3aaaded1920baba
7
+ data.tar.gz: 390e02ed6f649056f4b4a8a2797ce58626161f8d9e7b6e3b46ae8dab5dcbf9e34c685a574e54c5d4d1634f18264a9000bb0ff6cafa2d470ba1572d6e11530ec3
data/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  cryptopunks - mint your own 24×24 pixel punk images off chain from the True Official Genuine CryptoPunks™ sha256-verified original 10 000 unique character collection; incl. 2x/4x/8x zoom for bigger sizes
4
4
 
5
- * home :: [github.com/rubycoco/cryptopunks](https://github.com/rubycoco/cryptopunks)
6
- * bugs :: [github.com/rubycoco/cryptopunks/issues](https://github.com/rubycoco/cryptopunks/issues)
5
+ * home :: [github.com/rubycoco/blockchain](https://github.com/rubycoco/blockchain)
6
+ * bugs :: [github.com/rubycoco/blockchain/issues](https://github.com/rubycoco/blockchain/issues)
7
7
  * gem :: [rubygems.org/gems/cryptopunks](https://rubygems.org/gems/cryptopunks)
8
8
  * rdoc :: [rubydoc.info/gems/cryptopunks](http://rubydoc.info/gems/cryptopunks)
9
9
 
@@ -57,7 +57,7 @@ $ punk -h
57
57
  resulting in:
58
58
 
59
59
  ```
60
- Usage: cryptopunks [options] IDs
60
+ Usage: cryptopunk [options] IDs
61
61
  Mint punk characters from composite (./punks.png) - for IDs use 0 to 9999
62
62
 
63
63
  Options:
@@ -104,9 +104,10 @@ And voila!
104
104
  ![](i/punk-8219.png)
105
105
 
106
106
 
107
- Bonus: Try the -z/--zoom factor x2, x4, x8, etc.
108
107
 
109
- Now let's give it a try. Let's mint punk #0, #2890, and #8219 in 2x format:
108
+ **Bonus: Try the `-z/--zoom` factor x2, x4, x8, etc.**
109
+
110
+ Let's give it a try. Let's mint punk #0, #2890, and #8219 in 2x format:
110
111
 
111
112
  ```
112
113
  $ punk --zoom 2 0 2890 8219
data/lib/cryptopunks.rb CHANGED
@@ -106,7 +106,7 @@ class Tool
106
106
  }
107
107
 
108
108
  parser = OptionParser.new do |cmd|
109
- cmd.banner = "Usage: cryptopunks [options] IDs"
109
+ cmd.banner = "Usage: punk (or cryptopunk) [options] IDs"
110
110
 
111
111
  cmd.separator " Mint punk characters from composite (#{opts[:file]}) - for IDs use 0 to 9999"
112
112
  cmd.separator ""
@@ -4,7 +4,7 @@ module Cryptopunks
4
4
 
5
5
  MAJOR = 1
6
6
  MINOR = 0
7
- PATCH = 0
7
+ PATCH = 1
8
8
  VERSION = [MAJOR,MINOR,PATCH].join('.')
9
9
 
10
10
  def self.version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptopunks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer