aboutsummaryrefslogtreecommitdiffstats
path: root/lib/forwardable
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-302-12/+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] Bump version to 1.3.1Jeremy Evans2019-12-111-1/+1
| | | | https://github.com/ruby/forwardable/commit/aa07c55f3f
* [ruby/forwardable] Bump version to 1.3.0Hiroshi SHIBATA2019-11-301-1/+1
| | | | https://github.com/ruby/forwardable/commit/e56f0f83c6
* [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-262-2/+7
| | | | https://github.com/ruby/forwardable/commit/387758d45a
* Disable tailcall optimization [Bug #15303]nobu2018-12-121-8/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 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
* forwardable/impl.rbnobu2016-11-201-0/+24
* lib/forwardable/impl.rb (_valid_method?, _compile_method): extract to separate implementation specific part. [ruby-core:78138] [Bug #12938] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e