xorcist 1.1.0 → 1.1.1
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/README.md +16 -2
- data/lib/xorcist/version.rb +1 -1
- metadata +26 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fbad7b915d269e6f1b48c15fc1e32ab76819db95
|
|
4
|
+
data.tar.gz: 274ddef96836ceb582af475411e4a970b59e3bb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3ac9a41e8d02582c7d9b46d3c417b0a018f36937af2b81a5c7deae5423ead7b55f5d6dcc5e0bfb20c65fcfbabf6f9cb76292dd748c6275404c15ad488d88e8f
|
|
7
|
+
data.tar.gz: 54e2721e16a14a0f4e62bae3091c88dafd1f5f612105d9d01d8b21c57d755038aee06987230767351bb4bd00ecd7beab9ec49530c6b4297c141d4e8fd0b6ea41
|
checksums.yaml.gz.sig
ADDED
|
Binary file
|
data.tar.gz.sig
ADDED
|
Binary file
|
data/README.md
CHANGED
|
@@ -51,7 +51,21 @@ String.include(Xorcist::StringMethods)
|
|
|
51
51
|
|
|
52
52
|
## Encodings
|
|
53
53
|
|
|
54
|
-
Note the precise encoding `xor`'s output is undefined in the v1.0.x releases. In MRI `xor!` will return a string using your default encoding. With JRuby, `xor!` will return an ASCII-8BIT string.
|
|
54
|
+
Note the precise encoding `xor`'s output is undefined in the v1.0-1.x releases. In MRI `xor!` will return a string using your default encoding. With JRuby, `xor!` will return an ASCII-8BIT string.
|
|
55
|
+
|
|
56
|
+
## Security
|
|
57
|
+
|
|
58
|
+
Xorcist is cryptographically signed. To be sure the gem you install hasn’t been tampered with:
|
|
59
|
+
|
|
60
|
+
Add my public key as a trusted certificate:
|
|
61
|
+
|
|
62
|
+
gem cert --add <(curl -Ls https://raw.github.com/fny/xorcist/master/certs/fny.pem)
|
|
63
|
+
|
|
64
|
+
Then install the gem:
|
|
65
|
+
|
|
66
|
+
gem install xorcist -P HighSecurity
|
|
67
|
+
|
|
68
|
+
Checksums for all versions are also included in the checksums directory.
|
|
55
69
|
|
|
56
70
|
## Benchmarks
|
|
57
71
|
|
|
@@ -98,7 +112,7 @@ Or install it yourself as:
|
|
|
98
112
|
|
|
99
113
|
## Contributing
|
|
100
114
|
|
|
101
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/fny/xorcist. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](
|
|
115
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/fny/xorcist. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
|
|
102
116
|
|
|
103
117
|
## License
|
|
104
118
|
|
data/lib/xorcist/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xorcist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Faraz Yashar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
|
-
cert_chain:
|
|
10
|
+
cert_chain:
|
|
11
|
+
- |
|
|
12
|
+
-----BEGIN CERTIFICATE-----
|
|
13
|
+
MIIDgDCCAmigAwIBAgIBATANBgkqhkiG9w0BAQUFADBDMRUwEwYDVQQDDAxmYXJh
|
|
14
|
+
ei55YXNoYXIxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
|
15
|
+
A2NvbTAeFw0xODAyMjcwMzE2MTFaFw0xOTAyMjcwMzE2MTFaMEMxFTATBgNVBAMM
|
|
16
|
+
DGZhcmF6Lnlhc2hhcjEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
|
17
|
+
LGQBGRYDY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv9y0yeyB
|
|
18
|
+
vsiW6FTsJk7g0jt0A/emMqN4MUHXJQDGmUnlFSHNqfXUJiXuZanE8ZCnS6++0ouS
|
|
19
|
+
HUrzrbc3Gbw7rNj9/aQpm7SS3Lo70djbQlGwZq1tUteXTWzp90lwI4IiWaWTCRQP
|
|
20
|
+
AgwawkvHYnDLC/iw/F/CZLiaJG4ZLhYBd1DxCEgz3qrwD3G1d35+tj4vbqEqtx/e
|
|
21
|
+
UHtNbj86e3WTPYAJ6MWAk+qLDVX9JiDaIAzW42yRed6FrJexZunsuW9atTdeAUTr
|
|
22
|
+
SJJYYL1agJRgX3SefW/o/tKsBrl/tG7lHIAH4TopXHX4aXoSotWSqI+v4pRnoV3v
|
|
23
|
+
u2kusE3YZDN+jwIDAQABo38wfTAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNV
|
|
24
|
+
HQ4EFgQUJzDdPthnahTQPLPK2vZmKE9VcN0wIQYDVR0RBBowGIEWZmFyYXoueWFz
|
|
25
|
+
aGFyQGdtYWlsLmNvbTAhBgNVHRIEGjAYgRZmYXJhei55YXNoYXJAZ21haWwuY29t
|
|
26
|
+
MA0GCSqGSIb3DQEBBQUAA4IBAQA8vHFCyzGOZkLX48NdnbSp9/1PNmt65ABxjiXV
|
|
27
|
+
dLmlBVfag1//6tU1hdxvfwrFj/6p0J1Z17MY0/zQerTK9hGT4PWOc05ASmCADDFX
|
|
28
|
+
igA/4xc3Z6L+3IM5gmcUjkZEwCq4QxCW5+LlWAO3XYoInufiA7xpjaDGtarZLIJw
|
|
29
|
+
8tWNtyKkYHdUkWOf7mARiqKZmzc+z9MbBS6+RnyjpVjSc3VSNVl2RNOyQuV4bHcU
|
|
30
|
+
EWAzos45LBmn8UZPzUb/szfC1PTzuQp4R7lUCOqi7ExaZF0oYg7JqkRtHDhV/K/c
|
|
31
|
+
E0Og3eJcioAAuEM3ujecxGYxFkG7zDNswn47lCy6xVzBk4iF
|
|
32
|
+
-----END CERTIFICATE-----
|
|
11
33
|
date: 2018-02-27 00:00:00.000000000 Z
|
|
12
34
|
dependencies:
|
|
13
35
|
- !ruby/object:Gem::Dependency
|
|
@@ -30,14 +52,14 @@ dependencies:
|
|
|
30
52
|
requirements:
|
|
31
53
|
- - "~>"
|
|
32
54
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 5.7
|
|
55
|
+
version: '5.7'
|
|
34
56
|
type: :development
|
|
35
57
|
prerelease: false
|
|
36
58
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
59
|
requirements:
|
|
38
60
|
- - "~>"
|
|
39
61
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 5.7
|
|
62
|
+
version: '5.7'
|
|
41
63
|
- !ruby/object:Gem::Dependency
|
|
42
64
|
name: rake
|
|
43
65
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
ADDED
|
Binary file
|