matthewtodd-perquackey 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +6 -2
  2. data/lib/perquackey.rb +3 -0
  3. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,7 +1,11 @@
1
- == 0.3.0 -- 2008-06-29
1
+ == 0.3.2 -- 2008-10-12
2
+ * BUGFIX Needed to define Perquackey module.
3
+
4
+ == 0.3.1 -- 2008-10-10
5
+ * Packaged for GitHub auto-gemification.
2
6
 
7
+ == 0.3.0 -- 2008-06-29
3
8
  * Support command-line lookup in addition to irb console.
4
9
 
5
10
  == 0.2.0 -- 2008-06-03
6
-
7
11
  * Birthday!
@@ -1,6 +1,9 @@
1
1
  require 'rubygems'
2
2
  require 'inline'
3
3
 
4
+ module Perquackey
5
+ end
6
+
4
7
  require 'perquackey/dictionary'
5
8
  require 'perquackey/game'
6
9
  require 'perquackey/word_table'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matthewtodd-perquackey
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Todd
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-10 00:00:00 -07:00
12
+ date: 2008-10-12 00:00:00 -07:00
13
13
  default_executable: perquackey
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -68,7 +68,7 @@ rdoc_options:
68
68
  - --main
69
69
  - README
70
70
  - --title
71
- - perquackey-0.3.1
71
+ - perquackey-0.3.2
72
72
  - --inline-source
73
73
  - --line-numbers
74
74
  require_paths: