easy-crc 0.0.2 → 0.0.4
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 +5 -5
- data/lib/easy-crc/version.rb +1 -1
- metadata +14 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: ec80b8d06634289d0cd5c43f5ea56bcb23651f106ea9fa941981042ed45dfb9f
|
|
4
|
+
data.tar.gz: 97654602cd2a3f53ad6ea7cc2073adbd2a4b767d51f0d44ee25af01bb028992e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c59012638b8120c3634ea0062acc1e6eba55517cc41c35c4053df2bb59c0148ef0d18b1c108d6b3f4e35d9dd682979c90b4fcd3aedb97d77826417ec610ea3a
|
|
7
|
+
data.tar.gz: a84c8582d6150cfe2abbcbef7326ae7dfd7d08050445bc7d0ddad6a9983fa237bf48871f69e6e55efbf50bc93d569dd2efa2d28b08a5017748f28d4ba8ebc55d
|
data/lib/easy-crc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: easy-crc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Projective Technology GmbH
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-04-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake-compiler
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '1.1'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '1.1'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rspec
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '3.10'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '3.10'
|
|
41
41
|
description: EasyCRC let's you calculate CRC32 checksums of files without locking
|
|
42
42
|
the whole Ruby process
|
|
43
|
-
email: technology@
|
|
43
|
+
email: technology@projective.io
|
|
44
44
|
executables: []
|
|
45
45
|
extensions:
|
|
46
46
|
- ext/easy_crc/extconf.rb
|
|
@@ -50,7 +50,7 @@ files:
|
|
|
50
50
|
- ext/easy_crc/extconf.rb
|
|
51
51
|
- lib/easy-crc.rb
|
|
52
52
|
- lib/easy-crc/version.rb
|
|
53
|
-
homepage:
|
|
53
|
+
homepage: https://github.com/projectivetech/easy-crc
|
|
54
54
|
licenses:
|
|
55
55
|
- MIT
|
|
56
56
|
metadata: {}
|
|
@@ -69,8 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
|
|
73
|
-
rubygems_version: 2.6.4
|
|
72
|
+
rubygems_version: 3.2.5
|
|
74
73
|
signing_key:
|
|
75
74
|
specification_version: 4
|
|
76
75
|
summary: GIL-free CRC32 checksums of files
|