Sha256: da3452040bb15cd91c1359b2a207747bcf08d8d063f1a9f4c7a1799371898b7a

Contents?: true

Size: 601 Bytes

Versions: 1

Compression:

Stored size: 601 Bytes

Contents

Gem::Specification.new do |s|
  s.name         = "sarah"
  s.version      = "2.2.0"
  s.date         = "2014-04-11"
  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 .yardopts}
  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-2.2.0 sarah.gemspec