Thimblr 0.8.1 → 0.9.0

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 +2 -1
  2. metadata +16 -4
@@ -17,7 +17,8 @@ class Thimblr::Application < Sinatra::Base
17
17
  }
18
18
  Locations = {
19
19
  "mac" => {"dir" => "~/Library/Application Support/Thimblr/", 'name' => "Application Support", 'platform' => "mac"},
20
- "nix" => {'dir' => "~/.thimblr/",'name' => "Home directory", 'platform' => "nix"}
20
+ "nix" => {'dir' => "~/.thimblr/",'name' => "Home directory", 'platform' => "nix"},
21
+ "win" => {'dir' => "~/AppData/Roaming/Thimblr/",'name' => "AppData", 'platform' => "nix"} # TODO: This value is hardcoded for vista/7, I should probably superceed expand_path and parse for different versions of Windows here
21
22
  }
22
23
 
23
24
  case RbConfig::CONFIG['target_os']
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 8
8
- - 1
9
- version: 0.8.1
7
+ - 9
8
+ - 0
9
+ version: 0.9.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - JP Hastings-Spital
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-12 00:00:00 +01:00
17
+ date: 2010-04-14 00:00:00 +01:00
18
18
  default_executable: thimblr
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -42,6 +42,18 @@ dependencies:
42
42
  version: "0"
43
43
  type: :runtime
44
44
  version_requirements: *id002
45
+ - !ruby/object:Gem::Dependency
46
+ name: nokogiri
47
+ prerelease: false
48
+ requirement: &id003 !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ segments:
53
+ - 0
54
+ version: "0"
55
+ type: :runtime
56
+ version_requirements: *id003
45
57
  description: A webserver built to help you test tumblr themes as you edit them
46
58
  email: jphastings@gmail.com
47
59
  executables: