moat 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -9,3 +9,15 @@
9
9
  * 1 major enhancement:
10
10
 
11
11
  * Adding functionality
12
+
13
+ === 0.0.3 / 2010-04-02
14
+
15
+ * 1 major enhancement:
16
+
17
+ * Adding README
18
+
19
+ === 0.0.4 / 2010-04-02
20
+
21
+ * 1 major enhancement:
22
+
23
+ * Adding grep command-line argument
data/bin/moat CHANGED
@@ -26,6 +26,11 @@ option_parser = OptionParser.new do |option_parser|
26
26
  @action = :set
27
27
  end
28
28
 
29
+ option_parser.on("-g", "--get site", String) do |site|
30
+ @site = site
31
+ @action = :get
32
+ end
33
+
29
34
  option_parser.on("-l", "--length length") do |length|
30
35
  @length = length.to_i
31
36
  end
data/moat-0.0.3.gem ADDED
Binary file
data/moat.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  SPEC = Gem::Specification.new do |s|
4
4
  s.name = "moat"
5
- s.version = "0.0.3"
5
+ s.version = "0.0.4"
6
6
  s.author = "Bryan Woods"
7
7
  s.email = "bryanwoods4e@gmail.com"
8
8
  s.platform = Gem::Platform::RUBY
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bryan Woods
@@ -31,8 +31,7 @@ files:
31
31
  - History.txt
32
32
  - lib/moat.rb
33
33
  - Manifest.txt
34
- - moat-0.0.1.gem
35
- - moat-0.0.2.gem
34
+ - moat-0.0.3.gem
36
35
  - moat.gemspec
37
36
  - Rakefile
38
37
  - README.txt
data/moat-0.0.1.gem DELETED
Binary file
data/moat-0.0.2.gem DELETED
Binary file