new gem spec, exclude test_app files and remove zentest/autotest from Gemfile

This commit is contained in:
John McAliley 2011-11-30 12:25:17 -05:00
parent f0d1288b2d
commit 2c4e81bc53
4 changed files with 3 additions and 7 deletions

View File

@ -8,8 +8,6 @@ group :development do
end
group :test do
gem 'ZenTest'
gem 'autotest'
gem 'systemu'
gem "rspec"
gem "rspec-rails"

View File

@ -20,7 +20,7 @@ Jeweler::Tasks.new do |gem|
gem.description = %Q{Log impressions from controller actions or from a model}
gem.email = "john.mcaliley@gmail.com"
gem.authors = ["cowboycoded"]
gem.files.exclude "test_app"
gem.files.exclude "test_app/**/*", "test_app/**/.*"
end
Jeweler::RubygemsDotOrgTasks.new

View File

@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["cowboycoded"]
s.date = %q{2011-06-03}
s.date = %q{2011-11-30}
s.description = %q{Log impressions from controller actions or from a model}
s.email = %q{john.mcaliley@gmail.com}
s.extra_rdoc_files = [
@ -39,7 +39,7 @@ Gem::Specification.new do |s|
"upgrade_migrations/version_0_3_0.rb",
"upgrade_migrations/version_0_4_0.rb"
]
s.homepage = %q{https://github.com/charlotte-ruby/impressionist}
s.homepage = %q{http://github.com/cowboycoded/impressionist}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}

View File

@ -6,8 +6,6 @@ gem 'impressionist', :path=>"#{File.dirname(__FILE__)}/../"
#gem "pg"
group :development do
gem 'ZenTest'
gem 'autotest'
gem 'systemu'
gem "rspec"
gem "rspec-rails"