verbs 1.0.1 → 1.0.2

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 (4) hide show
  1. data/README.rdoc +5 -0
  2. data/VERSION +1 -1
  3. data/verbs.gemspec +1 -1
  4. metadata +1 -1
data/README.rdoc CHANGED
@@ -20,6 +20,11 @@ Conjugates most common english verbs for all persons in present and past tense (
20
20
  The gem is hosted at http://gemcutter.org/gems/verbs
21
21
 
22
22
  gem install verbs
23
+
24
+ == Acknowledgements
25
+
26
+ * [Lingua::Conjugate]http://cpansearch.perl.org/src/RWG/Lingua-EN-Conjugate-0.308/lib/Lingua/EN/Conjugate.pm
27
+ * [Pat Byrd and Tom McKlin]http://www2.gsu.edu/~wwwesl/egw/pluralsv.htm
23
28
 
24
29
  == Copyright
25
30
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
data/verbs.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{verbs}
8
- s.version = "1.0.1"
8
+ s.version = "1.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andy Rossmeissl"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: verbs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Rossmeissl