kato-cli 0.0.1 → 0.0.2
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.
- data/Gemfile +1 -0
- data/kato-cli.gemspec +3 -2
- data/lib/kato/cli/version.rb +1 -1
- metadata +4 -10
data/Gemfile
CHANGED
data/kato-cli.gemspec
CHANGED
|
@@ -8,8 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Kato::Cli::VERSION
|
|
9
9
|
spec.authors = ["Tom McDonald"]
|
|
10
10
|
spec.email = ["tommcdo@gmail.com"]
|
|
11
|
-
spec.summary = %q{
|
|
12
|
-
spec.
|
|
11
|
+
spec.summary = %q{Kato.im CLI tool}
|
|
12
|
+
spec.description = %q{A simple command line tool for posting messages in kato.im chat rooms}
|
|
13
|
+
spec.homepage = "http://tommcdo.com"
|
|
13
14
|
spec.license = "MIT"
|
|
14
15
|
|
|
15
16
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/kato/cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kato-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -59,7 +59,7 @@ dependencies:
|
|
|
59
59
|
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
|
-
description:
|
|
62
|
+
description: A simple command line tool for posting messages in kato.im chat rooms
|
|
63
63
|
email:
|
|
64
64
|
- tommcdo@gmail.com
|
|
65
65
|
executables:
|
|
@@ -76,7 +76,7 @@ files:
|
|
|
76
76
|
- kato-cli.gemspec
|
|
77
77
|
- lib/kato/cli.rb
|
|
78
78
|
- lib/kato/cli/version.rb
|
|
79
|
-
homepage:
|
|
79
|
+
homepage: http://tommcdo.com
|
|
80
80
|
licenses:
|
|
81
81
|
- MIT
|
|
82
82
|
post_install_message:
|
|
@@ -89,22 +89,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
89
89
|
- - ! '>='
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
91
|
version: '0'
|
|
92
|
-
segments:
|
|
93
|
-
- 0
|
|
94
|
-
hash: 1002875311
|
|
95
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
93
|
none: false
|
|
97
94
|
requirements:
|
|
98
95
|
- - ! '>='
|
|
99
96
|
- !ruby/object:Gem::Version
|
|
100
97
|
version: '0'
|
|
101
|
-
segments:
|
|
102
|
-
- 0
|
|
103
|
-
hash: 1002875311
|
|
104
98
|
requirements: []
|
|
105
99
|
rubyforge_project:
|
|
106
100
|
rubygems_version: 1.8.25
|
|
107
101
|
signing_key:
|
|
108
102
|
specification_version: 3
|
|
109
|
-
summary:
|
|
103
|
+
summary: Kato.im CLI tool
|
|
110
104
|
test_files: []
|