plivo 0.2.14 → 0.2.15

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/plivo.rb +6 -2
  2. metadata +5 -5
@@ -653,7 +653,9 @@ module Plivo
653
653
  'timeLimit', 'hangupOnStar', 'maxMembers',
654
654
  'record', 'recordFileFormat', 'action', 'method', 'redirect',
655
655
  'digitsMatch', 'callbackUrl', 'callbackMethod',
656
- 'stayAlone', 'floorEvent']
656
+ 'stayAlone', 'floorEvent',
657
+ 'transcriptionType', 'transcriptionUrl',
658
+ 'transcriptionMethod']
657
659
 
658
660
  def initialize(body, attributes={})
659
661
  if not body
@@ -669,7 +671,9 @@ module Plivo
669
671
  @valid_attributes = ['action', 'method', 'timeout','finishOnKey',
670
672
  'maxLength', 'playBeep', 'recordSession',
671
673
  'startOnDialAnswer', 'redirect', 'fileFormat',
672
- 'callbackUrl', 'callbackMethod']
674
+ 'callbackUrl', 'callbackMethod',
675
+ 'transcriptionType', 'transcriptionUrl',
676
+ 'transcriptionMethod']
673
677
 
674
678
  def initialize(attributes={})
675
679
  super(nil, attributes)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plivo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.14
4
+ version: 0.2.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-09 00:00:00.000000000 Z
12
+ date: 2012-12-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: builder
@@ -59,7 +59,7 @@ dependencies:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: 1.6.6
62
- description: A Ruby gem for interacting with the Plivo Platform
62
+ description: A Ruby gem for interacting with the Plivo Cloud Platform
63
63
  email: support@plivo.com
64
64
  executables: []
65
65
  extensions: []
@@ -88,8 +88,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  requirements: []
90
90
  rubyforge_project:
91
- rubygems_version: 1.8.24
91
+ rubygems_version: 1.8.21
92
92
  signing_key:
93
93
  specification_version: 3
94
- summary: A Ruby gem for communicating with the Plivo Platform
94
+ summary: A Ruby gem for communicating with the Plivo Cloud Platform
95
95
  test_files: []