hokusai-zero 0.2.3 → 0.2.4

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/ext/extconf.rb +1 -1
  4. data/hokusai.gemspec +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0b51936165c28af713ec3b359aec1b2cfc7b47f64bbe5dd365e31ea701e7640
4
- data.tar.gz: 38dc1e09dae8a502c0e89e32c21c6cd99fdfa20eac15c15577441827c48fa097
3
+ metadata.gz: 60ba385e696143a78e04817b46a97087a275026c9747cf5e5234fd4683c13ce8
4
+ data.tar.gz: 23d0436b697cfda97a0b92b2ff5f0757d46884c5dd1f5205e29cef399d39c25f
5
5
  SHA512:
6
- metadata.gz: b7df65215d0dd03500b92809ba8d05d996aa7ef2f1d25c8a418da3b78e82dd69ef88b44c12b120bbc913aff1063a817b653bf0c0ca1ba5c7c5fec48fb2f00cfc
7
- data.tar.gz: e59f199ebcc5ecf2179d5b69e5b4a8e79b0b09e11862403b002a86fd18bfe534d09086c9b43c409218d124b63aa5076f10d020fbb9b8b4efaa5f244b15d13cdf
6
+ metadata.gz: 3f78976e9cf233d4b10600d7bab64fc1fa44da041422c0473610e4d2c0277ed3f1331fd56c89e842c8d3390f825b0358f75ad5039c0ae97927fe9c4bf3afa544
7
+ data.tar.gz: 4f8288e2b15f7e3ebfb58b406aa0d6c9a7f93def3bf6802f538b2cec2aa3a75d2d6b7d10adb7786a682030d2dc3dee85121eda121b64c3fc3a0e4baba6b9e805
data/README.md CHANGED
@@ -12,7 +12,7 @@ A Ruby library for authoring GUI applications
12
12
  In your Gemfile
13
13
 
14
14
  ```ruby
15
- gem "hokusai-zero", "0.2.3"
15
+ gem "hokusai-zero", "0.2.4"
16
16
  ```
17
17
 
18
18
  ## In order to run an application, you will need to install a backend
data/ext/extconf.rb CHANGED
@@ -3,7 +3,7 @@ require "mini_portile2"
3
3
 
4
4
  if MiniPortile.darwin?
5
5
  suffix = "dylib"
6
- ext = "zip"
6
+ ext = "tar.gz"
7
7
  elsif MiniPortile.linux?
8
8
  suffix = "so"
9
9
  ext = "tar.gz"
data/hokusai.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'hokusai-zero'
3
- s.version = '0.2.3'
3
+ s.version = '0.2.4'
4
4
  s.licenses = ['MIT']
5
5
  s.summary = "A Ruby library for writing GUI applications"
6
6
  s.authors = ["skinnyjames"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hokusai-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - skinnyjames