runcmd-cli 0.2.0 → 0.2.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: 4009812a50103f2672c2ffe3f5f652645bae990952bac1ea51c29c11c02a098d
4
- data.tar.gz: 8e62aa9134f735f331088211d7785c572698b1e8ef55f5780ae7251da09df80d
3
+ metadata.gz: 53a9d5d2cdf2d1ebc8d0d507d71a11caf55421ce9fe5049f63ffd05d54573cf2
4
+ data.tar.gz: 3fd535998a6d88eab5b864882955e65be5e1c3d74627da292dcc8d0b6b3e9b0c
5
5
  SHA512:
6
- metadata.gz: 41f017464bfdf3f96bfe8f8a229211fdc998ec478a457eec736ca9ae65e6b2aac64a2914509bd2878c1b0fce20782b9ad951148a72f76cce77e2fd483e7aa729
7
- data.tar.gz: a829859d3e1bf169598a393e0979495c47e211cace2a4403c2db8570e825895ce4ad1aac09d06770e204ffaafa78232c58194edfb9e0a429d5875fd704ba56ea
6
+ metadata.gz: cab64a40f5e8ce944678fcfa12e49d801470c88e29d7f683d11ebfb725460cf62ae557439ebd703e35fed17cd82926871a9ea03eb78ca9b3c407fe5e4cfc8e47
7
+ data.tar.gz: 915d99415ae627b00fe8b831a2c1ce0f009e4a7438da9cfb9fd8b5016b18e0d215ce36e9e951baefa570289e0a5783d12c1cfaf7fb3c87ab1a119d8fd603a143
data/Gemfile.lock CHANGED
@@ -6,7 +6,7 @@ PATH
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- runcmd-cli (0.2.0)
9
+ runcmd-cli (0.2.1)
10
10
  clamp
11
11
  runcmd
12
12
 
@@ -2,12 +2,6 @@
2
2
  require "pty"
3
3
  require 'io/console'
4
4
 
5
- # Signal.trap("INT") {
6
- # puts "CTRL+C detected, press second time to exit"
7
- # exit if $ctrl_c
8
- # $ctrl_c = true
9
- # }
10
-
11
5
  module Runcmd
12
6
  module Cli
13
7
  class PlayCommand < Clamp::Command
@@ -2,12 +2,6 @@
2
2
  require "pty"
3
3
  require 'io/console'
4
4
 
5
- Signal.trap("INT") {
6
- puts "CTRLC"
7
- exit if $ctrl_c
8
- $ctrl_c = true
9
- }
10
-
11
5
  module Runcmd
12
6
  module Cli
13
7
  class RecordCommand < Clamp::Command
@@ -1,5 +1,5 @@
1
1
  module Runcmd
2
2
  module Cli
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runcmd-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matti Paksula