Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
add gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dziedzic committed Jan 1, 2012
1 parent c32a4dd commit 06360e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tagurit.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Gem::Specification.new do |s|
s.name = "tagurit"
s.version = "0.2"
s.date = "2012-01-01"
s.summary = "Version control system, tag watcher."
s.description = "Watches multiple types of VCS repositories for new tags."
s.authors = ["Thomas Dziedzic"]
s.email = "gostrc@gmail.com"
s.files = ["lib/url_parser.rb"]
s.executables << "tagurit"
s.homepage = "https://github.com/gostrc/tagurit"
end

0 comments on commit 06360e0

Please sign in to comment.