mao.gemspec in mao-0.0.4 vs mao.gemspec in mao-0.0.5

- old
+ new

@@ -5,10 +5,10 @@ gem.email = ["allen.timothy.email@gmail.com", "ar@len.me"] gem.description = %q{Mao Ain't an ORM} gem.summary = %q{A database access layer. Currently supports PG.} gem.homepage = "https://github.com/unnali/mao" # TBD - gem.add_dependency('pg') + gem.add_dependency('pg', '~> 0.14.0') gem.add_development_dependency('rake') gem.add_development_dependency('rspec') gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }