Skip to content

Commit

Permalink
add gem spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Barron committed Jan 24, 2009
1 parent af96256 commit 3906430
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions garmin.gemspec
@@ -0,0 +1,13 @@
spec = Gem::Specification.new do |s|
s.name = 'garmin'
s.version = '0.1'
s.summary = 'Ruby library for parsing Garming tcx files'
s.files = ["MIT-LICENSE", "Rakefile", "README.rdoc", "README.rdoc", "lib/activity.rb", "lib/db.rb", "lib/garmin.rb", "lib/gpx_parser.rb", "lib/lap.rb", "lib/tcx_parser.rb", "lib/track_point.rb"]
s.require_path = 'lib'
s.has_rdoc = true
s.extra_rdoc_files = ['README.rdoc']
s.rdoc_options = ['--line-numbers', '--inline-source', '--main', 'README.rdoc', '--title', 'garmin']
s.author = "Scott Barron"
s.email = "scott@elitists.net"
s.homepage = "https://github.com/rubyist/garmin/tree"
end

0 comments on commit 3906430

Please sign in to comment.