wtails 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Wtails
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -17,7 +17,7 @@ module Wtails
17
17
  File.exist?(path) && File.read(path)
18
18
  end
19
19
  set :views, File.expand_path("../../../views/", __FILE__)
20
- set :public, File.expand_path("../../../public/", __FILE__)
20
+ set :public_folder, File.expand_path("../../../public/", __FILE__)
21
21
 
22
22
  get "/" do
23
23
  redirect "/single"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wtails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Naoyuki HIRAYAMA
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  requirements: []
182
182
 
183
183
  rubyforge_project:
184
- rubygems_version: 1.7.2
184
+ rubygems_version: 1.8.24
185
185
  signing_key:
186
186
  specification_version: 3
187
187
  summary: wtails ...