capybara 1.0.0.rc1 → 1.0.0
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/History.txt +6 -0
- data/lib/capybara/version.rb +1 -1
- metadata +6 -9
data/History.txt
CHANGED
|
@@ -43,6 +43,12 @@ Release date:
|
|
|
43
43
|
* Rack::Test now works as expected with domains and subdomains [Jonas Nicklas]
|
|
44
44
|
* Session is reset more thoroughly between tests. [Jonas Nicklas]
|
|
45
45
|
* Raise error when uploading non-existant file [Jonas Nicklas]
|
|
46
|
+
* Rack reponse body should respond to #each [Piotr Sarnacki]
|
|
47
|
+
* Deprecation warnings with selenium webdriver 0.2.0 [Aaron Gibraltar]
|
|
48
|
+
* Selenium Chrome no longer YELLS tagname [Carl Jackson & David W. Frank]
|
|
49
|
+
* Capybara no longer strips encoding before sending to Rack [Jonas Nicklas]
|
|
50
|
+
* Improve handling of relative URLs [John Barton]
|
|
51
|
+
* Readd and fix build_rack_mock_session [Jonas Nicklas, Jon Leighton]
|
|
46
52
|
|
|
47
53
|
# Version 0.4.1
|
|
48
54
|
|
data/lib/capybara/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capybara
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
4
|
+
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 1.0.0.rc1
|
|
9
|
+
version: 1.0.0
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Jonas Nicklas
|
|
@@ -15,7 +14,7 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date: 2011-06-
|
|
17
|
+
date: 2011-06-14 00:00:00 +02:00
|
|
19
18
|
default_executable:
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -331,13 +330,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
331
330
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
332
331
|
none: false
|
|
333
332
|
requirements:
|
|
334
|
-
- - "
|
|
333
|
+
- - ">="
|
|
335
334
|
- !ruby/object:Gem::Version
|
|
336
335
|
segments:
|
|
337
|
-
-
|
|
338
|
-
|
|
339
|
-
- 1
|
|
340
|
-
version: 1.3.1
|
|
336
|
+
- 0
|
|
337
|
+
version: "0"
|
|
341
338
|
requirements: []
|
|
342
339
|
|
|
343
340
|
rubyforge_project: capybara
|