Commit 8b3f71b 1 parent 707aeb7 commit 8b3f71b Copy full SHA for 8b3f71b
File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- one_gadget (1.6.1 )
5
- elftools (~> 1.0 )
4
+ one_gadget (1.6.2 )
5
+ elftools (~> 1.0.2 )
6
6
7
7
GEM
8
8
remote: https://rubygems.org/
9
9
specs:
10
10
ast (2.4.0 )
11
- bindata (2.4.3 )
11
+ bindata (2.4.4 )
12
12
diff-lcs (1.3 )
13
- docile (1.3.0 )
14
- elftools (1.0.1 )
13
+ docile (1.3.1 )
14
+ elftools (1.0.2 )
15
15
bindata (~> 2 )
16
16
jaro_winkler (1.5.1 )
17
17
json (2.1.0 )
27
27
rspec-mocks (~> 3.8.0 )
28
28
rspec-core (3.8.0 )
29
29
rspec-support (~> 3.8.0 )
30
- rspec-expectations (3.8.0 )
30
+ rspec-expectations (3.8.2 )
31
31
diff-lcs (>= 1.2.0 , < 2.0 )
32
32
rspec-support (~> 3.8.0 )
33
33
rspec-mocks (3.8.0 )
@@ -63,4 +63,4 @@ DEPENDENCIES
63
63
yard (~> 0.9 )
64
64
65
65
BUNDLED WITH
66
- 1.16.1
66
+ 1.16.6
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def color_on!
102
102
# True or false.
103
103
def color_enabled?
104
104
# if not set, use tty to check
105
- return $stdout. tty? if @disable_color . nil?
105
+ return $stdout. tty? unless instance_variable_defined? ( : @disable_color)
106
106
107
107
!@disable_color
108
108
end
Original file line number Diff line number Diff line change 1
1
module OneGadget
2
2
# Current gem version.
3
- VERSION = '1.6.1 ' . freeze
3
+ VERSION = '1.6.2 ' . freeze
4
4
end
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
27
27
s . required_ruby_version = '>= 2.1.0'
28
28
29
- s . add_runtime_dependency 'elftools' , '~> 1.0'
29
+ s . add_runtime_dependency 'elftools' , '~> 1.0.2 '
30
30
31
31
s . add_development_dependency 'rake' , '~> 12.3'
32
32
s . add_development_dependency 'rspec' , '~> 3.7'
You can’t perform that action at this time.
0 commit comments