moat 0.0.7 → 0.0.8

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/History.txt CHANGED
@@ -40,3 +40,8 @@
40
40
 
41
41
  * Adding capital letters for better 'security'
42
42
 
43
+ === 0.0.8 / 2010-04-19
44
+
45
+ * 1 major enhancement:
46
+
47
+ * Explicitly requiring YAML
data/bin/moat CHANGED
@@ -5,6 +5,7 @@
5
5
 
6
6
  require 'rubygems'
7
7
  require 'optparse'
8
+ require 'yaml'
8
9
 
9
10
  require "#{File.dirname(__FILE__)}/../lib/moat"
10
11
  include Moat
data/moat-0.0.7.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.7"
5
+ s.version = "0.0.8"
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
- - 7
9
- version: 0.0.7
8
+ - 8
9
+ version: 0.0.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bryan Woods
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-02 00:00:00 -04:00
17
+ date: 2010-04-19 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -31,7 +31,7 @@ files:
31
31
  - History.txt
32
32
  - lib/moat.rb
33
33
  - Manifest.txt
34
- - moat-0.0.6.gem
34
+ - moat-0.0.7.gem
35
35
  - moat.gemspec
36
36
  - Rakefile
37
37
  - README.txt
data/moat-0.0.6.gem DELETED
Binary file