xkeys.gemspec in xkeys-0.0.1 vs xkeys.gemspec in xkeys-0.0.2
- old
+ new
@@ -1,14 +1,15 @@
Gem::Specification.new do |s|
s.name = "xkeys"
- s.version = "0.0.1"
+ 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/xkeys"
s.summary = "Extended keys to facilitate fetching and storing in nested hash and array structures with Perl-ish auto-vivification."
s.description = "Extended keys to facilitate fetching and storing in nested hash and array structures with Perl-ish auto-vivification."
s.license = "MIT"
- s.files = Dir.glob("lib/**/*") + %w{xkeys.gemspec}
- s.test_files = Dir.glob("test/**/*")
+ s.files = Dir.glob("lib/**/*") + %w{xkeys.gemspec HISTORY.txt}
+ s.test_files = Dir.glob("test/**/*.rb")
s.require_path = 'lib'
end