Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnovos committed Mar 31, 2015
1 parent c304831 commit 6c9a28a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/middleman-lunrjs/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Middleman
module Lunrjs
PACKAGE = 'middleman-lunrjs'
VERSION = "0.0.2"
VERSION = "0.0.3"
end
end
6 changes: 3 additions & 3 deletions make_gem.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh
if [ -f middleman-lunrjs-0.0.2.gem ]; then
if [ -f middleman-lunrjs-0.0.3.gem ]; then
echo "Delete File!"
rm middleman-lunrjs-0.0.2.gem
rm middleman-lunrjs-0.0.3.gem
gem uninstall middleman-lunrjs
fi
gem build middleman-lunrjs.gemspec
gem install middleman-lunrjs-0.0.2.gem --local
gem install middleman-lunrjs-0.0.3.gem --local

0 comments on commit 6c9a28a

Please sign in to comment.