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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26c434adfa294cb1362f74b65934fc31f40bf783
4
- data.tar.gz: a6d03d1978fb4f0d8078a2e1156acaf3e1774e18
3
+ metadata.gz: da932e10f013f806062d982462cb0dd92b437a76
4
+ data.tar.gz: dd23cae668ec90d2d1a6a5a814c1880a9294a720
5
5
  SHA512:
6
- metadata.gz: bf4792e12c3a8e7cf87b9011c4da032cd1418c6a5232c6efe223412ac316588a96aad5c13626497e531a70df3bad6586650ccb829cec447bbd2ceac3b9f267d9
7
- data.tar.gz: c04b6681b0e66b9617bc74e2879682981e82a2543bc9bd57940fff032b373f83e1d824439a68eb195610938b43fef34744a685e6efd783d42c4d738a625d5b2a
6
+ metadata.gz: 2822ef44baf2ff810658ee619f4c270de88ab287e27bdc7a6e2e9ca50c95d5ac28bfccc949d99c267bea906ca58ecdec4508b8c925f5f77a1cdeb17b96b117df
7
+ data.tar.gz: 0df47b8c3cfb025b3b13127504d64dc2153613aa3a9c3ad925ad79570f3b7d747babee2bb397e13a4abe831400e92e19ef3477adbf53d4f968fb7b1d0fde4acf
@@ -1,3 +1,3 @@
1
1
  module RuntimeCommand
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -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.3
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: