punchblock 2.0.0.beta2 → 2.0.0

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: 4f0d1de96c4233bf0c4b8ed7943e4dc93e23138c
4
- data.tar.gz: 57aeccc7ef70667f12f582f96b9a40e357d1e1f2
3
+ metadata.gz: f10d1a6318fae48550e671b7ad0a640894efb2c6
4
+ data.tar.gz: ae3dbdd141ef0c7d87ff9a447424e88ae698071e
5
5
  SHA512:
6
- metadata.gz: 605b57ffde8d82ceb9fc87f625a21c1c9ac55fc32135a4d3bd9c3b689febabe4741e8877a7eeae2f0c5bd9861583bce9643d17289d5a5b15d79ac91f254cf0d5
7
- data.tar.gz: 57030a3403b343c3c6846d1b2bd958837ccca4caf25afbef8a2babad25a0b17e25ad17790d5d5680a303bb4a8695ce73357e17dd7a5e6da9e1b1f238f39c4941
6
+ metadata.gz: ccb4bc2c83d83264172a5c544a710c7d74ad09ff14eea994fb3e6611991d9f9cdfe2e216570b287d55f5d204c3495c0e8276ba71a0e6ffe0c73946ca106434a9
7
+ data.tar.gz: d8cce27023aa8319c78c0e8202e9202c8def91adf799a8b46df38e33552a7a5055630cdc6bac77d8d312b2eba3427b35c6b9a5915a63126715a9615236912d3b
@@ -9,5 +9,6 @@ rvm:
9
9
  matrix:
10
10
  allow_failures:
11
11
  - rvm: ruby-head
12
+ - rvm: rbx-19mode
12
13
  notifications:
13
14
  irc: "irc.freenode.org#adhearsion"
@@ -1,6 +1,6 @@
1
1
  # [develop](https://github.com/adhearsion/punchblock)
2
2
 
3
- # [v2.0.0.beta2](https://github.com/adhearsion/punchblock/compare/v1.9.4...v2.0.0.beta2) - [2013-08-27](https://rubygems.org/gems/punchblock/versions/2.0.0.beta2)
3
+ # [v2.0.0](https://github.com/adhearsion/punchblock/compare/v1.9.4...v2.0.0) - [2013-08-29](https://rubygems.org/gems/punchblock/versions/2.0.0)
4
4
  * Feature: Compliance with v0.2 of the published Rayo spec (http://xmpp.org/extensions/xep-0327.html)
5
5
  * Feature: Add support for Rayo Prompt component
6
6
  * Feature: Added FS support for initial timeout and final timeout on Record
@@ -38,4 +38,4 @@ The best available usage documentation available for Punchblock is by example, i
38
38
 
39
39
  ## Copyright
40
40
 
41
- Copyright (c) 2012 Adhearsion Foundation Inc. MIT licence (see LICENSE for details).
41
+ Copyright (c) 2013 Adhearsion Foundation Inc. MIT licence (see LICENSE for details).
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Punchblock
4
- VERSION = "2.0.0.beta2"
4
+ VERSION = "2.0.0"
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: 2.0.0.beta2
4
+ version: 2.0.0
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-08-27 00:00:00.000000000 Z
13
+ date: 2013-08-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri