pikebubbles 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: 336185da771f049deea0de6b7c260a5347c2e9711b72fa33c57251d6df0e8370
4
- data.tar.gz: 59ae5b8e04a87980308f45e2c1e39729eaf6f85155ebfb2a9db28b1cb91312fc
3
+ metadata.gz: a9019214b54bb570469555a1ae1a1b942244de09150e8097526f42178158fee5
4
+ data.tar.gz: 0c58da4c3127a4c635715bdb2609ef830f272d7647b1eb3a74b199400af9c978
5
5
  SHA512:
6
- metadata.gz: a3e6615cd7f5aeb8b686fed1c4bf5d0b5d8491639f107b42ae807c9ebc5f5f47f4670f8a8d41c747905eab88b1a24dcd877b88312bb8b471521bfc627942a50d
7
- data.tar.gz: 7e3257c7e7a22abddabddf3b5271a6c9d9138ecf7ca435836e6461269aa3b87992a88f2dde8b75c27cee34c4f72bbc0b4eec170dead5519578c1ed56075a7325
6
+ metadata.gz: 71554dd0e615fa22969a8b89eae98109a6c27a007cfbf35c18d9f9747ea2ab505e2addaa8d8d522974fc7b619d6a9d3bcfa9ce6039a232aa26f9e9281d2402ba
7
+ data.tar.gz: f0f2ea2c0c8e49b45b84d242266c4b961cd8da488839ec8bdd54ead0b8c753737b8ff9df217289da44577fa08aced3761d812d50a79b0ff2ce54f3964b49618b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pikebubbles (0.1.0)
4
+ pikebubbles (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -3,6 +3,8 @@ module Pikebubbles
3
3
  class Cli
4
4
  def self.run
5
5
  $stdin.close
6
+ $stdout.sync = true
7
+ $stderr.sync = true
6
8
 
7
9
  File.mkfifo("/var/run/pikebubbles.fifo", 0666)
8
10
  $stderr.puts "Opened FIFO: /var/run/pikebubbles.fifo"
@@ -1,3 +1,3 @@
1
1
  module Pikebubbles
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
  # Specify which files should be added to the gem when it is released.
20
20
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
21
21
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
22
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
22
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(misc|test|spec|features)/}) }
23
23
  end
24
24
  spec.bindir = "exe"
25
25
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pikebubbles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Uchio Kondo