conjugate 1.3.2 → 1.3.3

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.3.2'
3
+ s.version = '1.3.3'
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
@@ -623,7 +623,7 @@ SpanishTemplates = {
623
623
  :present => {
624
624
  :yo => " {{{1}}}zco",
625
625
  :tu => " {{{1}}}ces",
626
- :el => " [[{{{1}}}ce]]",
626
+ :el => "{{{1}}}ce",
627
627
  :nosotros => " {{{1}}}cemos",
628
628
  :vosotros => " {{{1}}}céis",
629
629
  :ellos => " {{{1}}}cen"
@@ -631,7 +631,7 @@ SpanishTemplates = {
631
631
  :imperfect => {
632
632
  :yo => " {{{1}}}cía",
633
633
  :tu => " {{{1}}}cías",
634
- :el => " [[{{{1}}}cía]]",
634
+ :el => "{{{1}}}cía",
635
635
  :nosotros => " {{{1}}}cíamos",
636
636
  :vosotros => " {{{1}}}cíais",
637
637
  :ellos => " {{{1}}}cían"
@@ -639,7 +639,7 @@ SpanishTemplates = {
639
639
  :preterite => {
640
640
  :yo => " {{{1}}}cí",
641
641
  :tu => " {{{1}}}ciste",
642
- :el => " [[{{{1}}}ció]]",
642
+ :el => "{{{1}}}ció",
643
643
  :nosotros => " {{{1}}}cimos",
644
644
  :vosotros => " {{{1}}}cisteis",
645
645
  :ellos => " {{{1}}}cieron"
@@ -647,7 +647,7 @@ SpanishTemplates = {
647
647
  :future => {
648
648
  :yo => " {{{1}}}ceré",
649
649
  :tu => " {{{1}}}cerás",
650
- :el => " [[{{{1}}}cerá]]",
650
+ :el => "{{{1}}}cerá",
651
651
  :nosotros => " {{{1}}}ceremos",
652
652
  :vosotros => " {{{1}}}ceréis",
653
653
  :ellos => " {{{1}}}cerán"
@@ -655,7 +655,7 @@ SpanishTemplates = {
655
655
  :conditional => {
656
656
  :yo => " {{{1}}}cería",
657
657
  :tu => " {{{1}}}cerías",
658
- :el => " [[{{{1}}}cería]]",
658
+ :el => "{{{1}}}cería",
659
659
  :nosotros => " {{{1}}}ceríamos",
660
660
  :vosotros => " {{{1}}}ceríais",
661
661
  :ellos => " {{{1}}}cerían"
@@ -1941,44 +1941,44 @@ SpanishTemplates = {
1941
1941
  :er_prever => {
1942
1942
  :infinitive => " {{{1}}}ver",
1943
1943
  :present => {
1944
- :yo => " [[{{{1}}}veo]]",
1945
- :tu => " [[{{{1}}}vés]]",
1946
- :el => " [[{{{1}}}vé]]",
1947
- :nosotros => " [[{{{1}}}vemos]]",
1948
- :vosotros => " [[{{{1}}}véis]]",
1949
- :ellos => " [[{{{1}}}vén]]"
1944
+ :yo => "{{{1}}}veo",
1945
+ :tu => "{{{1}}}vés",
1946
+ :el => "{{{1}}}vé",
1947
+ :nosotros => "{{{1}}}vemos",
1948
+ :vosotros => "{{{1}}}véis",
1949
+ :ellos => "{{{1}}}vén"
1950
1950
  },
1951
1951
  :imperfect => {
1952
- :yo => " [[{{{1}}}veía]]",
1953
- :tu => " [[{{{1}}}veías]]",
1954
- :el => " [[{{{1}}}veía]]",
1955
- :nosotros => " [[{{{1}}}veíamos]]",
1956
- :vosotros => " [[{{{1}}}veíais]]",
1957
- :ellos => " [[{{{1}}}veían]]"
1952
+ :yo => "{{{1}}}veía",
1953
+ :tu => "{{{1}}}veías",
1954
+ :el => "{{{1}}}veía",
1955
+ :nosotros => "{{{1}}}veíamos",
1956
+ :vosotros => "{{{1}}}veíais",
1957
+ :ellos => "{{{1}}}veían"
1958
1958
  },
1959
1959
  :preterite => {
1960
- :yo => " [[{{{1}}}ví]]",
1961
- :tu => " [[{{{1}}}viste]]",
1962
- :el => " [[{{{1}}}previó]]",
1963
- :nosotros => " [[{{{1}}}vimos]]",
1964
- :vosotros => " [[{{{1}}}visteis]]",
1965
- :ellos => " [[{{{1}}}vieron]]"
1960
+ :yo => "{{{1}}}ví",
1961
+ :tu => "{{{1}}}viste",
1962
+ :el => "{{{1}}}previó",
1963
+ :nosotros => "{{{1}}}vimos",
1964
+ :vosotros => "{{{1}}}visteis",
1965
+ :ellos => "{{{1}}}vieron"
1966
1966
  },
1967
1967
  :future => {
1968
- :yo => " [[{{{1}}}veré]]",
1969
- :tu => " [[{{{1}}}verás]]",
1970
- :el => " [[{{{1}}}verá]]",
1971
- :nosotros => " [[{{{1}}}veremos]]",
1972
- :vosotros => " [[{{{1}}}veréis]]",
1973
- :ellos => " [[{{{1}}}verán]]"
1968
+ :yo => "{{{1}}}veré",
1969
+ :tu => "{{{1}}}verás",
1970
+ :el => "{{{1}}}verá",
1971
+ :nosotros => "{{{1}}}veremos",
1972
+ :vosotros => "{{{1}}}veréis",
1973
+ :ellos => "{{{1}}}verán"
1974
1974
  },
1975
1975
  :conditional => {
1976
- :yo => " [[{{{1}}}vería]]",
1977
- :tu => " [[{{{1}}}verías]]",
1978
- :el => " [[{{{1}}}vería]]",
1979
- :nosotros => " [[{{{1}}}veríamos]]",
1980
- :vosotros => " [[{{{1}}}veríais]]",
1981
- :ellos => " [[{{{1}}}verían]]"
1976
+ :yo => "{{{1}}}vería",
1977
+ :tu => "{{{1}}}verías",
1978
+ :el => "{{{1}}}vería",
1979
+ :nosotros => "{{{1}}}veríamos",
1980
+ :vosotros => "{{{1}}}veríais",
1981
+ :ellos => "{{{1}}}verían"
1982
1982
  }
1983
1983
  },
1984
1984
 
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.2
4
+ version: 1.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: