Skip to content

Commit

Permalink
Update summary and description in gemspec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga committed Jun 12, 2017
1 parent eb1a7ac commit 04de221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mustermann/mustermann.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Gem::Specification.new do |s|
s.authors = ["Konstantin Haase", "Zachary Scott"]
s.email = "sinatrarb@googlegroups.com"
s.homepage = "https://github.com/sinatra/mustermann"
s.summary = %q{use patterns like regular expressions}
s.description = %q{library implementing patterns that behave like regular expressions}
s.summary = %q{Your personal string matching expert.}
s.description = %q{A library implementing patterns that behave like regular expressions.}
s.license = 'MIT'
s.required_ruby_version = '>= 2.2.0'
s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 04de221

Please sign in to comment.