instrumental_pubnub_example 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 01b0c6637d12ea8a45b077f6aad80f52a5cb6240
4
- data.tar.gz: 6b8f27a571caec2ef1b8e0910f4e19b910e13e3c
3
+ metadata.gz: e29cc6a077e6702f3d98e16e20af07b6b36fdaf4
4
+ data.tar.gz: 5e491e192b6eaf608b0d33277a2807ed1d18556f
5
5
  SHA512:
6
- metadata.gz: d2c5639110243c22b9777d929712e8e989de2bfa79adc6cc5d1b042ebf08709be8373de1eb339e3408578670cba43aac2e5ffdc88f7f87761631908a8cb1d01b
7
- data.tar.gz: c45e3f7c2d31bc438b002ca3a330500cf38e81818f400941549b63e25ca40c5e0fac46ee420c3258b5c6f9c18d0ff52fd51a02b8855342ee4ef118422a855ee8
6
+ metadata.gz: 19f46f9c7df75cd3b219040b1da8d0c7525a0182040190780140a298bb5319a292886e40fc0f6f1c5b79cc51d057e8ed35edeb4e7a4faf03cd932eda3f062a44
7
+ data.tar.gz: 6c800af032088067655bcb6e9e8b4dfc37486402d3cfcdcf8f293762f57a5fed1408829cc0612222c38f04e73cc79f4c68f0640ba3a8d8e173fb682c57f770df
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instrumental_pubnub_example (0.0.1)
4
+ instrumental_pubnub_example (0.0.3)
5
5
  instrumental_agent (>= 0.12.7)
6
6
  pubnub (>= 3.6.9)
7
7
 
@@ -29,6 +29,7 @@ OptionParser.new do |opts|
29
29
  log_level = l
30
30
  end
31
31
  opts.on("-v", "--version", "Print version and exit") do
32
+ require 'instrumental/pub_nub/version'
32
33
  puts "Instrumental Pubnub Example: #{Instrumental::PubNub::VERSION}"
33
34
  exit 0
34
35
  end
@@ -1,5 +1,5 @@
1
1
  module Instrumental
2
2
  module PubNub
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instrumental_pubnub_example
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Zelenak