Sha256: 030a72798d0e4a0462495fb48f4a0a90ac1deb2e771cf651c28918880b3f37a8
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{verbs} s.version = "2.0.10" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Andy Rossmeissl"] s.date = %q{2011-06-09} s.description = %q{Conjugates most common english verbs for all persons in all tenses and all standard aspects (with active diathesis and indicative mood). Standard and exceptional spelling rules are obeyed.} s.email = %q{andy@rossmeissl.net} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "lib/verbs.rb", "lib/verbs/conjugations.rb", "lib/verbs/conjugator.rb", "lib/verbs/verb.rb", "lib/verbs/verblike.rb", "test/helper.rb", "test/test_verbs.rb", "verbs.gemspec" ] s.homepage = %q{http://github.com/rossmeissl/verbs} s.require_paths = ["lib"] s.rubygems_version = %q{1.6.2} s.summary = %q{English verb conjugation in Ruby} if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<activesupport>, [">= 2.3.4"]) else s.add_dependency(%q<activesupport>, [">= 2.3.4"]) end else s.add_dependency(%q<activesupport>, [">= 2.3.4"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
verbs-2.0.10 | verbs.gemspec |