database_stalker.gemspec in database_stalker-0.1.0 vs database_stalker.gemspec in database_stalker-0.1.1

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "database_stalker" spec.version = DatabaseStalker::VERSION spec.authors = ["tetsutaroendo"] spec.email = ["tetsutaro.endo@gmail.com"] - spec.summary = "Detect inserted tables from the log." - spec.description = "Detect inserted tables from the log." + spec.summary = "This module detects table names which is inserted by your automated tests." + spec.description = "This module detects table names which is inserted by your automated tests." #spec.homepage = "TODO: Put your gem's website or public repo URL here." spec.license = "MIT" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host.