rest-ftp-daemon.gemspec in rest-ftp-daemon-1.0.1 vs rest-ftp-daemon.gemspec in rest-ftp-daemon-1.0.2

- old
+ new

@@ -1,15 +1,15 @@ # coding: utf-8 Gem::Specification.new do |spec| # Project version - spec.version = "1.0.1" + spec.version = "1.0.2" # Project description spec.name = "rest-ftp-daemon" spec.authors = ["Bruno MEDICI"] - spec.email = "rest-ftp-daemon@bmconseil.com" + spec.email = "rftpd-project@bmconseil.com" spec.description = "This is a pretty simple FTP client daemon, controlled through a RESTful API" spec.summary = "RESTful FTP client daemon" spec.homepage = "http://github.com/bmedici/rest-ftp-daemon" spec.licenses = ["MIT"] spec.date = Time.now.strftime("%Y-%m-%d") @@ -30,10 +30,10 @@ spec.add_development_dependency "pry" spec.add_development_dependency "http" spec.add_development_dependency "ruby-prof" # Runtime dependencies - spec.add_runtime_dependency "bmc-daemon-lib", "~> 0.5.2" + spec.add_runtime_dependency "bmc-daemon-lib", "~> 0.6.0" spec.add_runtime_dependency "json", "~> 1.8" spec.add_runtime_dependency "thin", "~> 1.7" spec.add_runtime_dependency "activesupport", "~> 4.2" spec.add_runtime_dependency "grape"