moby 1.0.3 → 1.0.4

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.
Files changed (3) hide show
  1. data/README.md +7 -1
  2. data/lib/moby/version.rb +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -4,7 +4,13 @@ Moby
4
4
 
5
5
 
6
6
  Ruby interface for [Moby Project](http://en.wikipedia.org/wiki/Moby_Project)
7
- [wordlists](http://www.gutenberg.org/catalog/world/results?title=moby+list)
7
+ [word lists](http://www.gutenberg.org/catalog/world/results?title=moby+list).
8
+ The goal is to provide interfaces for most of the Moby Project texts and/or
9
+ wordlists.
10
+
11
+ At time of writing, an interface for the Parts-of-Speech database is provided
12
+ by Moby::PartsOfSpeech. More to come!
13
+
8
14
 
9
15
  ### Install
10
16
 
data/lib/moby/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Moby
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-02-01 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &15574540 !ruby/object:Gem::Requirement
16
+ requirement: &8757020 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *15574540
24
+ version_requirements: *8757020
25
25
  description: Ruby interface for the world's largest free phonetic database
26
26
  email:
27
27
  - dan.richert@gmail.com