conjugate 1.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/conjugate.rb ADDED
@@ -0,0 +1,6 @@
1
+ require 'yaml'
2
+ require 'conjugate/spanish'
3
+
4
+ module Conjugate
5
+
6
+ end
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: conjugate
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.0'
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Jeremy Geros
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-02-15 00:00:00.000000000Z
13
+ dependencies: []
14
+ description: Conjugate Verbs using a version of the templates defined here http://en.wiktionary.org/wiki/Category:Spanish_conjugation-table_templates
15
+ email: jeremy@govocab.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - .DS_Store
21
+ - conjugate-0.0.1.gem
22
+ - conjugate.gemspec
23
+ - lib/.DS_Store
24
+ - lib/conjugate.rb
25
+ - lib/conjugate/.DS_Store
26
+ - lib/conjugate/spanish.rb
27
+ - lib/conjugate/templates/spanish_irregular_verbs.rb
28
+ - lib/conjugate/templates/spanish_templates.rb
29
+ homepage: ''
30
+ licenses: []
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ none: false
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubyforge_project:
49
+ rubygems_version: 1.8.15
50
+ signing_key:
51
+ specification_version: 3
52
+ summary: Conjugate Verbs using a version of the templates defined here http://en.wiktionary.org/wiki/Category:Spanish_conjugation-table_templates
53
+ test_files: []