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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d53f06873752fb59bd283cfdab5418d69be411bd03d9dcb9c73aebfefacf1286
4
- data.tar.gz: 75d433e5b116f864e2393bea2417949335775aa619be186eb6c145268283f779
3
+ metadata.gz: 817d28023dff620c6bb78710a62967fd1f94dfb7a1fdc04dff3c0a4ff47fff07
4
+ data.tar.gz: f4f809a8336a235481feb8df53c60243cea751b817944b2399418d77daedd3ec
5
5
  SHA512:
6
- metadata.gz: 6206f594de72240102b08f14e2620924d9e0310393305c55266b743f3a28e3af22fe018ffa429f2eb19e07a95a707511c6550b239357227b3dc792e11a78041d
7
- data.tar.gz: 6ad2e38892b0794c714345da2ef873f71f329983ceb679a068db0496ff982fea77f0bc886c01ea2bf3fd42f119082446921147f752cef1a1b10c9f7e704cf656
6
+ metadata.gz: 8d7268242f9cd266e94ca88d60d7957956e8a37493cc84b6b2afa52490a6cce6b7e3aee4fd468122b81712126be22155821fbdb3118bf86431b85f1b101b75dc
7
+ data.tar.gz: 58fd06b4181e14948e646fa210b3f7ffc9921f913a4742fd78155dd64d13aff42f08ee121d089e029a1070358b6a75dbef55ce33746cb41b7b50dc2c2114b415
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trace_location (0.9.3.1)
4
+ trace_location (0.9.4)
5
5
  binding_of_caller
6
6
  method_source
7
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TraceLocation
4
- VERSION = '0.9.3.1'
4
+ VERSION = '0.9.4'
5
5
  end
@@ -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.5.0'
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.3.1
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-06-07 00:00:00.000000000 Z
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.5.0
144
+ version: 2.6.0
143
145
  required_rubygems_version: !ruby/object:Gem::Requirement
144
146
  requirements:
145
147
  - - ">="