capistrano-db-sync.gemspec in capistrano-db-sync-0.0.1 vs capistrano-db-sync.gemspec in capistrano-db-sync-0.0.11
- old
+ new
@@ -1,10 +1,10 @@
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |spec|
spec.name = 'capistrano-db-sync'
- spec.version = '0.0.1'
+ spec.version = '0.0.11'
spec.date = Date.today.to_s
spec.summary = "Capistrano synchronization databases task"
spec.description = "Capistrano synchronization task for syncing databases between the local development environment and different multi_stage environments"
spec.authors = ["Albuisson Stéphane"]
spec.email = 'stephane.albuisson@gmail.com'
\ No newline at end of file