shen-ruby.gemspec in shen-ruby-0.6.0 vs shen-ruby.gemspec in shen-ruby-0.7.0

- old
+ new

@@ -5,15 +5,15 @@ Gem::Specification.new do |s| s.name = "shen-ruby" s.version = ShenRuby::VERSION s.platform = Gem::Platform::RUBY - s.license = "Shen License and MIT License. See README.md for details." + s.license = "Shen License" s.authors = ["Greg Spurrier", "Mark Tarver"] s.email = ["greg@sourcematters.org"] s.homepage = "https://github.com/gregspurrier/shen-ruby" s.summary = %q{ShenRuby is a Ruby port of the Shen programming language} - s.description = %q{ShenRuby is a port of the Shen programming language to Ruby. It currently supports Shen version 12.} + s.description = %q{ShenRuby is a port of the Shen programming language to Ruby. It currently supports Shen version 13.} s.required_ruby_version = ">= 1.9.3" s.add_development_dependency "rspec", "~> 2.12"