code-ruby-parser.gemspec in template-ruby-parser-0.1.8 vs code-ruby-parser.gemspec in template-ruby-parser-0.2.0
- old
+ new
@@ -1,16 +1,18 @@
require_relative "lib/code-ruby-parser"
Gem::Specification.new do |s|
s.name = "code-ruby-parser"
- s.version = ::Template::Parser::Version
+ s.version = "0.2.0"
s.summary = "A parser for the Code programming language"
s.description =
"A parser for the Code programming language, like 1 + 1 and user.first_name"
s.authors = ["Dorian MariƩ"]
s.email = "dorian@dorianmarie.fr"
s.files = `git ls-files`.split($/)
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]
s.homepage = "https://github.com/dorianmariefr/template-ruby-parser"
s.license = "MIT"
+
+ s.add_dependency "code-ruby", "~> 0"
end