Neurogami-ghissues 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/ghissues +2 -2
  2. data/lib/version.rb +1 -1
  3. metadata +3 -2
data/bin/ghissues CHANGED
@@ -13,8 +13,8 @@ def help
13
13
  ghissues open
14
14
  Lists open issues
15
15
 
16
- ghissues create title, body
17
- Creates a new issue "
16
+ ghissues create
17
+ Creates a new issue. You get prompted for the title and details "
18
18
  end
19
19
 
20
20
 
data/lib/version.rb CHANGED
@@ -2,6 +2,6 @@
2
2
  module Ghissues
3
3
 
4
4
  # :stopdoc:
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
 
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Neurogami-ghissues
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Britt
@@ -45,6 +45,7 @@ files:
45
45
  - test/test_ghissues.rb
46
46
  has_rdoc: false
47
47
  homepage: http://github.com/Neurogami/ghissues/tree/master
48
+ licenses:
48
49
  post_install_message:
49
50
  rdoc_options:
50
51
  - --main
@@ -66,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
67
  requirements: []
67
68
 
68
69
  rubyforge_project: ghissues
69
- rubygems_version: 1.2.0
70
+ rubygems_version: 1.3.5
70
71
  signing_key:
71
72
  specification_version: 3
72
73
  summary: Neurogami::GHIssues lets you do some basic interaction with the GitHub 'issues' Web API.