rubcat 0.3.0 → 0.4.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
  SHA1:
3
- metadata.gz: 499dd59d537a9f0ce726f8b206bd400d66ae32ed
4
- data.tar.gz: 9b52b5a27829dcbcc61d7b2bf8cbc9020100e83a
3
+ metadata.gz: 95ffa5fd125c4f5d8880bacd28d57d3f8a0c2601
4
+ data.tar.gz: 28a4df4bea182dbfd498a8707e8002523c30e5e5
5
5
  SHA512:
6
- metadata.gz: 8fa27f3d0c124b4603f4ef6cbd529b7d6aa50c5187f1447a3ccc0680a4f53470457a46f5033d6630ba9f14e5b2fd0cee11fa5ad1dbeefbf2f901d3ccd16360e8
7
- data.tar.gz: 5153327dd9be4b4f9f4c5fea3ed7095dacc7e1057d5ad2c2eac9cc9b7d7b24085de9be982267f64ba84e2f29ca37f65b99cd6a2dcb991a4daad8160b589335b8
6
+ metadata.gz: 7999a825ff4d70fb39f52d00ed7a024ace1c28f5d729853f8ff7a3b7cc273d6b4307e07f1f3487da3bdf9a21c771e00dffb7fe3ef911537067ac44768b43f168
7
+ data.tar.gz: 42459d8b8bc4263ee53ff3a435ee9331289fa3f1e6908e5f0bf025630b902d4e372ac84f6b0021fbcaac41312d7503be9d7d467a7e5cbad5728e645d415b6e84
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # rubcat
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/rubcat.svg)](http://badge.fury.io/rb/rubcat)
4
+
3
5
  ![screenshot](screenshot.png)
4
6
 
5
7
  simply pidcat in Ruby.
data/bin/rubcat CHANGED
@@ -28,6 +28,8 @@ opt.parse!
28
28
 
29
29
  pl = Rubcat::PrettyLogcat.new OPTS
30
30
 
31
+ $PROGRAM_NAME = 'rubcat'
32
+
31
33
  begin
32
34
  PTY.spawn cmd do |stdout, stdin, pid|
33
35
  begin
@@ -1,3 +1,3 @@
1
1
  module Rubcat
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.1"
3
3
  end
data/rubcat.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{pidcat, pretty adb logcat in Ruby}
13
13
  spec.description = %q{pidcat, pretty adb logcat in Ruby. without any dependencies. can be installed and updated with gem command!}
14
- spec.homepage = "https://github.com/rubcat"
14
+ spec.homepage = "https://github.com/polamjag/rubcat"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubcat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - polamjag
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-06-13 00:00:00.000000000 Z
11
+ date: 2015-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -60,7 +60,7 @@ files:
60
60
  - lib/rubcat/version.rb
61
61
  - rubcat.gemspec
62
62
  - screenshot.png
63
- homepage: https://github.com/rubcat
63
+ homepage: https://github.com/polamjag/rubcat
64
64
  licenses:
65
65
  - MIT
66
66
  metadata: {}