heavens_door 0.1.3 → 0.1.4

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: 30df81406901e49123b33b3ff4778b5f51230eaae01ed4b027e3fbdb6c3655ca
4
- data.tar.gz: ea75d2ca2fd71f6dad111ce2ee00f3acc56aa294f18840ffe04d5991b2afd22c
3
+ metadata.gz: 43060fdd93e283f842f7d47848a444064ea4b691f478e056cd416e905be8e9e0
4
+ data.tar.gz: cd08e3862e0dbd2b6894106e4e49eb474c577ba37cde3303e93b81ba5761dd03
5
5
  SHA512:
6
- metadata.gz: da3b98161c4f61e71bf469712886ea9c1fe06c3382f28986b57783cf367ca59f331ba715fbe6384d5e92410a1a631543d634d8b6acdac34172463c08567d0189
7
- data.tar.gz: 555562fcd242d389887274ec779b8339fd6f0cdb200bbae2f062156e73a65af191da3da111cacbb747df75b429654b4dc273dd6220fb4a24233838ff0536861e
6
+ metadata.gz: 669dc4a389cba6e280e815994404821c5d6aeb85bf28c1c305207d4a1b6b96e923b656c56da74555aa36f83048680fe912642bb13c02c04195166127bcbb063a
7
+ data.tar.gz: b1052cdf547337354500098b841219bebab4bae4053ea6bc43a405eae0a401c167f9f3930df524cc0a0e02ecb72a4ffd2b9ac0dcb8fda61037924f5839bc4bd5
data/README.md CHANGED
@@ -18,7 +18,7 @@ gem 'heavens_door', group: :development
18
18
 
19
19
 
20
20
  ### Start Recording
21
- Visit your development with your browser, then click the ⏺ button on the top right.
21
+ Visit your development app with your browser, then click the ⏺ button on the top right.
22
22
 
23
23
 
24
24
  ### Generate Scenarios
@@ -26,7 +26,7 @@ Just manipulate the browser, like fill-in the forms and submit, or click the lin
26
26
  Your operations will be recorded on the browser.
27
27
 
28
28
  ### Copy to Clipboard
29
- You can export the operation as a Capybara test scenario script by clicking the 📋 button.
29
+ You can export the operations as a Capybara test scenario script by clicking the 📋 button.
30
30
 
31
31
  ### Stop Recording
32
32
  To stop recording and clear the whole recorded scenario, click the ⏹ button.
@@ -1 +1 @@
1
- #heavens-door { position: absolute; top: 0; right: 0; font-size: 13px; cursor: pointer; } #heavens-door-stop,#heavens-door-copy { display: none; }
1
+ #heavens-door { position: fixed; top: 10px; right: 10px; font-size: 13px; cursor: pointer; z-index: 9999; } #heavens-door-stop,#heavens-door-copy { display: none; }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HeavensDoor
4
- VERSION = "0.1.3"
4
+ VERSION = '0.1.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heavens_door
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akira Matsuda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-02-01 00:00:00.000000000 Z
11
+ date: 2019-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler