headius/thread_safe

Version 0.1.1 is failing in JRuby

Closed this issue · 2 comments

LoadError: no such file to load -- thread_safe/jruby_cache_backend
     ThreadSafe at /Users/peterwagenet/.rvm/gems/jruby-1.7.3/gems/thread_safe-0.1.1-java/lib/thread_safe/cache.rb:12
         (root) at /Users/peterwagenet/.rvm/gems/jruby-1.7.3/gems/thread_safe-0.1.1-java/lib/thread_safe/cache.rb:3
         (root) at /Users/peterwagenet/.rvm/gems/jruby-1.7.3/gems/activesupport-4.0.0/lib/active_support/notifications/fanout.rb:1
     initialize at /Users/peterwagenet/.rvm/gems/jruby-1.7.3/gems/activesupport-4.0.0/lib/active_support/notifications/fanout.rb:15
  Notifications at /Users/peterwagenet/.rvm/gems/jruby-1.7.3/gems/activesupport-4.0.0/lib/active_support/notifications.rb:205
  ActiveSupport at /Users/peterwagenet/.rvm/gems/jruby-1.7.3/gems/activesupport-4.0.0/lib/active_support/notifications.rb:149
        require at org/jruby/RubyKernel.java:1027
         (root) at /Users/peterwagenet/.rvm/gems/jruby-1.7.3/gems/activesupport-4.0.0/lib/active_support/notifications.rb:5
         (root) at /Users/peterwagenet/Development/Tilde/skylight-ruby/lib/skylight.rb:1
        require at org/jruby/RubyKernel.java:1027
       Skylight at /Users/peterwagenet/Development/Tilde/skylight-ruby/lib/skylight.rb:15
        require at org/jruby/RubyKernel.java:1027
         (root) at /Users/peterwagenet/Development/Tilde/skylight-ruby/lib/skylight.rb:5
           load at org/jruby/RubyKernel.java:1046
         (root) at /Users/peterwagenet/Development/Tilde/skylight-ruby/spec/spec_helper.rb:1
           each at org/jruby/RubyArray.java:1613
         (root) at /Users/peterwagenet/Development/Tilde/skylight-ruby/spec/spec_helper.rb:5
         (root) at /Users/peterwagenet/Development/Tilde/skylight-ruby/spec/cli/setup_spec.rb:1
         (root) at /Users/peterwagenet/Development/Tilde/skylight-ruby/spec/cli/setup_spec.rb:1
         (root) at /Users/peterwagenet/.rvm/gems/jruby-1.7.3/gems/rspec-core-2.14.4/lib/rspec/core/configuration.rb:1

Things work fine in 0.1.0.

Yeah, I botched the 0.1.1 release. Should be fine in 0.1.2 (released a while ago).

Thanks! I've botched my fair share of releases too.