Skip to content

Commit 11998d4

Browse files
author
Anya Zenkina
committed
fix summary and description in gemspec
1 parent 030d65a commit 11998d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pusher.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
99
s.authors = ["Pusher"]
1010
s.email = ["support@pusher.com"]
1111
s.homepage = "http://github.com/pusher/pusher-http-ruby"
12-
s.summary = %q{Pusher Channels API client: https://pusher.com/channels}
13-
s.description = %q{Wrapper for Pusher Channels REST api}
12+
s.summary = %q{Pusher Channels API client}
13+
s.description = %q{Wrapper for Pusher Channels REST api: : https://pusher.com/channels}
1414
s.license = "MIT"
1515

1616
s.add_dependency "multi_json", "~> 1.0"

0 commit comments

Comments
 (0)