simple2ch.gemspec in simple2ch-0.0.2 vs simple2ch.gemspec in simple2ch-0.1.0
- old
+ new
@@ -2,15 +2,25 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'simple2ch/version'
Gem::Specification.new do |spec|
+ updates = %q{[v0.1.0]
+* メソッド名の変更
+ * Thre.new から Thre.parse に変更
+ * Thre.newは引数の数を変更
+ * この変更に伴い、v0.0.2以下とは一部互換性無し
+* バグ修正
+ * Time.parseの呼び出しに失敗する問題を修正
+ * その他
+* その他微細な修正}
+
spec.name = "simple2ch"
spec.version = Simple2ch::VERSION
spec.authors = ["dogwood008"]
spec.email = ["dogwood008+rubygems@gmail.com"]
- spec.summary = %q{A gem to read 2ch bbs.}
- spec.description = spec.summary
+ spec.summary = %q{2ch Japanese BBS simple reader.}
+ spec.description = spec.summary+"\n"+updates
spec.homepage = "https://github.com/dogwood008/simple2ch"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }