hydna 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hydna.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0ad1c865b173df7040523da02e75a9479a3ef42
4
- data.tar.gz: d1fcbb6bfdb4bdccbac1712a30e3f5ff7fb5cb89
3
+ metadata.gz: cb7c756cc881dd9040ad1558d97a7dbe6a8f9cf8
4
+ data.tar.gz: 33d0ea576634f21b400c11810f1adbe6c2149927
5
5
  SHA512:
6
- metadata.gz: fe482111d7b6027b4ba67c2c9a214cae6d0ae10d514b2d1395b3e1c7eb66a7a50b8697c36c27da7e2c228dbff9720de77d40778407a1433a1d54bb21e12a5db0
7
- data.tar.gz: 2864ab445b44384e70266ecab7761ee2cd541bc3ede3d01262c257b896f8b4f2b819fd37b3d8687662ecbaf2b7d53813b9b509a8aa90bc9e4c01d002fb340964
6
+ metadata.gz: db4f3db2b4c10bad7b0129fac610ebc52566ae326cccf176fb0efb3872830890f6bfd6070a6c6e0cb0bf57c0e5bfc4655e3eba0f5634614127bbdafa57fc6acd
7
+ data.tar.gz: a23435b74f860bf2bbeaad833b58a1383a9c3a2cd8cfd40f34fb789c2a045c17841efa580729c5151c6004e2c4761a0a8660fa9255ae8b714c1844c57e133b85
@@ -5,9 +5,9 @@ require 'net/https'
5
5
  module Hydna
6
6
 
7
7
  DEFAULT_CHANNEL = 1
8
- MAX_PAYLOAD_SIZE = 0xFFFFF8
8
+ MAX_PAYLOAD_SIZE = 0xFFF8
9
9
  MAX_CHANNEL_VALUE = 0xFFFFFFFF
10
- MAX_TOKEN_SIZE = 0xFFF8
10
+ MAX_TOKEN_SIZE = 0xFFFF
11
11
 
12
12
  def self.emit(domain, data, ctoken=nil, agent='hydna-ruby-push')
13
13
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hydna
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Isak Wiström
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-27 00:00:00.000000000 Z
11
+ date: 2013-06-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Hydna exposes a straightforward API over HTTP. It uses a single resource;
14
14
  sending messages is done by making POST requests to the same URI you'd use to connect