matthewtodd-perquackey 0.5.0 → 0.5.1

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 +3 -0
  2. data/ext/perquackey/extconf.rb +1 -1
  3. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.5.1 -- 2009-05-27
2
+ * BUGFIX dictionary bundle should go in perquackey subdir.
3
+
1
4
  == 0.5.0 -- 2009-05-27
2
5
  * Removed dependency on RubyInline. (So I can deploy to Heroku.)
3
6
 
@@ -1,2 +1,2 @@
1
1
  require 'mkmf'
2
- create_makefile 'dictionary'
2
+ create_makefile 'perquackey/dictionary'
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.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Todd
@@ -50,7 +50,7 @@ rdoc_options:
50
50
  - --main
51
51
  - README
52
52
  - --title
53
- - perquackey-0.5.0
53
+ - perquackey-0.5.1
54
54
  - --inline-source
55
55
  - --line-numbers
56
56
  require_paths: