kato-cli 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -2,3 +2,4 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in kato-cli.gemspec
4
4
  gemspec
5
+ gem "kato-cli", :git => "https://github.com/tommcdo/kato-cli.git"
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{CLI client for posting to kato.im rooms}
12
- spec.homepage = ""
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")
@@ -1,5 +1,5 @@
1
1
  module Kato
2
2
  module Cli
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
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.1
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: CLI client for posting to kato.im rooms
103
+ summary: Kato.im CLI tool
110
104
  test_files: []