pkgsrc/www/ruby-request_store/PLIST
taca 8ec9c2a873 www/ruby-request_store: add package version 1.5.0
Add ruby-request_store package version 1.5.0 from wip/ruby-request_store.


Ever needed to use a global variable in Rails? Ugh, that's the worst. If youq
need global state, you've probably reached for Thread.current. Like this:

    def self.foo
      Thread.current[:foo] ||= 0
    end

    def self.foo=(value)
      Thread.current[:foo] = value
    end

Ugh! I hate it. But you gotta do what you gotta do...
2020-05-25 14:40:23 +00:00

17 lines
604 B
Text

@comment $NetBSD: PLIST,v 1.1 2020/05/25 14:40:23 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/request_store.rb
${GEM_LIBDIR}/lib/request_store/middleware.rb
${GEM_LIBDIR}/lib/request_store/railtie.rb
${GEM_LIBDIR}/lib/request_store/version.rb
${GEM_LIBDIR}/request_store.gemspec
${GEM_LIBDIR}/test/middleware_test.rb
${GEM_LIBDIR}/test/request_store_test.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec