verbs 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +19 -24
  2. data/VERSION +1 -1
  3. data/verbs.gemspec +1 -1
  4. metadata +1 -1
data/README.rdoc CHANGED
@@ -23,30 +23,25 @@ The gem is hosted at http://gemcutter.org/gems/verbs
23
23
 
24
24
  == Tense/aspect quick reference
25
25
 
26
- <table>
27
- <tr>
28
- <th>Example</th>
29
- <th>Tense</th>
30
- <th>Aspect</th>
31
- </tr>
32
-
33
- <tr><td>I usually accepted</td><td>past</td><td>habitual</td></tr>
34
- <tr><td>I had accepted</td><td>past</td><td>perfect</td></tr>
35
- <tr><td>I accepted</td><td>past</td><td>perfective</td></tr>
36
- <tr><td>I was accepting</td><td>past</td><td>progressive</td></tr>
37
- <tr><td>I was about to accept</td><td>past</td><td>prospective</td></tr>
38
- <tr><td>I accept</td><td>present</td><td>habitual</td></tr>
39
- <tr><td>I have accepted</td><td>present</td><td>perfect</td></tr>
40
- <tr><td>I am having accepted</td><td>present</td><td>perfective</td></tr>
41
- <tr><td>I am accepting</td><td>present</td><td>progressive</td></tr>
42
- <tr><td>I am about to accept</td><td>present</td><td>prospective</td></tr>
43
- <tr><td>I will accept</td><td>future</td><td>habitual</td></tr>
44
- <tr><td>I will have accepted</td><td>future</td><td>perfect</td></tr>
45
- <tr><td>I will be having accepted future</td><td>perfective</td></tr>
46
- <tr><td>I will be accepting</td><td>future</td><td>progressive</td></tr>
47
- <tr><td>I will be about to accept future</td><td>prospective</td></tr>
48
-
49
- </table>
26
+ EXAMPLE TENSE ASPECT
27
+
28
+ I usually accepted past habitual
29
+ I had accepted past perfect
30
+ I accepted past perfective
31
+ I was accepting past progressive
32
+ I was about to accept past prospective
33
+
34
+ I accept present habitual
35
+ I have accepted present perfect
36
+ I am having accepted present perfective
37
+ I am accepting present progressive
38
+ I am about to accept present prospective
39
+
40
+ I will accept future habitual
41
+ I will have accepted future perfect
42
+ I will be having accepted future perfective
43
+ I will be accepting future progressive
44
+ I will be about to accept future prospective
50
45
 
51
46
  == Acknowledgements
52
47
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1
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 = "2.0.0"
8
+ s.version = "2.0.1"
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: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Rossmeissl