conjugate 1.4.3 → 1.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ # -*- coding: utf-8 -*-
1
2
  require 'conjugate/spanish_templates/templates'
2
3
  require 'conjugate/spanish_templates/irregular_verbs'
3
4
  require 'conjugate/common'
data/lib/conjugate.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # -*- coding: utf-8 -*-
1
2
  require 'yaml'
2
3
  require 'conjugate/spanish'
3
4
  require 'conjugate/french'
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.3
4
+ version: 1.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -19,6 +19,7 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - .DS_Store
21
21
  - README.markdown
22
+ - conjugate-1.4.4.gem
22
23
  - conjugate.gemspec
23
24
  - lib/.DS_Store
24
25
  - lib/conjugate.rb