Skip to content

Commit

Permalink
Gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Jul 1, 2012
1 parent 2a67050 commit 024dc7e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions casseo.gemspec
@@ -0,0 +1,17 @@
require "./lib/casseo/version"

Gem::Specification.new do |gem|
gem.name = "casseo"
gem.version = Casseo::VERSION

gem.author = "Brandur"
gem.email = "brandur@mutelight.org"
gem.homepage = "https://github.com/brandur/casseo"
gem.license = "MIT"
gem.summary = "A Graphite dashboard for the command line."

gem.executables = "casseo"
gem.files = %w( README.md Rakefile )
gem.files += Dir["lib/**/*"]
gem.files += Dir["bin/**/*"]
end

0 comments on commit 024dc7e

Please sign in to comment.