call_center 2.0.0 → 2.0.1

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/call_center/test/dsl.rb +2 -0
  2. metadata +4 -4
@@ -33,6 +33,8 @@ module CallCenter
33
33
 
34
34
  alias_method :response_from_page_or_rjs_without_body, :response_from_page_or_rjs
35
35
  alias_method :response_from_page_or_rjs, :response_from_page_or_rjs_with_body
36
+ elsif instance_methods.include?(:response_from_page_with_rjs) # prototype-rails hacks we do not want
37
+ alias_method :response_from_page, :response_from_page_without_rjs
36
38
  end
37
39
  end
38
40
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: call_center
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
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: 2013-06-26 00:00:00.000000000 Z
12
+ date: 2013-06-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: builder
@@ -72,7 +72,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
72
  version: '0'
73
73
  segments:
74
74
  - 0
75
- hash: 1830209325971150874
75
+ hash: 3423210584191112975
76
76
  required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  none: false
78
78
  requirements:
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  segments:
83
83
  - 0
84
- hash: 1830209325971150874
84
+ hash: 3423210584191112975
85
85
  requirements: []
86
86
  rubyforge_project:
87
87
  rubygems_version: 1.8.24