maid 0.1.0.rc.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile.lock +1 -1
  2. data/TODO.rdoc +4 -6
  3. data/lib/maid/version.rb +1 -1
  4. metadata +8 -12
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- maid (0.1.0.beta.4)
4
+ maid (0.1.0)
5
5
  thor (~> 0.14.6)
6
6
 
7
7
  GEM
data/TODO.rdoc CHANGED
@@ -1,15 +1,13 @@
1
1
  = TODO
2
2
 
3
- == v0.1.0
4
-
5
- It's in beta right now. Here's what's left for the first release:
6
-
7
- * Turn off forced noop before release
8
-
9
3
  == Future Releases
10
4
 
11
5
  Some of these might not happen, but they're being thought about. Feel free to add your own.
12
6
 
7
+ * Daemon mode
8
+ * Menubar/system tray icon
9
+ * Import of rules from other programs
10
+
13
11
  * Better user documentation of the DSL (in Maid::Tools)
14
12
  * Man pages, e.g. maid(1) and maid(5)
15
13
  * I've read http://ozmm.org/posts/man_what.html and http://rcrowley.org/articles/man-pages-vs-rubygems.html and I'm not too happy with the available tools for this
@@ -1,3 +1,3 @@
1
1
  module Maid
2
- VERSION = "0.1.0.rc.1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maid
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424007
5
- prerelease: 6
4
+ hash: 27
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 0
10
- - rc
11
- - 1
12
- version: 0.1.0.rc.1
10
+ version: 0.1.0
13
11
  platform: ruby
14
12
  authors:
15
13
  - Benjamin Oakes
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2011-06-21 00:00:00 Z
18
+ date: 2011-06-24 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: thor
@@ -158,14 +156,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
158
156
  required_rubygems_version: !ruby/object:Gem::Requirement
159
157
  none: false
160
158
  requirements:
161
- - - ">"
159
+ - - ">="
162
160
  - !ruby/object:Gem::Version
163
- hash: 25
161
+ hash: 3
164
162
  segments:
165
- - 1
166
- - 3
167
- - 1
168
- version: 1.3.1
163
+ - 0
164
+ version: "0"
169
165
  requirements: []
170
166
 
171
167
  rubyforge_project: maid