rubyast.gemspec in rubyast-0.0.1 vs rubyast.gemspec in rubyast-0.0.2
- old
+ new
@@ -6,12 +6,11 @@
s.name = "rubyast"
s.version = RubyAST::VERSION
s.authors = ["Victor Savkin"]
s.email = ["vic.savkin@gmail.com"]
s.homepage = "http://github.com/vsavkin/rubyast"
- s.summary = %q{Allows AST Transformations for Ruby.}
- s.description = %q{Allows AST Transformations for Ruby: parsers source code,
-transforms AST, generates source code based on AST}
+ s.summary = %q{RubyAST parsers source code, transforms AST, and generates source code from AST}
+ s.description = %q{RubyAST parsers source code, transforms AST, and generates source code from AST}
s.rubyforge_project = "rubyast"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
\ No newline at end of file