Skip to content

Commit

Permalink
seeing if this helps the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Oct 24, 2008
1 parent 7482e0d commit 2bad4df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ticgit.gemspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "ticgit"
s.version = "0.3.5"
s.version = "0.3.6"
s.date = "2008-05-10"
s.author = "Scott Chacon"
s.email = "schacon@gmail.com"
s.summary = "A distributed ticketing system for Git projects."
s.files = ["lib/ticgit/base.rb", "lib/ticgit/cli.rb", "lib/ticgit/comment.rb", "lib/ticgit/ticket.rb", "lib/ticgit.rb", "bin/ti", "bin/ticgitweb"]

s.bindir = 'bin'
s.executables << "ti"
s.executables << "ticgitweb"
s.executables = ["ti", "ticgitweb"]
s.default_executable = %q{ti}
s.homepage = "http://github/schacon/ticgit"

s.require_paths = ["lib", "bin"]
s.specification_version = 2 if s.respond_to? :specification_version=
end

0 comments on commit 2bad4df

Please sign in to comment.