poltergeist 1.1.1 → 1.1.2
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.
- data/README.md +7 -1
- data/lib/capybara/poltergeist/version.rb +1 -1
- metadata +3 -9
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ provided by [PhantomJS](http://www.phantomjs.org/).
|
|
|
9
9
|
**If you're viewing this at https://github.com/jonleighton/poltergeist,
|
|
10
10
|
you're reading the documentation for the master branch.
|
|
11
11
|
[View documentation for the latest release
|
|
12
|
-
(1.1.
|
|
12
|
+
(1.1.2).](https://github.com/jonleighton/poltergeist/tree/v1.1.2)**
|
|
13
13
|
|
|
14
14
|
## Installation ##
|
|
15
15
|
|
|
@@ -299,6 +299,12 @@ Include as much information as possible. For example:
|
|
|
299
299
|
|
|
300
300
|
## Changes ##
|
|
301
301
|
|
|
302
|
+
### 1.1.2 ###
|
|
303
|
+
|
|
304
|
+
#### Bug fixes #####
|
|
305
|
+
|
|
306
|
+
* Tie to faye-websocket 0.4 as 0.5 introduces incompatibilities.
|
|
307
|
+
|
|
302
308
|
### 1.1.1 ###
|
|
303
309
|
|
|
304
310
|
#### Features ####
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: poltergeist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
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-
|
|
12
|
+
date: 2013-05-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capybara
|
|
@@ -49,9 +49,6 @@ dependencies:
|
|
|
49
49
|
none: false
|
|
50
50
|
requirements:
|
|
51
51
|
- - ~>
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: '0.4'
|
|
54
|
-
- - ! '>='
|
|
55
52
|
- !ruby/object:Gem::Version
|
|
56
53
|
version: 0.4.4
|
|
57
54
|
type: :runtime
|
|
@@ -60,9 +57,6 @@ dependencies:
|
|
|
60
57
|
none: false
|
|
61
58
|
requirements:
|
|
62
59
|
- - ~>
|
|
63
|
-
- !ruby/object:Gem::Version
|
|
64
|
-
version: '0.4'
|
|
65
|
-
- - ! '>='
|
|
66
60
|
- !ruby/object:Gem::Version
|
|
67
61
|
version: 0.4.4
|
|
68
62
|
- !ruby/object:Gem::Dependency
|
|
@@ -232,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
232
226
|
version: '0'
|
|
233
227
|
segments:
|
|
234
228
|
- 0
|
|
235
|
-
hash:
|
|
229
|
+
hash: 2858802430034504505
|
|
236
230
|
requirements: []
|
|
237
231
|
rubyforge_project:
|
|
238
232
|
rubygems_version: 1.8.24
|