dao.gemspec in dao-3.1.0 vs dao.gemspec in dao-3.1.1
- old
+ new
@@ -1,11 +1,11 @@
## dao.gemspec
#
Gem::Specification::new do |spec|
spec.name = "dao"
- spec.version = "3.1.0"
+ spec.version = "3.1.1"
spec.platform = Gem::Platform::RUBY
spec.summary = "dao"
spec.description = "description: dao kicks the ass"
spec.files =
@@ -67,9 +67,10 @@
"lib/dao/validations/base.rb",
"lib/dao/validations/common.rb",
"test",
"test/dao_test.rb",
"test/helper.rb",
+ "test/leak.rb",
"test/testing.rb",
"test/units"]
spec.executables = []