crane 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -95,6 +95,8 @@ module Crane
95
95
  return true if file_time > (time - seconds)
96
96
  elsif time_frame == "all"
97
97
  return true
98
+ elsif time_frame == ""
99
+ true
98
100
  end
99
101
 
100
102
  return false unless time_frame.empty?
data/lib/crane/config.rb CHANGED
@@ -12,7 +12,8 @@ module Config
12
12
  ".loadpath",
13
13
  ".gitignore",
14
14
  ".git",
15
- ".gitmodules"
15
+ ".gitmodules",
16
+ ".svn"
16
17
  ]
17
18
 
18
19
  class << self
data/lib/crane/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Crane
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alexandre de Oliveira
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-07-02 00:00:00 -03:00
17
+ date: 2011-08-04 00:00:00 -03:00
18
18
  default_executable:
19
19
  dependencies: []
20
20