open_code-rails 0.4.1 → 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 +4 -4
- data/.travis.yml +1 -0
- data/Gemfile.lock +13 -13
- data/lib/open_code/rails/vcr.js +1 -1
- data/lib/open_code/rails/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0779bf5dd89c6c7353e9f76dc49a707cf31216164440a94c2369c9f594ebf11
|
4
|
+
data.tar.gz: 7132c7e38809129b0fb12271fd0a26808fc0195be85c6fc5df2e2c8010b79ccf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 162abcd82041f09889db738811a83df5aa1abb582d547a907cb431473756db0590b21ae30392800edd9aff723fc917b5d88d8bb1b99401bd56045ac4e8e11286
|
7
|
+
data.tar.gz: 70e8eb4a72a5c1d5140334575b93b8d6b52a18dd3107852765ee0e9bfd31ebae229bdee117b49d0eed13bed24166ac89c57c8d714e137b829c5ca17ea3209017
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,26 +1,26 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
open_code-rails (0.4.
|
4
|
+
open_code-rails (0.4.2)
|
5
5
|
railties (>= 4.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actionpack (5.2.
|
11
|
-
actionview (= 5.2.
|
12
|
-
activesupport (= 5.2.
|
10
|
+
actionpack (5.2.3)
|
11
|
+
actionview (= 5.2.3)
|
12
|
+
activesupport (= 5.2.3)
|
13
13
|
rack (~> 2.0)
|
14
14
|
rack-test (>= 0.6.3)
|
15
15
|
rails-dom-testing (~> 2.0)
|
16
16
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
17
|
-
actionview (5.2.
|
18
|
-
activesupport (= 5.2.
|
17
|
+
actionview (5.2.3)
|
18
|
+
activesupport (= 5.2.3)
|
19
19
|
builder (~> 3.1)
|
20
20
|
erubi (~> 1.4)
|
21
21
|
rails-dom-testing (~> 2.0)
|
22
22
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
23
|
-
activesupport (5.2.
|
23
|
+
activesupport (5.2.3)
|
24
24
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
25
25
|
i18n (>= 0.7, < 2)
|
26
26
|
minitest (~> 5.1)
|
@@ -42,7 +42,7 @@ GEM
|
|
42
42
|
method_source (0.9.2)
|
43
43
|
mini_portile2 (2.4.0)
|
44
44
|
minitest (5.11.3)
|
45
|
-
nokogiri (1.10.
|
45
|
+
nokogiri (1.10.3)
|
46
46
|
mini_portile2 (~> 2.4.0)
|
47
47
|
parallel (1.14.0)
|
48
48
|
parser (2.6.0.0)
|
@@ -55,17 +55,17 @@ GEM
|
|
55
55
|
byebug (~> 11.0)
|
56
56
|
pry (~> 0.10)
|
57
57
|
psych (3.1.0)
|
58
|
-
rack (2.0.
|
58
|
+
rack (2.0.7)
|
59
59
|
rack-test (1.1.0)
|
60
60
|
rack (>= 1.0, < 3)
|
61
61
|
rails-dom-testing (2.0.3)
|
62
62
|
activesupport (>= 4.2.0)
|
63
63
|
nokogiri (>= 1.6)
|
64
|
-
rails-html-sanitizer (1.0
|
64
|
+
rails-html-sanitizer (1.1.0)
|
65
65
|
loofah (~> 2.2, >= 2.2.2)
|
66
|
-
railties (5.2.
|
67
|
-
actionpack (= 5.2.
|
68
|
-
activesupport (= 5.2.
|
66
|
+
railties (5.2.3)
|
67
|
+
actionpack (= 5.2.3)
|
68
|
+
activesupport (= 5.2.3)
|
69
69
|
method_source
|
70
70
|
rake (>= 0.8.7)
|
71
71
|
thor (>= 0.19.0, < 2.0)
|
data/lib/open_code/rails/vcr.js
CHANGED
@@ -67,7 +67,7 @@
|
|
67
67
|
var ph = current.placeHolder || '';
|
68
68
|
for (var i = 0; i < items.length; i += 1) {
|
69
69
|
var item = items[i];
|
70
|
-
var pathLine = item.innerText.split('
|
70
|
+
var pathLine = item.innerText.split(' in ')[0].split(':');
|
71
71
|
var h = JSON.stringify(buildLink(pathLine[0], pathLine[1]));
|
72
72
|
var html = '<a href=' + h + ' class="open-code-rails-link">' + ph + '</a>';
|
73
73
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: open_code-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Chen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -137,7 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '0'
|
139
139
|
requirements: []
|
140
|
-
|
140
|
+
rubyforge_project:
|
141
|
+
rubygems_version: 2.7.7
|
141
142
|
signing_key:
|
142
143
|
specification_version: 4
|
143
144
|
summary: Open file in editor in Rails exception pages
|