sygnal 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/sygnal.rb +3 -0
  2. metadata +1 -1
data/lib/sygnal.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # @author Loren Segal
2
+
1
3
  require 'net/http'
2
4
  require 'uri'
3
5
  require 'rubygems'
@@ -5,6 +7,7 @@ require 'json'
5
7
 
6
8
  class SygnalGenerator
7
9
 
10
+ # @param [Integer] sygnal_type_id the sygnal type id
8
11
  def initialize(sygnal_type_id, access_token)
9
12
  @access_token = access_token
10
13
  @sygnal_type_id = sygnal_type_id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sygnal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: