Skip to content

Commit

Permalink
New gemspec summary
Browse files Browse the repository at this point in the history
  • Loading branch information
robmckinnon committed Feb 8, 2016
1 parent 9b0815f commit 19d0a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ task :default => ['spec']
spec = Gem::Specification.new do |s|
s.name = 'morph'
s.version = Morph::VERSION
s.summary = 'Morph mixin allows you to emerge class definitions via assignment method calls.'
s.summary = 'Morph allows you to emerge Ruby class definitions from data or by calling assignment methods.'
s.author = 'Rob McKinnon'
s.email = 'rob ~@nospam@~ rubyforge.org'
s.homepage = 'https://github.com/robmckinnon/morph'
Expand Down

0 comments on commit 19d0a92

Please sign in to comment.