maid 0.1.0.beta.4 → 0.1.0.rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/maid/maid.rb +1 -1
  2. data/lib/maid/version.rb +1 -1
  3. metadata +5 -5
@@ -8,7 +8,7 @@ class Maid::Maid
8
8
  :log_device => File.expand_path('~/.maid/maid.log'),
9
9
  :rules_path => File.expand_path('~/.maid/rules.rb'),
10
10
  :trash_path => File.expand_path('~/.Trash'),
11
- :file_options => {:noop => true}, # for FileUtils
11
+ :file_options => {:noop => false}, # for FileUtils
12
12
  }.freeze
13
13
 
14
14
  attr_reader :file_options, :log_device, :rules, :rules_path, :trash_path
@@ -1,3 +1,3 @@
1
1
  module Maid
2
- VERSION = "0.1.0.beta.4"
2
+ VERSION = "0.1.0.rc.1"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maid
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196411
4
+ hash: 15424007
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 0
10
- - beta
11
- - 4
12
- version: 0.1.0.beta.4
10
+ - rc
11
+ - 1
12
+ version: 0.1.0.rc.1
13
13
  platform: ruby
14
14
  authors:
15
15
  - Benjamin Oakes
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-06-17 00:00:00 Z
20
+ date: 2011-06-21 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: thor