Skip to content

Commit

Permalink
Removed log file.
Browse files Browse the repository at this point in the history
  • Loading branch information
genki committed Jan 22, 2009
1 parent b03bbfb commit 59debf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@
spec/*.log
pkg
log
4 changes: 2 additions & 2 deletions dm-pagination.gemspec
Expand Up @@ -6,11 +6,11 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Genki Takiuchi"]
s.date = %q{2009-01-17}
s.date = %q{2009-01-23}
s.description = %q{Merb plugin that provides pagination for DataMapper}
s.email = %q{genki@s21g.com}
s.extra_rdoc_files = ["README", "LICENSE", "TODO"]
s.files = ["LICENSE", "README", "Rakefile", "TODO", "lib/dm-pagination", "lib/dm-pagination/merbtasks.rb", "lib/dm-pagination/paginatable.rb", "lib/dm-pagination/pagination.rb", "lib/dm-pagination/pagination_builder.rb", "lib/dm-pagination.rb", "spec/dm-pagination_spec.rb", "spec/fixture", "spec/fixture/app", "spec/fixture/app/controllers", "spec/fixture/app/controllers/pagination_builder.rb", "spec/fixture/app/models", "spec/fixture/app/models/post.rb", "spec/fixture/app/views", "spec/fixture/app/views/layout", "spec/fixture/app/views/layout/application.html.erb", "spec/fixture/app/views/pagination_builder", "spec/fixture/app/views/pagination_builder/simple.html.erb", "spec/fixture/app/views/pagination_builder/variant.html.erb", "spec/fixture/config", "spec/fixture/config/router.rb", "spec/merb_test.log", "spec/spec_helper.rb"]
s.files = ["LICENSE", "README", "Rakefile", "TODO", "lib/dm-pagination", "lib/dm-pagination/merbtasks.rb", "lib/dm-pagination/paginatable.rb", "lib/dm-pagination/pagination.rb", "lib/dm-pagination/pagination_builder.rb", "lib/dm-pagination.rb", "spec/dm-pagination_spec.rb", "spec/fixture", "spec/fixture/app", "spec/fixture/app/controllers", "spec/fixture/app/controllers/pagination_builder.rb", "spec/fixture/app/models", "spec/fixture/app/models/post.rb", "spec/fixture/app/views", "spec/fixture/app/views/layout", "spec/fixture/app/views/layout/application.html.erb", "spec/fixture/app/views/pagination_builder", "spec/fixture/app/views/pagination_builder/simple.html.erb", "spec/fixture/app/views/pagination_builder/variant.html.erb", "spec/fixture/config", "spec/fixture/config/router.rb", "spec/spec_helper.rb"]
s.has_rdoc = true
s.homepage = %q{http://blog.s21g.com/genki}
s.require_paths = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -14,7 +14,7 @@
:environment => 'test',
:adapter => 'runner',
:merb_root => File.dirname(__FILE__) / 'fixture',
:log_file => File.dirname(__FILE__) / "merb_test.log"
:log_file => File.dirname(__FILE__) / '..' / 'log' / "merb_test.log"
}
options = default_options.merge($START_OPTIONS || {})
DataMapper::Model.append_extensions DmPagination::Paginatable
Expand Down

0 comments on commit 59debf6

Please sign in to comment.