capybara 1.0.0.rc1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +6 -0
  2. data/lib/capybara/version.rb +1 -1
  3. metadata +6 -9
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Capybara
2
- VERSION = '1.0.0.rc1'
2
+ VERSION = '1.0.0'
3
3
  end
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: true
4
+ prerelease: false
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
8
  - 0
9
- - rc1
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-07 00:00:00 -07:00
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
- - 1
338
- - 3
339
- - 1
340
- version: 1.3.1
336
+ - 0
337
+ version: "0"
341
338
  requirements: []
342
339
 
343
340
  rubyforge_project: capybara