i2cssh.gemspec in i2cssh-2.0.0 vs i2cssh.gemspec in i2cssh-2.1.0

- old
+ new

@@ -3,28 +3,28 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "i2cssh" - s.version = "2.0.0" + s.version = "2.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Wouter de Bie"] - s.date = "2016-02-18" + s.date = "2016-07-14" s.description = "csshX like cluster ssh using iTerm2 panes" s.email = "wouter@evenflow.se" s.executables = ["i2cssh"] s.extra_rdoc_files = [ "LICENSE.txt", - "README.markdown" + "README.md" ] s.files = [ ".document", "Gemfile", "Gemfile.lock", "LICENSE.txt", - "README.markdown", + "README.md", "Rakefile", "VERSION", "bin/i2cssh", "i2cssh.gemspec", "lib/i2cssh.rb", @@ -32,10 +32,10 @@ "test/test_i2cssh.rb" ] s.homepage = "http://github.com/wouterdebie/i2cssh" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = "2.0.14" + s.rubygems_version = "2.0.14.1" s.summary = "csshX like cluster ssh using iTerm2 panes" if s.respond_to? :specification_version then s.specification_version = 4