Sha256: 939d67ee33e884f3120253a65226849291090c6a3ede55a0df8d8e9248871b65
Contents?: true
Size: 813 Bytes
Versions: 3
Compression:
Stored size: 813 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "responders/version" Gem::Specification.new do |s| s.name = "responders" s.version = Responders::VERSION.dup s.platform = Gem::Platform::RUBY s.summary = "A set of Rails 3 responders to dry up your application" s.email = "contact@plataformatec.com.br" s.homepage = "http://github.com/plataformatec/responders" s.description = "A set of Rails 3 responders to dry up your application" s.authors = ['José Valim'] s.rubyforge_project = "responders" 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"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
responders-0.6.5 | responders.gemspec |
responders-0.6.4 | responders.gemspec |
responders-0.6.3 | responders.gemspec |