towsta 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ module Towsta
37
37
  end
38
38
 
39
39
  def backup
40
- if @path
40
+ if @path != ".json"
41
41
  open(@path, "wb"){|file| file.write @json}
42
42
  puts "creating a backup in #{@path}"
43
43
  end
@@ -1,3 +1,3 @@
1
1
  module Towsta
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
data/lib/towsta.rb CHANGED
@@ -1,4 +1,4 @@
1
- require File.expand_path('../towsta/tree', __FILE__)
1
+ #require File.expand_path('../towsta/tree', __FILE__)
2
2
  require File.expand_path('../towsta/vertical', __FILE__)
3
3
  require File.expand_path('../towsta/synchronizer', __FILE__)
4
4
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 9
9
- version: 0.2.9
8
+ - 10
9
+ version: 0.2.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mortaro
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-03-21 00:00:00 -03:00
17
+ date: 2011-03-23 00:00:00 -03:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency