poltergeist 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +8 -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.1).](https://github.com/jonleighton/poltergeist/tree/v1.1.1)**
|
13
13
|
|
14
14
|
## Installation ##
|
15
15
|
|
@@ -299,6 +299,13 @@ Include as much information as possible. For example:
|
|
299
299
|
|
300
300
|
## Changes ##
|
301
301
|
|
302
|
+
### 1.1.1 ###
|
303
|
+
|
304
|
+
#### Features ####
|
305
|
+
|
306
|
+
* Changed Capybara dependency to `~> 2.0.1` because Poltergeist 1.1 is
|
307
|
+
not compatible with Capybara 2.1.
|
308
|
+
|
302
309
|
### 1.1.0 ###
|
303
310
|
|
304
311
|
#### 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.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-
|
12
|
+
date: 2013-04-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capybara
|
@@ -17,9 +17,6 @@ dependencies:
|
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: '2.0'
|
22
|
-
- - ! '>='
|
23
20
|
- !ruby/object:Gem::Version
|
24
21
|
version: 2.0.1
|
25
22
|
type: :runtime
|
@@ -28,9 +25,6 @@ dependencies:
|
|
28
25
|
none: false
|
29
26
|
requirements:
|
30
27
|
- - ~>
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '2.0'
|
33
|
-
- - ! '>='
|
34
28
|
- !ruby/object:Gem::Version
|
35
29
|
version: 2.0.1
|
36
30
|
- !ruby/object:Gem::Dependency
|
@@ -238,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
238
232
|
version: '0'
|
239
233
|
segments:
|
240
234
|
- 0
|
241
|
-
hash: -
|
235
|
+
hash: -30833528925011415
|
242
236
|
requirements: []
|
243
237
|
rubyforge_project:
|
244
238
|
rubygems_version: 1.8.24
|