sarah.gemspec in sarah-0.0.3 vs sarah.gemspec in sarah-0.0.4
- old
+ new
@@ -1,16 +1,16 @@
Gem::Specification.new do |s|
s.name = "sarah"
- s.version = "0.0.3"
- s.date = "2013-07-13"
+ s.version = "0.0.4"
+ s.date = "2013-07-28"
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}
+ %w{sarah.gemspec HISTORY.txt .yardopts}
s.test_files = Dir.glob("test/**/*.rb")
s.require_path = 'lib'
end