rex-text 0.2.23 → 0.2.24

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
  SHA1:
3
- metadata.gz: 749df288d86a56887e10173789fa6f5cf48338f0
4
- data.tar.gz: 2816e209fbf1f7023bddfba45685547f39135e65
3
+ metadata.gz: 51a9803ee641b5a26f6d13aa7826d38c76ff5f02
4
+ data.tar.gz: db8994355edce05e82b1999b929966eb6b9909f0
5
5
  SHA512:
6
- metadata.gz: 13065d1896bf02cd692079389e4d67b870f8a429914c91a2cf238c6c4f6e9e0123de531cedd8845888958404e00d6c96af570f910e9741bee5309a60634d3d35
7
- data.tar.gz: 9cf93a5d8f0c83d09a79841de00afaf39a329a95024d9f7345620f07442dd317f3592ef1351cddd0eace24772f51039434159073e94a62cf22adc9c0498671cb
6
+ metadata.gz: a389957a4a0de7f3fc2a8453e1d73c992c6ffa3ac50a91b493e252a32ca32433d27b64578c6b253ecb27cd92c25e59820f30ff11dc6197d33208d5a43cb8daf6
7
+ data.tar.gz: 32f3b0738a53976c04686c9c4990fa8bc6a45ca1c2c57612314b738f69680a4cf5f186a5e1f6108d09587f0a4d3bd18e3f7f461a82a88bbc698e96b349044678
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -152,5 +152,13 @@ module Rex
152
152
  return wordwrap(str, 0, wrap, '', '# ')
153
153
  end
154
154
 
155
+ #
156
+ # Creates a psh-style comment
157
+ #
158
+ def self.to_psh_comment(str, wrap = DefaultWrap)
159
+ return wordwrap(str, 0, wrap, '', '# ')
160
+ end
161
+
162
+
155
163
  end
156
164
  end
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Text
3
- VERSION = "0.2.23"
3
+ VERSION = "0.2.24"
4
4
  end
5
5
  end
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.23
4
+ version: 0.2.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - David 'thelightcosine' Maloney
@@ -88,7 +88,7 @@ cert_chain:
88
88
  G+Hmcg1v810agasPdoydE0RTVZgEOOMoQ07qu7JFXVWZ9ZQpHT7qJATWL/b2csFG
89
89
  8mVuTXnyJOKRJA==
90
90
  -----END CERTIFICATE-----
91
- date: 2019-08-27 00:00:00.000000000 Z
91
+ date: 2019-09-18 00:00:00.000000000 Z
92
92
  dependencies:
93
93
  - !ruby/object:Gem::Dependency
94
94
  name: bundler
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  version: '0'
194
194
  requirements: []
195
195
  rubyforge_project:
196
- rubygems_version: 2.6.13
196
+ rubygems_version: 2.6.14
197
197
  signing_key:
198
198
  specification_version: 4
199
199
  summary: Provides Text Manipulation Methods for Exploitation
metadata.gz.sig CHANGED
Binary file