Sha256: 1924377e850c669e8ce352af47436e8c1c56cf826d7d8b1a7f46cb2b40158092
Contents?: true
Size: 935 Bytes
Versions: 1
Compression:
Stored size: 935 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "verbs/version" Gem::Specification.new do |s| s.name = 'verbs' s.version = Verbs::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Andy Rossmeissl"] s.description = %q{Conjugates most common english verbs for all persons, tenses, standard aspects, and modern moods (with active diathesis). Standard and exceptional spelling rules are obeyed.} s.summary = %q{English verb conjugation in Ruby} s.email = %q{andy@rossmeissl.net} s.homepage = %q{http://github.com/rossmeissl/verbs} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency 'bueller' s.add_dependency 'activesupport', '>= 2.3.4' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
verbs-2.1.0 | verbs.gemspec |