Skip to content

Commit

Permalink
No longer include Gemfile.lock in the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
walterhorstman committed Oct 17, 2018
1 parent 47e120d commit f1e12fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 59 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.gem
.bundle
Gemfile.lock
test/test.sqlite3
58 changes: 0 additions & 58 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion acts_as_positioned.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $LOAD_PATH.push(File.expand_path('../lib', __FILE__))

Gem::Specification.new do |s|
s.name = 'acts_as_positioned'
s.version = '0.0.3'
s.version = '0.0.4'
s.authors = ['Walter Horstman']
s.email = ['[email protected]']
s.summary = 'Lightweight ordering of models in ActiveRecord 3 or higher'
Expand Down

0 comments on commit f1e12fa

Please sign in to comment.