diffend 0.2.46 → 0.2.47
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +4 -1
- data/lib/diffend/local_context/host.rb +6 -1
- data/lib/diffend/version.rb +1 -1
- metadata +9 -9
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8fcc395f486d315a3a62ba4f84b50a6fe6537903dae709fc65671f8ecf91ec6e
|
|
4
|
+
data.tar.gz: 1854534d942175bfa2cf4a4ccdf2a014c6a0cf61e732b067e27195cd4d8714d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cafdd21f5abf79826a1e60545931243b625f004aa71e1451eb407e8372475c4f009ffb2299aee96e54abb10c2472120249ba7d6e2c21b00588321dc5aa6c9db9
|
|
7
|
+
data.tar.gz: 56a21580e2e41a713aec8a3290797c31d423ead01e6c36a4f43b9267d8bfbcd542a54382f947e56040f876e109a75d89292488b62378a9947e69972b865280cb
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ module Diffend
|
|
|
7
7
|
module LocalContext
|
|
8
8
|
# Module responsible for building host information from local context
|
|
9
9
|
module Host
|
|
10
|
+
# Regexp that checks if we're running under Windows
|
|
11
|
+
WINDOWS_REGEXP = /cygwin|mswin|mingw|bccwin|wince|emx/
|
|
12
|
+
|
|
13
|
+
private_constant :WINDOWS_REGEXP
|
|
14
|
+
|
|
10
15
|
class << self
|
|
11
16
|
# Build host information
|
|
12
17
|
#
|
|
@@ -36,7 +41,7 @@ module Diffend
|
|
|
36
41
|
# @return [Hash]
|
|
37
42
|
def command
|
|
38
43
|
if File.exist?($PROGRAM_NAME)
|
|
39
|
-
if defined?(JRUBY_VERSION)
|
|
44
|
+
if defined?(JRUBY_VERSION) || WINDOWS_REGEXP =~ RUBY_PLATFORM
|
|
40
45
|
name = $PROGRAM_NAME.split('/').last.strip
|
|
41
46
|
command = "#{name} #{ARGV.join(' ')}"
|
|
42
47
|
else
|
data/lib/diffend/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: diffend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.47
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomasz Pajor
|
|
8
8
|
- Maciej Mensfeld
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain:
|
|
12
12
|
- |
|
|
@@ -35,15 +35,15 @@ cert_chain:
|
|
|
35
35
|
2DND//YJUikn1zwbz1kT70XmHd97B4Eytpln7K+M1u2g1pHVEPW4owD/ammXNpUy
|
|
36
36
|
nt70FcDD4yxJQ+0YNiHd0N8IcVBM1TMIVctMNQ==
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2021-05-
|
|
38
|
+
date: 2021-05-31 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
|
-
name: bundler
|
|
42
41
|
requirement: !ruby/object:Gem::Requirement
|
|
43
42
|
requirements:
|
|
44
43
|
- - ">="
|
|
45
44
|
- !ruby/object:Gem::Version
|
|
46
45
|
version: '0'
|
|
46
|
+
name: bundler
|
|
47
47
|
type: :development
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -52,12 +52,12 @@ dependencies:
|
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
53
|
version: '0'
|
|
54
54
|
- !ruby/object:Gem::Dependency
|
|
55
|
-
name: rake
|
|
56
55
|
requirement: !ruby/object:Gem::Requirement
|
|
57
56
|
requirements:
|
|
58
57
|
- - ">="
|
|
59
58
|
- !ruby/object:Gem::Version
|
|
60
59
|
version: '0'
|
|
60
|
+
name: rake
|
|
61
61
|
type: :development
|
|
62
62
|
prerelease: false
|
|
63
63
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -65,7 +65,7 @@ dependencies:
|
|
|
65
65
|
- - ">="
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
67
|
version: '0'
|
|
68
|
-
description:
|
|
68
|
+
description:
|
|
69
69
|
email:
|
|
70
70
|
- contact@diffend.io
|
|
71
71
|
executables: []
|
|
@@ -115,7 +115,7 @@ homepage: https://diffend.io
|
|
|
115
115
|
licenses:
|
|
116
116
|
- Prosperity Public License
|
|
117
117
|
metadata: {}
|
|
118
|
-
post_install_message:
|
|
118
|
+
post_install_message:
|
|
119
119
|
rdoc_options: []
|
|
120
120
|
require_paths:
|
|
121
121
|
- lib
|
|
@@ -130,8 +130,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
131
|
version: '0'
|
|
132
132
|
requirements: []
|
|
133
|
-
rubygems_version: 3.
|
|
134
|
-
signing_key:
|
|
133
|
+
rubygems_version: 3.0.6
|
|
134
|
+
signing_key:
|
|
135
135
|
specification_version: 4
|
|
136
136
|
summary: OSS supply chain security and management platform
|
|
137
137
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|