capybara 2.4.0 → 2.4.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/History.md +3 -1
  3. data/lib/capybara/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ce3ef92ec26ebbca0d14b7fc5b7b619ce8a59dd
4
- data.tar.gz: 5c2d6dde6cd9a0e480769b60b0b0afa54c5dea5a
3
+ metadata.gz: c0365cf5370925d2493a5f2775405ca28fec3357
4
+ data.tar.gz: 20c8699f963a8597a8b63c202e5d20d019ef7b4d
5
5
  SHA512:
6
- metadata.gz: 5afcbe6b66303842f126182db09eacc9bbde7ac3a77db257ed18015a5dda24b6ba47c2b4226a6310f7208740b1d35bfeb5a4460d16e13683796f3cbd4cebfb66
7
- data.tar.gz: c39745bcee5996ed04722545461380da5e2f85372c4054bc8c9a739e0a91400be53c9870cb9b6cc488188859df707145936275b992bc35326ad7f773fb0d520a
6
+ metadata.gz: c8be660aff9a2e47051ee58174ffa948306e0a1d81bab10580294078d1bd7fa696232a2e8cf2dd2d5c3f174f82ad678e74da81bab000dc4b34e9690ea7225056
7
+ data.tar.gz: e65771d62d170306d8fe42844d93b0b4520bab7fa40bec3bdd63b3e03b0abc66a53286fd029b499daadbfa4991821ea153bcb0fe0bf3f79a89299a146cc87ff0
data/History.md CHANGED
@@ -1,4 +1,6 @@
1
- # Unreleased
1
+ # Version 2.4.1
2
+
3
+ Release data: 2014-07-03
2
4
 
3
5
  ### Added
4
6
 
@@ -1,3 +1,3 @@
1
1
  module Capybara
2
- VERSION = '2.4.0'
2
+ VERSION = '2.4.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Nicklas