Skip to content

Commit

Permalink
Don't bundle the lock file.
Browse files Browse the repository at this point in the history
  • Loading branch information
harukizaemon committed Jan 13, 2011
1 parent ba61cf7 commit 34d4cec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pkg/*
.idea
.rspec
.rvmrc
Gemfile.lock
25 changes: 0 additions & 25 deletions Gemfile.lock

This file was deleted.

3 changes: 1 addition & 2 deletions hamster.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/harukizaemon/hamster"
s.require_path = "lib"
s.files = Dir["lib/**/*", "spec/**/*", "tasks/**/*", "Rakefile"] + s.extra_rdoc_files
s.add_development_dependency("rspec", "~> 2.0")
s.add_development_dependency("diff-lcs", "~> 1.1.2")
s.add_development_dependency("rspec", "~> 2")
end

0 comments on commit 34d4cec

Please sign in to comment.