Skip to content

Commit

Permalink
License and version info
Browse files Browse the repository at this point in the history
  • Loading branch information
cmattson committed Jun 15, 2013
1 parent 2275d76 commit 212df54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MIT-LICENSE
@@ -1,4 +1,4 @@
Copyright 2013 YOURNAME
Copyright 2013 Colin Mattson

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion lib/threetrack/version.rb
@@ -1,3 +1,3 @@
module Threetrack
VERSION = "0.0.1"
VERSION = "0.0.1pre"
end
9 changes: 6 additions & 3 deletions threetrack.gemspec
Expand Up @@ -7,16 +7,19 @@ require "threetrack/version"
Gem::Specification.new do |s|
s.name = "threetrack"
s.version = Threetrack::VERSION
s.authors = ["TODO: Your name"]
s.email = ["TODO: Your email"]
s.homepage = "TODO"
s.platform = Gem::Platform::RUBY
s.authors = ["Colin Mattson"]
s.email = ["colinm@pixelcoud.us"]
s.homepage = "https://github.com/cmattson/threetrack"
s.summary = "TODO: Summary of Threetrack."
s.description = "TODO: Description of Threetrack."
s.license = "MIT"

s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 4.0.0.rc2"
s.add_dependency "stripe", "~> 1.8"

s.add_development_dependency "sqlite3"
end

0 comments on commit 212df54

Please sign in to comment.