Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
juno committed Apr 22, 2011
1 parent 464109b commit 61b565b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Appraiser = a simple command line utility for gem paranoia
==========================================================
Appraiser = a simple command line utility for Gemfile
=====================================================

`appraiser` displays gem information from `./Gemfile`.

Expand Down
2 changes: 1 addition & 1 deletion appraiser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.authors = ["Junya Ogura"]
s.email = ["junyaogura@gmail.com"]
s.homepage = "https://github.com/juno/appraiser"
s.summary = %q{`appraiser` is a simple command line utility for gem paranoia.}
s.summary = %q{`appraiser` is a simple command line utility for Gemfile.}
s.description = %q{`appraiser` is a command line utility which displays gem information in `./Gemfile`.}

s.files = `git ls-files`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/appraiser/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

module Appraiser
VERSION = "0.1.2"
VERSION = "0.1.3"
end


Expand Down

0 comments on commit 61b565b

Please sign in to comment.