-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return assignee and resolution status of a ticket
- Loading branch information
chrislo
committed
Feb 9, 2010
1 parent
41be6da
commit 424a5a7
Showing
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s| | |
|
||
# Change these as appropriate | ||
s.name = "jira" | ||
s.version = "0.1.1" | ||
s.version = "0.1.2" | ||
s.summary = "A command line interface to the JIRA issue tracking system" | ||
s.author = "Chris Lowis" | ||
s.email = "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = %q{jira} | ||
s.version = "0.1.1" | ||
s.version = "0.1.2" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Chris Lowis"] | ||
s.date = %q{2010-01-28} | ||
s.date = %q{2010-02-09} | ||
s.default_executable = %q{jira} | ||
s.email = %q{[email protected]} | ||
s.executables = ["jira"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters