blossom 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/blossom.rb +1 -1
  2. data/lib/blossom/version.rb +1 -1
  3. metadata +1 -1
@@ -156,7 +156,7 @@ class Blossom::Application < Rack::Builder
156
156
  app.set :index, @name.to_sym
157
157
 
158
158
  app.set :views, @root
159
- app.set :public, public_dirname
159
+ app.set :public_folder, public_dirname
160
160
 
161
161
  app.set :haml, haml_options
162
162
  app.set :sass, sass_options
@@ -1,3 +1,3 @@
1
1
  module Blossom
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blossom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: