lib/shoes/package/configuration.rb in shoes-package-4.0.0.pre3 vs lib/shoes/package/configuration.rb in shoes-package-4.0.0.pre4

- old
+ new

@@ -14,16 +14,16 @@ # config = Shoes::Package::Configuration.load(config_file) # module Configuration extend ::Furoshiki::Util - JAR_APP_TEMPLATE_URL = 'https://s3.amazonaws.com/net.wasnotrice.shoes/wrappers/shoes-app-template-0.0.1.zip' + JAR_APP_TEMPLATE_URL = 'https://s3.amazonaws.com/net.wasnotrice.shoes/wrappers/shoes-app-template-0.0.2.zip' # Convenience method for loading config from a file. Note that you # can pass four kinds of paths to the loader. Given the following # file structure: - # + # # ├── a # │   ├── app.yaml # │   └── shoes-app-a.rb # └── b # └── shoes-app-b.rb @@ -144,10 +144,9 @@ warbler.extend ShoesWarblerConfig warbler.run = @config.run.split(/\s/).first end end - private # Adds Shoes-specific functionality to the Warbler Config module ShoesWarblerConfig attr_accessor :run end end