trace_location 0.9.3.1 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/trace_location/version.rb +1 -1
- data/trace_location.gemspec +3 -3
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 817d28023dff620c6bb78710a62967fd1f94dfb7a1fdc04dff3c0a4ff47fff07
|
4
|
+
data.tar.gz: f4f809a8336a235481feb8df53c60243cea751b817944b2399418d77daedd3ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d7268242f9cd266e94ca88d60d7957956e8a37493cc84b6b2afa52490a6cce6b7e3aee4fd468122b81712126be22155821fbdb3118bf86431b85f1b101b75dc
|
7
|
+
data.tar.gz: 58fd06b4181e14948e646fa210b3f7ffc9921f913a4742fd78155dd64d13aff42f08ee121d089e029a1070358b6a75dbef55ce33746cb41b7b50dc2c2114b415
|
data/Gemfile.lock
CHANGED
data/trace_location.gemspec
CHANGED
@@ -7,8 +7,8 @@ require 'trace_location/version'
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = 'trace_location'
|
9
9
|
s.version = TraceLocation::VERSION
|
10
|
-
s.authors = ['Yoshiyuki Hirano']
|
11
|
-
s.email = ['yhirano@me.com']
|
10
|
+
s.authors = ['Yoshiyuki Hirano', 'Misaki Shioi']
|
11
|
+
s.email = ['yhirano@me.com', 'shioi.mm@gmail.com']
|
12
12
|
s.homepage = 'https://github.com/yhirano55/trace_location'
|
13
13
|
s.summary = 'helps you get tracing the source location of codes'
|
14
14
|
s.description = %(TraceLocation helps you get tracing the source location of codes, and helps you can get reading the huge open souce libraries in Ruby)
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
21
21
|
s.bindir = 'exe'
|
22
22
|
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
23
23
|
s.require_paths = ['lib']
|
24
|
-
s.required_ruby_version = '>= 2.
|
24
|
+
s.required_ruby_version = '>= 2.6.0'
|
25
25
|
|
26
26
|
s.add_dependency 'binding_of_caller'
|
27
27
|
s.add_dependency 'method_source'
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trace_location
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yoshiyuki Hirano
|
8
|
+
- Misaki Shioi
|
8
9
|
autorequire:
|
9
10
|
bindir: exe
|
10
11
|
cert_chain: []
|
11
|
-
date: 2019-
|
12
|
+
date: 2019-07-05 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: binding_of_caller
|
@@ -84,6 +85,7 @@ description: TraceLocation helps you get tracing the source location of codes, a
|
|
84
85
|
helps you can get reading the huge open souce libraries in Ruby
|
85
86
|
email:
|
86
87
|
- yhirano@me.com
|
88
|
+
- shioi.mm@gmail.com
|
87
89
|
executables: []
|
88
90
|
extensions: []
|
89
91
|
extra_rdoc_files: []
|
@@ -139,7 +141,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
139
141
|
requirements:
|
140
142
|
- - ">="
|
141
143
|
- !ruby/object:Gem::Version
|
142
|
-
version: 2.
|
144
|
+
version: 2.6.0
|
143
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
144
146
|
requirements:
|
145
147
|
- - ">="
|