appraiser 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
- Appraiser = a simple command line utility for gem paranoia
2
- ==========================================================
1
+ Appraiser = a simple command line utility for Gemfile
2
+ =====================================================
3
3
 
4
4
  `appraiser` displays gem information from `./Gemfile`.
5
5
 
data/appraiser.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["Junya Ogura"]
10
10
  s.email = ["junyaogura@gmail.com"]
11
11
  s.homepage = "https://github.com/juno/appraiser"
12
- s.summary = %q{`appraiser` is a simple command line utility for gem paranoia.}
12
+ s.summary = %q{`appraiser` is a simple command line utility for Gemfile.}
13
13
  s.description = %q{`appraiser` is a command line utility which displays gem information in `./Gemfile`.}
14
14
 
15
15
  s.files = `git ls-files`.split("\n")
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
3
  module Appraiser
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
6
6
 
7
7
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: appraiser
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Junya Ogura
@@ -106,7 +106,7 @@ rubyforge_project:
106
106
  rubygems_version: 1.6.2
107
107
  signing_key:
108
108
  specification_version: 3
109
- summary: `appraiser` is a simple command line utility for gem paranoia.
109
+ summary: `appraiser` is a simple command line utility for Gemfile.
110
110
  test_files:
111
111
  - spec/appraiser_spec.rb
112
112
  - spec/spec_helper.rb