shen-ruby.gemspec in shen-ruby-0.13.0 vs shen-ruby.gemspec in shen-ruby-0.14.0

- old
+ new

@@ -10,14 +10,14 @@ s.license = "BSD/MIT" 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 17.} + s.description = %q{ShenRuby is a port of the Shen programming language to Ruby. It currently supports Shen version 17.2.} s.required_ruby_version = ">= 1.9.3" - s.add_runtime_dependency 'klam', '0.0.6', '0.0.6' + s.add_runtime_dependency 'klam', '0.0.7', '0.0.7' s.add_development_dependency 'rake', '~> 10.4.2', '>= 10.4.2' s.add_development_dependency 'rspec', '~> 3.1', '>= 3.1.0' git_files = `git ls-files`.split("\n") rescue ''