conjugate 1.3.5 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
data/conjugate.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'conjugate'
3
- s.version = '1.3.5'
3
+ s.version = '1.3.6'
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_conjugation-table_templates"
6
6
  s.description = s.summary
@@ -2731,46 +2731,46 @@ SpanishTemplates = {
2731
2731
  },
2732
2732
 
2733
2733
  :ir_venir => {
2734
- :infinitive => "venir",
2735
- :present => {
2736
- :yo => "vengo",
2737
- :tu => "vienes",
2738
- :el => "viene",
2739
- :nosotros => "venimos",
2740
- :vosotros => "venís",
2741
- :ellos => "vienen"
2742
- },
2743
- :imperfect => {
2744
- :yo => "venía",
2745
- :tu => "venías",
2746
- :el => "venía",
2747
- :nosotros => "veníamos",
2748
- :vosotros => "veníais",
2749
- :ellos => "venían"
2750
- },
2751
- :preterite => {
2752
- :yo => "vine",
2753
- :tu => "viniste",
2754
- :el => "vino",
2755
- :nosotros => "vinimos",
2756
- :vosotros => "vinisteis",
2757
- :ellos => "vinieron"
2758
- },
2759
- :future => {
2760
- :yo => "vendré",
2761
- :tu => "vendrás",
2762
- :el => "vendrá",
2763
- :nosotros => "vendremos",
2764
- :vosotros => "vendréis",
2765
- :ellos => "vendrán"
2766
- },
2767
- :conditional => {
2768
- :yo => "vendría",
2769
- :tu => "vendrías",
2770
- :el => "vendría",
2771
- :nosotros => "vendríamos",
2772
- :vosotros => "vendríais",
2773
- :ellos => "vendrían"
2734
+ :infinitive => "{{{1}}}venir",
2735
+ :present => {
2736
+ :yo => "{{{1}}}vengo",
2737
+ :tu => "{{{1}}}vienes",
2738
+ :el => "{{{1}}}viene",
2739
+ :nosotros => "{{{1}}}venimos",
2740
+ :vosotros => "{{{1}}}venís",
2741
+ :ellos => "{{{1}}}vienen"
2742
+ },
2743
+ :imperfect => {
2744
+ :yo => "{{{1}}}venía",
2745
+ :tu => "{{{1}}}venías",
2746
+ :el => "{{{1}}}venía",
2747
+ :nosotros => "{{{1}}}veníamos",
2748
+ :vosotros => "{{{1}}}veníais",
2749
+ :ellos => "{{{1}}}venían"
2750
+ },
2751
+ :preterite => {
2752
+ :yo => "{{{1}}}vine",
2753
+ :tu => "{{{1}}}viniste",
2754
+ :el => "{{{1}}}vino",
2755
+ :nosotros => "{{{1}}}vinimos",
2756
+ :vosotros => "{{{1}}}vinisteis",
2757
+ :ellos => "{{{1}}}vinieron"
2758
+ },
2759
+ :future => {
2760
+ :yo => "{{{1}}}vendré",
2761
+ :tu => "{{{1}}}vendrás",
2762
+ :el => "{{{1}}}vendrá",
2763
+ :nosotros => "{{{1}}}vendremos",
2764
+ :vosotros => "{{{1}}}vendréis",
2765
+ :ellos => "{{{1}}}vendrán"
2766
+ },
2767
+ :conditional => {
2768
+ :yo => "{{{1}}}vendría",
2769
+ :tu => "{{{1}}}vendrías",
2770
+ :el => "{{{1}}}vendría",
2771
+ :nosotros => "{{{1}}}vendríamos",
2772
+ :vosotros => "{{{1}}}vendríais",
2773
+ :ellos => "{{{1}}}vendrían"
2774
2774
  }
2775
2775
  },
2776
2776
 
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.3.5
4
+ version: 1.3.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: