rex-random_identifier 0.1.3 → 0.1.4
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 +2 -1
- data/lib/rex/random_identifier/version.rb +1 -1
- data/rex-random_identifier.gemspec +0 -1
- metadata +4 -6
- metadata.gz.sig +0 -0
- data/bin/console +0 -14
- data/bin/setup +0 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8772d878fb4e4fd9e4abcb7bd3508e436ed831fb
|
|
4
|
+
data.tar.gz: 24b0f09296193ae16b112ebee61d4e2c63330562
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c58de0f517bd1dede194872a00a21d668305fc3f3d51d956d70817a24f86ba54a7bd73efb4f90cb9d3adb9b1c7d21efca0eb1f6e3a941f6214d1b26820d89f10
|
|
7
|
+
data.tar.gz: 51aee2653de9a3fe7b55a085e82aff133000dbd76960f7183cc0a57925a4b447033b6fc586a3ebb78fe273130b67bb3accf252a3bea93a9b3e128f83fa9c7f66
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|��>�`Z�l�-GY�m���x�z��m� q��v+�<u'���U�Uy,Zd�5=7��]�n�\Kxs����&�6�Mn����O6�"�VUԫ'����N�I���)%�U�kY�g���ʛvͿ-�t��_֚��<�y|�n�qW������n�u�Eݼi��|��Mh1�SLO�f��j�_�l����B��
|
|
2
|
+
��Я6����Y%�XH��p�JM�Q�$M;?u��|a7�;!�#@�%u�������2�}�)
|
|
@@ -14,7 +14,6 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.homepage = "https://github.com/rapid7/rex-random_identifier"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
17
|
-
spec.bindir = "exe"
|
|
18
17
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
19
18
|
spec.require_paths = ["lib"]
|
|
20
19
|
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rex-random_identifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David 'thelightcosine' Maloney
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: bin
|
|
10
10
|
cert_chain:
|
|
11
11
|
- |
|
|
12
12
|
-----BEGIN CERTIFICATE-----
|
|
@@ -88,7 +88,7 @@ cert_chain:
|
|
|
88
88
|
G+Hmcg1v810agasPdoydE0RTVZgEOOMoQ07qu7JFXVWZ9ZQpHT7qJATWL/b2csFG
|
|
89
89
|
8mVuTXnyJOKRJA==
|
|
90
90
|
-----END CERTIFICATE-----
|
|
91
|
-
date: 2017-
|
|
91
|
+
date: 2017-09-07 00:00:00.000000000 Z
|
|
92
92
|
dependencies:
|
|
93
93
|
- !ruby/object:Gem::Dependency
|
|
94
94
|
name: bundler
|
|
@@ -161,8 +161,6 @@ files:
|
|
|
161
161
|
- LICENSE
|
|
162
162
|
- README.md
|
|
163
163
|
- Rakefile
|
|
164
|
-
- bin/console
|
|
165
|
-
- bin/setup
|
|
166
164
|
- lib/rex/random_identifier.rb
|
|
167
165
|
- lib/rex/random_identifier/generator.rb
|
|
168
166
|
- lib/rex/random_identifier/version.rb
|
|
@@ -186,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
186
184
|
version: '0'
|
|
187
185
|
requirements: []
|
|
188
186
|
rubyforge_project:
|
|
189
|
-
rubygems_version: 2.6.
|
|
187
|
+
rubygems_version: 2.6.13
|
|
190
188
|
signing_key:
|
|
191
189
|
specification_version: 4
|
|
192
190
|
summary: Random Identifier Generator
|
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/random_identifier"
|
|
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
|