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

- old
+ new

@@ -5,16 +5,16 @@ Gem::Specification.new do |s| s.name = "shen-ruby" s.version = ShenRuby::VERSION s.platform = Gem::Platform::RUBY - s.license = "Shen License" + 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 16.} + s.description = %q{ShenRuby is a port of the Shen programming language to Ruby. It currently supports Shen version 17.} s.required_ruby_version = ">= 1.9.3" s.add_runtime_dependency 'klam', '0.0.6', '0.0.6' @@ -23,7 +23,7 @@ git_files = `git ls-files`.split("\n") rescue '' s.files = git_files s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = %w(srrepl) - s.require_paths = ["lib", "shen/lib"] + s.require_paths = ["lib"] end