capybara-select-2 0.4.0 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01f1574cc4400755884d066349b52d23174b5b61634c9baff7e5332e83687654
4
- data.tar.gz: 5614b845dc929345d9463b7e9de2fdebe483071b5423ff5b0a376add3ac08e5d
3
+ metadata.gz: 165b231b0ff7239500ceb337abd3dcfe52b8a91323eb23b04f75c0ba64485329
4
+ data.tar.gz: 7252719bd5bc70206761cdb1750a0c574b47b9499015192e5895986f13328296
5
5
  SHA512:
6
- metadata.gz: 7ebe35a60da59411376f3e473d479fde65b05bd1186caef104b8745564fc5afbe21815bd1f0504a83cb1ba3bd15ae4ead119d4182af5978be9341f5b1591cc61
7
- data.tar.gz: 0cd9d2747b433bbdefd1ad926dbddb35f0790ae10a48206666dc43441a3ab3fd3d7afb03ca2816062972c1c3a6e37dcf1a4ed6858dab95ddefa56f045153f235
6
+ metadata.gz: 2202e416f831a57ff18a3b38af90689375dd7fe87af7452cd8200452a5d868d0c4dea511c66da50ed374f73d5547443c58ead839afc6cc9b86e0321392130a35
7
+ data.tar.gz: 66b3cb1a83f8e3437dc7c357fc6366c237951408379ada92382772ed44bf6db052c525b41752524f9386293b50ffa0448f80900ae4b5154b9a402af8c713503e
data/README.md CHANGED
@@ -23,7 +23,17 @@ Or install it yourself as:
23
23
 
24
24
  $ gem install capybara-select-2
25
25
 
26
- [Note] In the projects which use RSpec or Cucumber `select2` helper is available out of the box
26
+ [Note] In the projects which use RSpec or Cucumber, the `select2` helper is available out of the box
27
+
28
+ ### Manual installation with Minitest
29
+
30
+ In your application_system_test_case.rb
31
+
32
+ ```ruby
33
+ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
34
+ include CapybaraSelect2::Helpers
35
+ end
36
+ ```
27
37
 
28
38
  ### Manual installation with Rspec
29
39
 
@@ -1,4 +1,5 @@
1
1
  require 'capybara_select2/utils'
2
+ require 'capybara_select2/selectors'
2
3
 
3
4
  module CapybaraSelect2
4
5
  module Helpers
@@ -1,3 +1,3 @@
1
1
  module CapybaraSelect2
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara-select-2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dzmitry Kavalionak
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-10 00:00:00.000000000 Z
11
+ date: 2019-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler