tr4n5l4te 0.1.12 → 0.1.13
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
- data/CHANGELOG +4 -0
- data/Gemfile.lock +3 -5
- data/README.md +1 -1
- data/lib/tr4n5l4te/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f472799cb84dedb4b62e00f49fce1f95211308476b80fe39ef5ca3a8454b314
|
|
4
|
+
data.tar.gz: a203ec65911493140c7330fc9f1dc1c2ed240cb164facf0a72fd6b3c457c3781
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc33154d77e153137ae5892ee419d844e564d8db9de8711b15c53abbff4b36ce75e68ec4ad4e1c96ade0decb22ec74420f0e8a4bc96f4924534298e5dec86dad
|
|
7
|
+
data.tar.gz: a2e3ff5cc1fbba543ff310b8cc8db1a3fc3ec8afc7294bb6360ef00a57928e02a4a6ee94aec92a16f77f9754655fa80d355e42f8020ee4a5c243fa23bc0d5d78
|
data/CHANGELOG
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
*0.1.13* (April 30, 2021)
|
|
2
|
+
|
|
3
|
+
* Upgrade rexml from 3.2.4 to 3.2.5 to fix a CVE
|
|
4
|
+
|
|
1
5
|
*0.1.12* (March 11, 2021)
|
|
2
6
|
|
|
3
7
|
* Dump console message into oblivion, do we don't see stupid warning messages like "Using this console may allow attackers to impersonate you and steal your information using an attack called Self-XSS"
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
tr4n5l4te (0.1.
|
|
4
|
+
tr4n5l4te (0.1.13)
|
|
5
5
|
capybara (~> 2.6)
|
|
6
6
|
colored (~> 1)
|
|
7
7
|
midwire_common (~> 0.1)
|
|
@@ -30,9 +30,7 @@ GEM
|
|
|
30
30
|
midwire_common (0.3.0)
|
|
31
31
|
thor (~> 0.19)
|
|
32
32
|
mini_mime (1.0.2)
|
|
33
|
-
|
|
34
|
-
nokogiri (1.11.2)
|
|
35
|
-
mini_portile2 (~> 2.5.0)
|
|
33
|
+
nokogiri (1.11.2-x86_64-linux)
|
|
36
34
|
racc (~> 1.4)
|
|
37
35
|
optimist (3.0.1)
|
|
38
36
|
parallel (1.20.1)
|
|
@@ -55,7 +53,7 @@ GEM
|
|
|
55
53
|
rainbow (3.0.0)
|
|
56
54
|
rake (13.0.3)
|
|
57
55
|
regexp_parser (2.1.1)
|
|
58
|
-
rexml (3.2.
|
|
56
|
+
rexml (3.2.5)
|
|
59
57
|
rspec (3.10.0)
|
|
60
58
|
rspec-core (~> 3.10.0)
|
|
61
59
|
rspec-expectations (~> 3.10.0)
|
data/README.md
CHANGED
data/lib/tr4n5l4te/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tr4n5l4te
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Blackburn
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -203,7 +203,7 @@ homepage: https://github.com/midwire/tr4n5l4te
|
|
|
203
203
|
licenses:
|
|
204
204
|
- MIT
|
|
205
205
|
metadata: {}
|
|
206
|
-
post_install_message:
|
|
206
|
+
post_install_message:
|
|
207
207
|
rdoc_options: []
|
|
208
208
|
require_paths:
|
|
209
209
|
- lib
|
|
@@ -218,8 +218,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
218
218
|
- !ruby/object:Gem::Version
|
|
219
219
|
version: '0'
|
|
220
220
|
requirements: []
|
|
221
|
-
rubygems_version: 3.
|
|
222
|
-
signing_key:
|
|
221
|
+
rubygems_version: 3.1.4
|
|
222
|
+
signing_key:
|
|
223
223
|
specification_version: 4
|
|
224
224
|
summary: Use Google Translate without an API key.
|
|
225
225
|
test_files: []
|