Skip to content

Commit

Permalink
Added a gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley committed Mar 10, 2012
1 parent 48cad34 commit 4db1e22
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.redcar/
*.gem
18 changes: 18 additions & 0 deletions blockcache.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Gem::Specification.new do |s|
s.name = 'blockcache'
s.version = '0.2'

s.authors = ["Matthew Scharley"]
s.date = %q{2012-03-11}
s.description = %q{Caches the result of running blocks.}
s.email = %q{matt.scharley@gmail.com}
s.files = `git ls-files | egrep -v '^\\.'`.split("\n")
s.homepage = %q{http://github.com/mscharley/ruby-blockcache}
s.require_paths = ['lib']
s.summary = %q{Caches the result of running blocks.}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
end
end

0 comments on commit 4db1e22

Please sign in to comment.