Thimblr 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/thimblr.rb +1 -1
  2. metadata +2 -2
@@ -51,7 +51,7 @@ class Thimblr::Application < Sinatra::Base
51
51
 
52
52
  if not File.directory?(File.expand_path(File.join(Locations[Platform]['dir'],"data")))
53
53
  FileUtils.mkdir_p(File.expand_path(File.join(Locations[Platform]['dir'],"data")))
54
- FileUtils.cp(File.join(config,'demo.yaml'),File.expand_path(File.join(Locations[Platform]['dir'],'data','demo.yml')))
54
+ FileUtils.cp(File.join(config,'demo.yml'),File.expand_path(File.join(Locations[Platform]['dir'],'data','demo.yml')))
55
55
  end
56
56
 
57
57
  begin # Try to load the settings file, if it's crap then overwrite it with the defaults
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 8
8
- - 0
9
- version: 0.8.0
8
+ - 1
9
+ version: 0.8.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - JP Hastings-Spital