maid 0.1.0.rc.1 → 0.1.0
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.
- data/Gemfile.lock +1 -1
- data/TODO.rdoc +4 -6
- data/lib/maid/version.rb +1 -1
- metadata +8 -12
data/Gemfile.lock
CHANGED
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
|
data/lib/maid/version.rb
CHANGED
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:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 27
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
9
|
- 0
|
|
10
|
-
|
|
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-
|
|
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:
|
|
161
|
+
hash: 3
|
|
164
162
|
segments:
|
|
165
|
-
-
|
|
166
|
-
|
|
167
|
-
- 1
|
|
168
|
-
version: 1.3.1
|
|
163
|
+
- 0
|
|
164
|
+
version: "0"
|
|
169
165
|
requirements: []
|
|
170
166
|
|
|
171
167
|
rubyforge_project: maid
|