Skip to content

Commit

Permalink
Include only necessary files in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy Coutable authored and josevalim committed Aug 9, 2010
1 parent d79339d commit 3684de7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Rakefile
Expand Up @@ -27,14 +27,14 @@ end
begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "responders"
s.version = Responders::VERSION.dup
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.name = "responders"
s.version = Responders::VERSION.dup
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.files = FileList["[A-Z]*", "lib/**/*", "init.rb"]
s.authors = ['José Valim']
s.files = FileList["lib/**/*", "MIT-LICENSE", "README.rdoc"]
end

Jeweler::GemcutterTasks.new
Expand Down
8 changes: 2 additions & 6 deletions responders.gemspec
Expand Up @@ -9,19 +9,15 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim"]
s.date = %q{2010-07-26}
s.date = %q{2010-08-09}
s.description = %q{A set of Rails 3 responders to dry up your application}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"CHANGELOG.rdoc",
"Gemfile",
"Gemfile.lock",
"MIT-LICENSE",
"MIT-LICENSE",
"README.rdoc",
"Rakefile",
"lib/generators/rails/USAGE",
"lib/generators/rails/responders_controller_generator.rb",
"lib/generators/rails/templates/controller.rb",
Expand Down

0 comments on commit 3684de7

Please sign in to comment.