Sha256: df0139eb5428a5fc8de292cb7f45c34a14bd49dd5ed1c2c08d7eceadeae81b00
Contents?: true
Size: 629 Bytes
Versions: 1
Compression:
Stored size: 629 Bytes
Contents
Gem::Specification.new do |s| s.name = 'blockcache' s.version = '0.3' s.authors = ["Matthew Scharley"] s.date = %q{2012-03-11} s.description = %q{Cache that knows how to update it's own contents.} 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{iCache that knows how to update it's own contents.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blockcache-0.3 | blockcache.gemspec |