moby 1.0.2 → 1.0.3p1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/.travis.yml +5 -0
  2. data/LICENSE +20 -0
  3. data/README.md +16 -1
  4. data/lib/moby/version.rb +1 -1
  5. metadata +9 -6
data/.travis.yml ADDED
@@ -0,0 +1,5 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.2
4
+ - 1.9.3
5
+ script: bundle exec rspec spec
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) Dan Richert
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -1,8 +1,20 @@
1
1
  Moby
2
2
  ====
3
+ ![Build Status](https://secure.travis-ci.org/drichert/moby.png)
4
+
3
5
 
4
6
  Ruby interface for [Moby Project](http://en.wikipedia.org/wiki/Moby_Project)
5
- [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
+
14
+
15
+ ### Install
16
+
17
+ gem install moby
6
18
 
7
19
  ### Usage
8
20
 
@@ -78,4 +90,7 @@ pos.verb?("overurbanized", :type => :intransitive) #=> false
78
90
  pos.verb?("overurbanized") #=> true
79
91
  ```
80
92
 
93
+ ### Copyright
94
+
95
+ Copyright © 2012 Dan Richert. See LICENSE for details
81
96
 
data/lib/moby/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Moby
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3p1"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
5
- prerelease:
4
+ version: 1.0.3p1
5
+ prerelease: 5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dan Richert
@@ -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: &24193360 !ruby/object:Gem::Requirement
16
+ requirement: &18946600 !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: *24193360
24
+ version_requirements: *18946600
25
25
  description: Ruby interface for the world's largest free phonetic database
26
26
  email:
27
27
  - dan.richert@gmail.com
@@ -31,8 +31,10 @@ extra_rdoc_files: []
31
31
  files:
32
32
  - .gitignore
33
33
  - .rvmrc
34
+ - .travis.yml
34
35
  - Gemfile
35
36
  - Gemfile.lock
37
+ - LICENSE
36
38
  - README.md
37
39
  - Rakefile
38
40
  - lib/moby.rb
@@ -60,9 +62,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
62
  required_rubygems_version: !ruby/object:Gem::Requirement
61
63
  none: false
62
64
  requirements:
63
- - - ! '>='
65
+ - - ! '>'
64
66
  - !ruby/object:Gem::Version
65
- version: '0'
67
+ version: 1.3.1
66
68
  requirements: []
67
69
  rubyforge_project: moby
68
70
  rubygems_version: 1.8.6
@@ -70,3 +72,4 @@ signing_key:
70
72
  specification_version: 3
71
73
  summary: Ruby interface for Moby wordlists
72
74
  test_files: []
75
+ has_rdoc: