bigdecimal.gemspec in bigdecimal-1.1.0 vs bigdecimal.gemspec in bigdecimal-1.2.0

- old
+ new

@@ -1,16 +1,16 @@ # -*- ruby -*- -_VERSION = "1.1.0" +_VERSION = "1.2.0" Gem::Specification.new do |s| s.name = "bigdecimal" s.version = _VERSION - s.date = "2011-07-30" + s.date = "2012-02-19" s.summary = "Arbitrary-precision decimal floating-point number library." s.homepage = "http://www.ruby-lang.org" s.email = "mrkn@mrkn.jp" s.description = "This library provides arbitrary-precision decimal floating-point number class." - s.authors = ["Kenta Murata", "Shigeo Kobayashi"] + s.authors = ["Kenta Murata", "Zachary Scott", "Shigeo Kobayashi"] s.require_path = %[.] s.files = %w[ bigdecimal.gemspec bigdecimal.c bigdecimal.h