-
Feature request for fluentd.org & fluentd itself, to:
- collect plugin list and its gemspec (fluentd.org)
- parse gemspec and show type_\* list and provide its metadata by JSON (fluentd.org)
- parse c…
-
I'm switching over from touchegg/touché, because I use wayland now. Starting with Fusuma was quite straightforward, but I'm stuck with the use of the appmatcher plugin. I think everything is installed…
-
# Current Behavior
Does not support Rails 7.2.
# Proposed Behavior
Support Rails 7.2.
# Proposed Solution
Update `.gemspec` from `< 7.2` to `
-
Happened with https://github.com/hotwired/turbo-rails/commit/5038ed8fcf046f9dbc03b959280a747ee67a08ae#diff-45934cb0c9b4dc0fdd1aa4e780742e07541f16cb60835e1b1330a56d1b0f18f1R9
https://github.com/hotw…
-
### Description
We need to create a Ruby gem for this repository and publish it to [RubyGems](https://rubygems.org/), Ruby’s official package registry. Packaging the repository as a gem will simpli…
-
The sd_notify is bundled in Puma since #3011. If it is hard dependency, then I believe that specifying such dependency in .gemspec would be much better option:
~~~
$ git diff
diff --git a/puma.ge…
voxik updated
6 months ago
-
Some companies [will only use gems with a certain license](https://github.com/rubygems/rubygems.org/issues/363#issuecomment-5079786).
The canonical and easy way to check is [via the gemspec](http://gu…
-
When using the gemspec trait all the files in my directory are included in the WAR file. The culprit seems to be [this line](https://github.com/jruby/warbler/blob/master/lib/warbler/traits/gemspec.rb#…
-
For Rails, gem is not autoloading because of missing gemspec file.
-
The docs say
```
If you have multiple gemspecs in the same directory, specify which one you'd like to reference using :name
gemspec :name => 'my_awesome_gem'
This will use my_awesome_gem.gem…