Sha256: 148ddb3a58c9db307016fdd42a4a773003a7d30c43f33b04bfcabd0a6b1afd78
Contents?: true
Size: 268 Bytes
Versions: 3
Compression:
Stored size: 268 Bytes
Contents
require "rubygems/installer" require 'yomikomu' Gem.post_install do |installer| installer.spec.full_require_paths.each do |path| Dir.glob(path + "/**/*.rb").each do |f| next unless f =~ /.rb\z/ ::Yomikomu.compile_and_store_iseq(f) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubygems-yomikomu-0.1.2 | lib/rubygems_plugin.rb |
rubygems-yomikomu-0.1.1 | lib/rubygems_plugin.rb |
rubygems-yomikomu-0.1.0 | lib/rubygems_plugin.rb |