Skip to content

Commit

Permalink
Add ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
sugi committed Feb 3, 2017
1 parent 5f5b99c commit eec4285
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
2017-02-04 Tatsuki Sugiura <sugi@nemui.org>

* Version 0.1.3
* Fix last day of era/year handling issue (#2)
* Fix kansuji converter for large numbers
(This is NOT affected with ordinal date numbers)

2015-09-03 Tatsuki Sugiura <sugi@nemui.org>

* Version 0.1.2
* Fix file permissions (#1)

2015-08-23 Tatsuki Sugiura <sugi@nemui.org>

* Version 0.1.1
* Fix gemspec: dependency of ruby version

2015-08-23 Tatsuki Sugiura <sugi@nemui.org>

* Version 0.1.0.
* First release
2 changes: 1 addition & 1 deletion wareki.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/sugi/wareki"
spec.license = "BSD"

spec.files = Dir['lib/**/*.rb'] + %w(LICENSE README.rdoc)
spec.files = Dir['lib/**/*.rb'] + %w(LICENSE README.rdoc ChangeLog)
#spec.bindir = "exe"
#spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
Expand Down

0 comments on commit eec4285

Please sign in to comment.