aboutsummaryrefslogtreecommitdiffstats
path: root/lib/forwardable/forwardable.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/forwardable] gemspec: Explicitly empty the executables listOlle Jonsson2021-04-211-1/+1
| | | | | | This gem exposes no executables. https://github.com/ruby/forwardable/commit/374b685927
* Update library versions of the default gems.Hiroshi SHIBATA2020-12-221-1/+1
| | | | | They are followed up with https://github.com/ruby/ruby/commit/8fb02b7a97317090e3946e6f2d4a7d034f9699f1
* [ruby/forwardable] Specify minimum Ruby version.Marc-Andre Lafortune2020-12-031-0/+1
| | | | | | Remove jruby-9.1.17.0 from CI https://github.com/ruby/forwardable/commit/08d92a9c39
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
|
* Extract version number from the sourceNobuyoshi Nakada2020-07-301-7/+9
| | | | | | | | | | | "requiring version.rb" strategy has some issues. - cannot work when cross-compiling - often introduces wrong namespace - must know the superclasses - costs at each runtime than at build-time etc.
* [ruby/forwardable] Use Gemfile instead of ↵Hiroshi SHIBATA2019-10-261-3/+0
| | | | | | Gem::Specification#add_development_dependency. https://github.com/ruby/forwardable/commit/1e7123a81b
* [ruby/forwardable] Update spec.filesHiroshi SHIBATA2019-10-261-1/+1
| | | | https://github.com/ruby/forwardable/commit/1b6991e589
* [ruby/forwardable] Extracted VERSION constant for gemspecHiroshi SHIBATA2019-10-261-2/+2
| | | | https://github.com/ruby/forwardable/commit/387758d45a
* Try to load version file of github repository at first.hsbt2018-07-311-1/+6
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Promote Forwardable to default gems.hsbt2018-07-251-0/+21
* lib/forwardable.rb: Added Forwardable::VERSION and re-use it. * lib/forwardable/forwardable.gemspec: Added initial gemspec. * tool/sync_default_gems.rb: Support forwaradable repository. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e