lib/jets.rb in jets-1.2.1 vs lib/jets.rb in jets-1.3.0
- old
+ new
@@ -10,12 +10,11 @@
require "colorize"
require "fileutils"
require "memoist"
module Jets
- # When we update Jets::RUBY_VERSION, need to update jets-gems/base.rb: def jets_ruby_version also
- RUBY_VERSION = "2.5.0"
+ RUBY_VERSION = "2.5.3"
autoload :Application, "jets/application"
autoload :AwsInfo, "jets/aws_info"
autoload :AwsServices, "jets/aws_services"
autoload :Booter, 'jets/booter'
@@ -40,17 +39,17 @@
autoload :Middleware, "jets/middleware"
autoload :Naming, 'jets/naming'
autoload :PolyFun, 'jets/poly_fun'
autoload :Preheat, "jets/preheat"
autoload :Processors, 'jets/processors'
+ autoload :RackServer, "jets/rack_server"
autoload :Rdoc, "jets/rdoc"
autoload :Resource, "jets/resource"
autoload :Route, "jets/route"
autoload :Router, "jets/router"
- autoload :RubyServer, "jets/ruby_server"
autoload :Rule, 'jets/rule'
- autoload :Server, "jets/server"
autoload :Stack, "jets/stack"
+ autoload :TmpLoader, "jets/tmp_loader"
autoload :Turbine, 'jets/turbine'
autoload :Util, "jets/util"
extend Core # root, logger, etc
end
\ No newline at end of file