conjugate 1.4.15 → 1.4.16

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.
data/conjugate.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'conjugate'
3
- s.version = '1.4.15'
3
+ s.version = '1.4.16'
4
4
  s.date = '2012-02-15'
5
5
  s.summary = "Conjugate Verbs using a version of the templates defined here http://en.wiktionary.org/wiki/Category:Spanish_verb_inflection-table_templates"
6
6
  s.description = s.summary
@@ -369,5 +369,17 @@ FrenchIrregularVerbs = {
369
369
 
370
370
  'revoir' => :revoir,
371
371
 
372
- 'dormir' => :dormir
372
+ 'dormir' => :dormir,
373
+
374
+ 'appartenir' => :tenir,
375
+
376
+ 'contenir' => :tenir,
377
+
378
+ 'obtenir' => :tenir,
379
+
380
+ 'retenir' => :tenir,
381
+
382
+ 'soutenir' => :tenir,
383
+
384
+ 'tenir' => :tenir
373
385
  }
@@ -4985,6 +4985,53 @@ FrenchTemplates = {
4985
4985
  :present_participle => "{{{1}}}venant",
4986
4986
  :past_participle => "{{{1}}}venu"
4987
4987
  },
4988
+
4989
+ :tenir => {
4990
+ :infinitive => "{{{1}}}tenir",
4991
+ :present => {
4992
+ :je => "{{{1}}}tiens",
4993
+ :tu => "{{{1}}}tiens",
4994
+ :il => "{{{1}}}tient",
4995
+ :nous => "{{{1}}}tenons",
4996
+ :vous => "{{{1}}}tenez",
4997
+ :ils => "{{{1}}}tiennent"
4998
+ },
4999
+ :imperfect => {
5000
+ :je => "{{{1}}}tenais",
5001
+ :tu => "{{{1}}}tenais",
5002
+ :il => "{{{1}}}tenait",
5003
+ :nous => "{{{1}}}tenions",
5004
+ :vous => "{{{1}}}teniez",
5005
+ :ils => "{{{1}}}tenaient"
5006
+ },
5007
+ :past_historic => {
5008
+ :je => "{{{1}}}tins",
5009
+ :tu => "{{{1}}}tins",
5010
+ :il => "{{{1}}}tint",
5011
+ :nous => "{{{1}}}tînmes",
5012
+ :vous => "{{{1}}}tîntes",
5013
+ :ils => "{{{1}}}tinrent"
5014
+ },
5015
+ :future => {
5016
+ :je => "{{{1}}}tiendrai",
5017
+ :tu => "{{{1}}}tiendras",
5018
+ :il => "{{{1}}}tiendra",
5019
+ :nous => "{{{1}}}iendrons",
5020
+ :vous => "{{{1}}}tiendrez",
5021
+ :ils => "{{{1}}}tiendront"
5022
+ },
5023
+ :conditional => {
5024
+ :je => "{{{1}}}tiendrais",
5025
+ :tu => "{{{1}}}tiendrais",
5026
+ :il => "{{{1}}}tiendrait",
5027
+ :nous => "{{{1}}}tiendrions",
5028
+ :vous => "{{{1}}}tiendriez",
5029
+ :ils => "{{{1}}}tiendraient"
5030
+ },
5031
+
5032
+ :present_participle => "{{{1}}}tenant",
5033
+ :past_participle => "{{{1}}}tenu"
5034
+ },
4988
5035
 
4989
5036
  :vêtir => {
4990
5037
  :infinitive => "{{{1}}}vêtir",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjugate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.15
4
+ version: 1.4.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: