rex-text 0.2.7 → 0.2.8

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: 30d5b394ec65de91e08371d965907b209caeb8ec
4
- data.tar.gz: 9a0445b4a55d841e291d6b10b19af98271dd7b3b
3
+ metadata.gz: f4e32769d02147c606378aff34dc2430af4bd28a
4
+ data.tar.gz: 177d6821ccceec2e0e0aabf5ccb5f65ca4ccd96b
5
5
  SHA512:
6
- metadata.gz: 7e377ef6efadae8012b7f8b86cd3ed1e3a8278b7055f8540335f3aaf2d1858fdb340d9d8e53d59a9ddab81ffefee61221577db34da480c66ad720b5c5c66b3a1
7
- data.tar.gz: 8b8ec6b5f3813cb52689e7de7d0f7af1ca4faad79e77eb21683cf71cc1cd0c0e04f117024200597aca30352751f18fe4000682ec6b4b4c55e05bf7d087d2ad05
6
+ metadata.gz: 4145e5355697b6c26a7cba379df0863a9db37f69f99f5d5419a8874916c70e0ecbf7b6841cc5e63e75b1ae2970f6f3fbb4cf7a54a216b4f5b8fe70a157d6a18a
7
+ data.tar.gz: 2682d800f78905ea9800932369d06ba6eecbbd38eebc42fda618ed46e2e427b7569d4d6173bd7a6f947e7262f525ad4f512015b9d9e8fc0566edae350a89e630
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Text
3
- VERSION = "0.2.7"
3
+ VERSION = "0.2.8"
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.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - David 'thelightcosine' Maloney
@@ -149,8 +149,6 @@ files:
149
149
  - LICENSE
150
150
  - README.md
151
151
  - Rakefile
152
- - bin/console
153
- - bin/setup
154
152
  - lib/rex/codepage.map
155
153
  - lib/rex/text.rb
156
154
  - lib/rex/text/badchars.rb
metadata.gz.sig CHANGED
Binary file
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "rex/text"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here