verbs 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -0
- data/VERSION +1 -1
- data/verbs.gemspec +1 -1
- 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.0.2
|
data/verbs.gemspec
CHANGED