cast.gemspec in cast-0.2.0 vs cast.gemspec in cast-0.2.1

- old
+ new

@@ -4,9 +4,10 @@ Gem::Specification.new do |gem| gem.name = 'cast' gem.version = C::VERSION gem.authors = ["George Ogata"] gem.email = ["george.ogata@gmail.com"] + gem.license = 'MIT' gem.date = Time.now.strftime('%Y-%m-%d') gem.summary = "C parser and AST constructor." gem.homepage = 'http://github.com/oggy/cast' gem.extensions = ["ext/extconf.rb"]