summaryrefslogtreecommitdiff
path: root/lib/racc/racc.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/racc] Update racc.gemspecJohnny Willemsen2022-11-151-1/+1
| | | Updated homepage to https://github.com/ruby/racc
* [ruby/racc] gemspec: Link to https in homepage [ci skip]Olle Jonsson2021-09-151-1/+1
| | | | https://github.com/ruby/racc/commit/96075f7720
* [ruby/racc] Removed pre-setup from gemspecHiroshi SHIBATA2021-07-191-1/+1
| | | | https://github.com/ruby/racc/commit/2f6f02e5c1
* [ruby/racc] Removed needless files from gemspecHiroshi SHIBATA2021-07-191-7/+3
| | | | https://github.com/ruby/racc/commit/d044ae883f
* [ruby/racc] Move document from library directoryHiroshi SHIBATA2021-07-191-1/+2
| | | | https://github.com/ruby/racc/commit/2e8d7d286d
* [ruby/racc] Shrink gem sizeBruno Arueira2021-07-181-49/+2
| | | | https://github.com/ruby/racc/commit/27e2a64e13
* [ruby/racc] Removed needless condition for old versions of RubyGems.Hiroshi SHIBATA2021-06-251-1/+0
| | | | https://github.com/ruby/racc/commit/fe3183b1ff
* [ruby/racc] Drop to support Ruby 2.4Hiroshi SHIBATA2021-06-251-0/+1
| | | | https://github.com/ruby/racc/commit/5af1a42a3b
* [ruby/racc] Followed up #162Hiroshi SHIBATA2021-06-251-6/+7
| | | | https://github.com/ruby/racc/commit/d66cd12166
* [ruby/racc] Use Racc::VERSION for gemspecHiroshi SHIBATA2020-12-261-1/+7
| | | | https://github.com/ruby/racc/commit/30f5760d85
* [ruby/racc] Bump version to 1.5.1Hiroshi SHIBATA2020-11-101-1/+1
| | | | https://github.com/ruby/racc/commit/2cb3055a73
* [ruby/racc] Fixed the licenses field of gemspecHiroshi SHIBATA2020-08-191-1/+1
| | | | https://github.com/ruby/racc/commit/a1aeecff03
* Removed nonsense `rubygems_version` in input gemspec filesNobuyoshi Nakada2020-06-251-1/+0
| | | | | As it is ignored and set at building packages automatically, it is just nonsense to set in gemspec file for input.
* Import racc-1.5.0 from upstream repository.Hiroshi SHIBATA2020-03-251-7/+2
|
* Merge racc from upstream repository.Hiroshi SHIBATA2020-02-271-8/+10
| | | | | * Support Ruby 2.4's frozen string literals. * Remove VCS revisions headers.
* Fixup a6864f6d2f39bcd1ff04516591cc18d4027ab186Hiroshi SHIBATA2020-01-011-2/+2
|
* Import racc-1.4.1 from ruby/racc.Hiroshi SHIBATA2019-12-101-19/+21
|
* Folded files in gemspecNobuyoshi Nakada2019-09-161-3/+79
|
* Removed useless `freeze`s from gemspec filesNobuyoshi Nakada2019-07-131-19/+19
|
* Drop fossil rubygems supportNobuyoshi Nakada2019-07-131-20/+4
|
* Removed stub lines from gemspec filesNobuyoshi Nakada2019-07-131-2/+0
|
* Added gemspec of racc generated from upstream for the default gems.Hiroshi SHIBATA2019-06-201-0/+45
1.4.16.pre.1 is the teemporary version. It may be changed 1.5.0 or others.