robot-vim.gemspec in robot-vim-0.1.1 vs robot-vim.gemspec in robot-vim-0.9.0

- old
+ new

@@ -5,19 +5,21 @@ s.name = "robot-vim" s.version = Robot::Vim::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Matt Margolis"] s.email = ["matt@mattmargolis.net"] - s.homepage = "http://rubygems.org/gems/robot-vim" + s.homepage = "https://github.com/mrmargolis/robot-vim" s.summary = "Vim automation with Ruby" - s.description = "Invoke Vim from inside of Ruby to allow for TDD/BDD of Vim plugins and scripts" + s.description = "Automate Vim with Ruby to allow for TDD/BDD of Vim plugins and scripts" s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = "robot-vim" s.add_development_dependency "bundler", ">= 1.0.0" s.add_development_dependency "rspec", "~> 2.5.0" s.add_development_dependency "autotest" + + s.add_dependency "uuid", "~> 2.3.1" s.files = `git ls-files`.split("\n") s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.require_path = 'lib' end