Skip to content

Commit 436db98

Browse files
committed
update style
1 parent 6fa4657 commit 436db98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

glip-poster.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = $1
66
Gem::Specification.new do |s|
77
s.name = 'glip-poster'
88
s.version = version
9-
s.date = '2016-01-30'
9+
s.date = '2016-01-31'
1010
s.summary = 'Glip Poster - Ruby SDK for post messages via Glip webhooks'
1111
s.description = 'A Ruby SDK for post messages via Glip webhooks'
1212
s.authors = ['John Wang']

lib/glip-poster/poster.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module Glip
55
class Poster
6-
VERSION = '0.0.2'
6+
VERSION = '0.0.3'
77
GLIP_WEBHOOK_BASE_URL = 'https://hooks.glip.com/webhook/'
88

99
attr_reader :webhook_url

0 commit comments

Comments
 (0)