warbler 2.1.0
Warbler is a gem to make a Java jar or war file out of any Ruby, Rails, or Rack application. Warbler provides a minimal, flexible, Ruby-like way to bundle up all of your application files for deployment to a Java environment.
          Gemfile:
          =
        
        
          安装:
          =
        
      Runtime 依赖 (6):
            jruby-jars
            >= 9.4, < 10.1
          
          
            jruby-rack
            >= 1.2.3, < 1.3
          
          
            ostruct
            ~> 0.6.2
          
          
            rake
            ~> 13.0, >= 13.0.3
          
          
            rexml
            ~> 3.0
          
          
            rubyzip
            >= 3.0.0
          
    



