Sha256: 7f2616366d0dbc5d9fa6e96bed266a721bd6977765578e8010947fb85a30ab2b
Contents?: true
Size: 586 Bytes
Versions: 1
Compression:
Stored size: 586 Bytes
Contents
Gem::Specification.new do |s| s.name = "sarah" s.version = "0.0.2" s.date = "2013-07-08" s.authors = ["Brian Katzung"] s.email = ["briank@kappacs.com"] s.homepage = "http://rubygems.org/gems/sarah" s.summary = "Sequential array/random-access hash" s.description = "Implements a hybrid data structure composed of a sequential array and random-access hash" s.license = "MIT" s.files = Dir.glob("lib/**/*") + %w{sarah.gemspec HISTORY.txt} s.test_files = Dir.glob("test/**/*.rb") s.require_path = 'lib' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sarah-0.0.2 | sarah.gemspec |