moby 1.0.5 → 1.0.6

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.
@@ -1,5 +1,4 @@
1
1
  require 'spec_helper'
2
- require 'yaml'
3
2
 
4
3
  module Moby
5
4
  describe PartsOfSpeech do
@@ -1,4 +1,5 @@
1
1
  require 'moby'
2
+ require 'yaml'
2
3
 
3
4
  RSpec.configure do |cfg|
4
5
  cfg.color_enabled = true
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.5
4
+ version: 1.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-01 00:00:00.000000000Z
12
+ date: 2012-02-02 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &8688200 !ruby/object:Gem::Requirement
16
+ requirement: &11763860 !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: *8688200
24
+ version_requirements: *11763860
25
25
  description: Ruby interface for the world's largest free phonetic database
26
26
  email:
27
27
  - dan.richert@gmail.com
@@ -36,12 +36,34 @@ files:
36
36
  - README.md
37
37
  - Rakefile
38
38
  - lib/moby.rb
39
+ - lib/moby/hyphenator.rb
39
40
  - lib/moby/parts_of_speech.rb
40
41
  - lib/moby/version.rb
41
42
  - moby.gemspec
43
+ - share/moby/hyphenation/aaREADME.txt
44
+ - share/moby/hyphenation/mhyph.UTF-8.txt
45
+ - share/moby/hyphenation/mhyph.txt
42
46
  - share/moby/parts-of-speech/aaREADME.txt
43
47
  - share/moby/parts-of-speech/mobypos.UTF-8.txt
44
48
  - share/moby/parts-of-speech/mobypos.txt
49
+ - share/moby/word-lists/ACRONYMS.TXT
50
+ - share/moby/word-lists/COMMON.TXT
51
+ - share/moby/word-lists/COMPOUND.TXT
52
+ - share/moby/word-lists/CROSSWD.TXT
53
+ - share/moby/word-lists/CRSWD-D.TXT
54
+ - share/moby/word-lists/FICTION.TXT
55
+ - share/moby/word-lists/FREQ-INT.TXT
56
+ - share/moby/word-lists/FREQ.TXT
57
+ - share/moby/word-lists/KJVFREQ.TXT
58
+ - share/moby/word-lists/NAMES-F.TXT
59
+ - share/moby/word-lists/NAMES-M.TXT
60
+ - share/moby/word-lists/NAMES.TXT
61
+ - share/moby/word-lists/OFTENMIS.TXT
62
+ - share/moby/word-lists/PLACES.TXT
63
+ - share/moby/word-lists/SINGLE.TXT
64
+ - share/moby/word-lists/USACONST.TXT
65
+ - share/moby/word-lists/aaREADME.txt
66
+ - spec/moby/hyphenator_spec.rb
45
67
  - spec/moby/parts_of_speech_spec.rb
46
68
  - spec/moby_spec.rb
47
69
  - spec/spec_helper.rb