Skip to content

Commit

Permalink
Updated gemspec for TicGit-NG rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffWelling committed Feb 15, 2011
1 parent 08a01bc commit 437ac6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ticgit-ng.gemspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
lib= File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

require 'lib/ticgit'
require 'lib/ticgit-ng'

Gem::Specification.new do |s|
s.name = "TicGit-ng"
s.version = TicGit::VERSION
s.version = TicGitNG::VERSION
s.platform = Gem::Platform::RUBY
s.date = Date.today.to_s
s.authors = ["Scott Chacon", "Jeff Welling"]
s.email = ["Jeff.Welling@gmail.com"]
s.homepage = "https://github.com/jeffWelling/ticgit"
s.summary = "Git based distributed ticketing system"
s.description="Ticgit is a simple ticketing system, roughly similar to the Lighthouse model, that is based in git."
s.description="TicGit-ng is a simple ticketing system, roughly similar to the Lighthouse model, that is based in git."

s.rubyforge_project = "ticgit-ng"

Expand Down

0 comments on commit 437ac6c

Please sign in to comment.