conjugate 1.4.9 → 1.4.10

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.4.9'
3
+ s.version = '1.4.10'
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
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  module Common
3
3
 
4
- @@dividing_infinitive_regex = /\{{3}\d+\}{3}(\w+)/
4
+ @@dividing_infinitive_regex = /\{{3}\d+\}{3}([[:alpha:]]+)/
5
5
 
6
6
  def conjugate(opts ={})
7
7
  @debug = opts[:debug].nil? ? false : true
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.9
4
+ version: 1.4.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: