runtime_command 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/runtime_command/version.rb +1 -1
- data/runtime_command.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da932e10f013f806062d982462cb0dd92b437a76
|
4
|
+
data.tar.gz: dd23cae668ec90d2d1a6a5a814c1880a9294a720
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2822ef44baf2ff810658ee619f4c270de88ab287e27bdc7a6e2e9ca50c95d5ac28bfccc949d99c267bea906ca58ecdec4508b8c925f5f77a1cdeb17b96b117df
|
7
|
+
data.tar.gz: 0df47b8c3cfb025b3b13127504d64dc2153613aa3a9c3ad925ad79570f3b7d747babee2bb397e13a4abe831400e92e19ef3477adbf53d4f968fb7b1d0fde4acf
|
data/runtime_command.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{Execute external command from Ruby.}
|
13
13
|
spec.description = %q{Execute external command and retrive STDIN / STDOUT in real time.}
|
14
|
-
spec.homepage = ""
|
14
|
+
spec.homepage = "https://github.com/naomichi-y/runtime_command"
|
15
15
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
17
17
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runtime_command
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- naomichi-y
|
@@ -72,7 +72,7 @@ files:
|
|
72
72
|
- lib/runtime_command/logger.rb
|
73
73
|
- lib/runtime_command/version.rb
|
74
74
|
- runtime_command.gemspec
|
75
|
-
homepage:
|
75
|
+
homepage: https://github.com/naomichi-y/runtime_command
|
76
76
|
licenses: []
|
77
77
|
metadata: {}
|
78
78
|
post_install_message:
|