Nobuyoshi Nakada
a884431624
[ruby/forwardable] Move `:stopdoc:` directive
...
If this is at the top level, it stops the documentation of the
entire module, but not only the part in this file.
https://github.com/ruby/forwardable/commit/34cd2ac4a1
2022-03-14 14:44:46 +09:00
Olle Jonsson
c27e8f1caf
[ruby/forwardable] gemspec: Explicitly empty the executables list
...
This gem exposes no executables.
https://github.com/ruby/forwardable/commit/374b685927
2021-04-21 20:41:52 +09:00
Hiroshi SHIBATA
9b9cbbbc17
Update library versions of the default gems.
...
They are followed up with
8fb02b7a97
2020-12-22 21:45:28 +09:00
Marc-Andre Lafortune
ab524dfdd9
[ruby/forwardable] Specify minimum Ruby version.
...
Remove jruby-9.1.17.0 from CI
https://github.com/ruby/forwardable/commit/08d92a9c39
2020-12-03 17:35:29 +09:00
Hiroshi SHIBATA
8fb02b7a97
Update the license for the default gems to dual licenses
2020-08-18 20:26:39 +09:00
Nobuyoshi Nakada
b2d96abb42
Extract version number from the source
...
"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.
2020-07-30 19:03:18 +09:00
Jeremy Evans
49ffae7ca6
[ruby/forwardable] Bump version to 1.3.1
...
https://github.com/ruby/forwardable/commit/aa07c55f3f
2019-12-11 20:23:53 +09:00
Hiroshi SHIBATA
856f9990a9
[ruby/forwardable] Bump version to 1.3.0
...
https://github.com/ruby/forwardable/commit/e56f0f83c6
2019-11-30 15:54:09 +09:00
Hiroshi SHIBATA
f14b754151
[ruby/forwardable] Use Gemfile instead of Gem::Specification#add_development_dependency.
...
https://github.com/ruby/forwardable/commit/1e7123a81b
2019-10-26 09:26:51 +09:00
Hiroshi SHIBATA
b15e0983f7
[ruby/forwardable] Update spec.files
...
https://github.com/ruby/forwardable/commit/1b6991e589
2019-10-26 09:25:01 +09:00
Hiroshi SHIBATA
b25ab3832f
[ruby/forwardable] Extracted VERSION constant for gemspec
...
https://github.com/ruby/forwardable/commit/387758d45a
2019-10-26 09:24:55 +09:00
nobu
241dced625
Disable tailcall optimization [Bug #15303 ]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-12 05:46:13 +00:00
hsbt
ca32fe1673
Try to load version file of github repository at first.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-07-31 12:56:17 +00:00
hsbt
26e6462b81
Promote Forwardable to default gems.
...
* 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
2018-07-25 11:53:57 +00:00
nobu
2283d14cc9
forwardable/impl.rb
...
* 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
2016-11-20 02:12:48 +00:00