cant_wait.gemspec in cant_wait-1.0.1 vs cant_wait.gemspec in cant_wait-1.1.0

- old
+ new

@@ -7,13 +7,14 @@ spec.name = 'cant_wait' spec.version = CantWait::VERSION spec.platform = Gem::Platform::RUBY spec.required_ruby_version = '>= 1.9.1' - spec.summary = 'Complements the Ruby on Rails web application framework by providing statement timeouts for PostgreSQL databases.' - spec.description = 'Provides statement timeouts for PostgreSQL databases in a Ruby on Rails web application. Stops any SQL statement ' << - 'that takes more than a specified number of milliseconds.' + spec.summary = 'Complements the Ruby on Rails web application framework by providing statement timeouts for PostgreSQL and PostGIS ' << + 'databases.' + spec.description = 'Provides statement timeouts for PostgreSQL and PostGIS databases in a Ruby on Rails web application. Stops any SQL ' << + 'statement that takes more than a specified number of milliseconds.' spec.license = 'MIT' spec.author = 'Carlos A. Carro Duplá' spec.email = 'ccarrodupla@gmail.com' @@ -33,9 +34,10 @@ if RUBY_ENGINE == 'jruby' && RUBY_PLATFORM == 'java' spec.add_development_dependency 'activerecord-jdbcpostgresql-adapter', '~> 1.2' else spec.add_development_dependency 'pg', '~> 0' end + spec.add_development_dependency 'activerecord-postgis-adapter', '~> 0.6' if RUBY_PLATFORM =~ /darwin/i spec.add_development_dependency 'minitest-growl', '~> 0.0.3' # minitest-growl small problem with minitest 5: spec.add_development_dependency('minitest', '~> 4.7.4') else