rex-text 0.2.52 → 0.2.53

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9814b1ad404f9ec4aec0102caf30af10fa00639bcbc6d67d3c3947ffd848229
4
- data.tar.gz: 44ee07b97ef06aac2bc3e17ba27e6cbb2e61e7b93628e4b942196c693ac39fd2
3
+ metadata.gz: efae2fa81f093a806df7145a220feb0b11f80a5acd1755af469979aff86716b4
4
+ data.tar.gz: f2e81b0bf92a3888194a300a2a1e90a7e1a70827d38dfead1f37b028eba85658
5
5
  SHA512:
6
- metadata.gz: a734eebc8ab62ca00c662b815e3ba9d2ef189f35a4b02513fe2adb0ef4d01f9142b3f4c97d08fc60274e5ee1ea3c8817e6cc9ca191deacd0030f79323b1c0357
7
- data.tar.gz: e17248ae8403a4f4c39c8a56e3f7b3173a111d2b121d5fe350da672cb4e5d91264ee2ed7f2831bde9c8fcdc50bf9a2fdad070a810ac9a6dcec8f5837d00722cd
6
+ metadata.gz: 732e06aaffa214fb9b0f07799127528d9d5afd54417a721489005537ce376382c68340bafe9bada065679962f55454c3141ef2ffffe874ec613977af775b4332
7
+ data.tar.gz: 7de51e0c5eb64b136f654a605d31b78f1fbc5ccfa715d8fc102bf172dd658cd94983799a0200bba7048a67a871373f0eb1a5665c2bb8bf5f73ca1b1290eb1f40
checksums.yaml.gz.sig CHANGED
Binary file
data/cortex.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ info:
3
+ title: Rex Text
4
+ description: Rex library for text generation and manipulation
5
+ x-cortex-git:
6
+ github:
7
+ alias: r7org
8
+ repository: rapid7/rex-text
9
+ x-cortex-tag: rex-text
10
+ x-cortex-type: service
11
+ x-cortex-domain-parents:
12
+ - tag: metasploit
13
+ openapi: 3.0.1
14
+ servers:
15
+ - url: "/"
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Text
3
- VERSION = "0.2.52"
3
+ VERSION = "0.2.53"
4
4
  end
5
5
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-text
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.52
4
+ version: 0.2.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - Metasploit Hackers
@@ -93,7 +93,7 @@ cert_chain:
93
93
  EknWpNgVhohbot1lfVAMmIhdtOVaRVcQQixWPwprDj/ydB8ryDMDosIMcw+fkoXU
94
94
  9GJsSaSRRYQ9UUkVL27b64okU8D48m8=
95
95
  -----END CERTIFICATE-----
96
- date: 2023-06-14 00:00:00.000000000 Z
96
+ date: 2023-10-04 00:00:00.000000000 Z
97
97
  dependencies:
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: rake
@@ -141,6 +141,7 @@ files:
141
141
  - LICENSE
142
142
  - README.md
143
143
  - Rakefile
144
+ - cortex.yaml
144
145
  - lib/rex/codepage.map
145
146
  - lib/rex/text.rb
146
147
  - lib/rex/text/badchars.rb
metadata.gz.sig CHANGED
Binary file