punchblock 1.8.1 → 1.8.2

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: 73b10610c29750367e41a8f99669d79fd5b8bcb8
4
- data.tar.gz: 66d4bd7dea9d5c33ca580ef361fbf20bfe147015
3
+ metadata.gz: 90ceeeef84eac2fec034a32edbc3fdd387c8d1f2
4
+ data.tar.gz: ca82c8ffbfa67c81369eb3146b5c4f333d443613
5
5
  SHA512:
6
- metadata.gz: 6bdf955c26d3ebea75ce690c7feafd969c3542403f0e2c392a8eab91d05e5981514b1bc95bfe025eab8894f864e0638fae051221c7ec382f867baa9db5de2901
7
- data.tar.gz: 1c9d7bb96f8112ce3e55dc83d5a847a27e73e11ac8d1c20c6907bfe9c7d22956d91de608f65d6f915cdb8de021562029ea84b1cd4956a5d974a42474567bd4b3
6
+ metadata.gz: 333ac7e2473e30d84f38f23493dba4c33d4422cb4725e7c5da3fd98c468ab170156922ad5f540936e871653a34993bf57dd9e227ebcf6b9091335ab27d5a1445
7
+ data.tar.gz: bb079007e70f4e27552354c8327c5d602961b7335c6a102ef51d106c2ca847d972bec2852a99f5623381c88e1c377ce88d74e93cba5b49ec4cc88719e1f24041
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # [develop](https://github.com/adhearsion/punchblock)
2
2
 
3
+ # [v1.8.2](https://github.com/adhearsion/punchblock/compare/v1.8.1...v1.8.2) - [2013-04-19](https://rubygems.org/gems/punchblock/versions/1.8.2)
4
+ * Bugfix: Input initial timeout was being set as a float rather than an integer
5
+
3
6
  # [v1.8.1](https://github.com/adhearsion/punchblock/compare/v1.8.0...v1.8.1) - [2013-03-25](https://rubygems.org/gems/punchblock/versions/1.8.1)
4
7
  * Bugfix: FreeSWITCH was requiring a from attribute on a dial command
5
8
  * Bugfix: Asterisk translator now properly checks for existence of the recordings directory
@@ -132,7 +132,7 @@ module Punchblock
132
132
  # @param [Integer] timeout Indicates the amount of time preceding input which may expire before a timeout is triggered.
133
133
  #
134
134
  def initial_timeout=(other)
135
- write_attr :'initial-timeout', other, :to_f
135
+ write_attr :'initial-timeout', other, :to_i
136
136
  end
137
137
 
138
138
  ##
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Punchblock
4
- VERSION = "1.8.1"
4
+ VERSION = "1.8.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: punchblock
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Goecke
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-03-25 00:00:00.000000000 Z
13
+ date: 2013-04-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: niceogiri