words 0.4.3 → 0.4.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 (5) hide show
  1. data/README.markdown +3 -0
  2. data/VERSION +1 -1
  3. data/lib/words.rb +0 -1
  4. data/words.gemspec +1 -1
  5. metadata +2 -2
@@ -19,6 +19,9 @@ First ensure you have a copy of the wordnet data files. This is generally availa
19
19
 
20
20
  #Fedora/RHL
21
21
  sudo yum update wordnet
22
+
23
+ #OSX HomeBrew
24
+ sudo brew install wordnet
22
25
 
23
26
  #MacPorts
24
27
  sudo port install wordnet
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.3
1
+ 0.4.4
@@ -159,7 +159,6 @@ module Words
159
159
  base_dirs.each do |dir|
160
160
  ["", "dict/"].each do |sub_folder|
161
161
  path = Pathname.new(dir + sub_folder)
162
- puts path
163
162
  return path if (path + "data.noun").exist?
164
163
  end
165
164
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{words}
8
- s.version = "0.4.3"
8
+ s.version = "0.4.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Roja Buck"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 3
9
- version: 0.4.3
8
+ - 4
9
+ version: 0.4.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Roja Buck