We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa4657 commit 436db98Copy full SHA for 436db98
2 files changed
glip-poster.gemspec
@@ -6,7 +6,7 @@ version = $1
6
Gem::Specification.new do |s|
7
s.name = 'glip-poster'
8
s.version = version
9
- s.date = '2016-01-30'
+ s.date = '2016-01-31'
10
s.summary = 'Glip Poster - Ruby SDK for post messages via Glip webhooks'
11
s.description = 'A Ruby SDK for post messages via Glip webhooks'
12
s.authors = ['John Wang']
lib/glip-poster/poster.rb
@@ -3,7 +3,7 @@
3
4
module Glip
5
class Poster
- VERSION = '0.0.2'
+ VERSION = '0.0.3'
GLIP_WEBHOOK_BASE_URL = 'https://hooks.glip.com/webhook/'
attr_reader :webhook_url
0 commit comments