Skip to content

Commit

Permalink
Update the gem description
Browse files Browse the repository at this point in the history
  • Loading branch information
shuber committed Mar 2, 2015
1 parent 4b7598d commit 06cb210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= sub_diff - {<img src="https://secure.travis-ci.org/shuber/sub_diff.png"/>}[http://travis-ci.org/shuber/sub_diff] {<img src="https://codeclimate.com/github/shuber/sub_diff/badges/gpa.svg" />}[https://codeclimate.com/github/shuber/sub_diff] {<img src="https://codeclimate.com/github/shuber/sub_diff/badges/coverage.svg" />}[https://codeclimate.com/github/shuber/sub_diff]

An enumerable collection of "diff" objects for your {<tt>String#sub</tt>}[http://ruby-doc.org//core-2.2.0/String.html#method-i-sub] and {<tt>String#gsub</tt>}[http://ruby-doc.org//core-2.2.0/String.html#method-i-gsub] replacements
Inspect the changes of your {<tt>String#sub</tt>}[http://ruby-doc.org//core-2.2.0/String.html#method-i-sub] and {<tt>String#gsub</tt>}[http://ruby-doc.org//core-2.2.0/String.html#method-i-gsub] replacements.


== Installation
Expand Down
4 changes: 2 additions & 2 deletions sub_diff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.version = SubDiff::VERSION
s.platform = Gem::Platform::RUBY

s.summary = 'An enumerable collection of "diff" objects for your <tt>String#sub</tt> and <tt>String#gsub</tt> replacements'
s.description = 'An enumerable collection of "diff" objects for your <tt>String#sub</tt> and <tt>String#gsub</tt> replacements'
s.summary = 'Inspect the changes of your `String#sub` and `String#gsub` replacements'
s.description = 'A closer inspection of the changes from `String#sub` and `String#gsub` replacements'

s.author = 'Sean Huber'
s.email = 'github@shuber.io'
Expand Down

0 comments on commit 06cb210

Please sign in to comment.