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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99048e67578081a44d00b0c29e52a7ea2cf8467f
4
- data.tar.gz: 5b3fb7836e4788bba6e7c4668eb648a154dcb074
3
+ metadata.gz: 8772d878fb4e4fd9e4abcb7bd3508e436ed831fb
4
+ data.tar.gz: 24b0f09296193ae16b112ebee61d4e2c63330562
5
5
  SHA512:
6
- metadata.gz: ed1935a0b2fc5bf1f42a4296f65bd30b7c4f5be71de13e15f35338cdcb8ef425f0554b5ca83fa5656ec75b49a18868145694800408509bd1bac229166c9bc90e
7
- data.tar.gz: 0d58a54c2cc2d3bbffa180676df17f3fd7fa769e4c4411764a36e1243d27788fa21dabae03ae5d32a783aa1391f7567942ec927a37c7e11d8d3cc9914c2275cd
6
+ metadata.gz: c58de0f517bd1dede194872a00a21d668305fc3f3d51d956d70817a24f86ba54a7bd73efb4f90cb9d3adb9b1c7d21efca0eb1f6e3a941f6214d1b26820d89f10
7
+ data.tar.gz: 51aee2653de9a3fe7b55a085e82aff133000dbd76960f7183cc0a57925a4b447033b6fc586a3ebb78fe273130b67bb3accf252a3bea93a9b3e128f83fa9c7f66
Binary file
data.tar.gz.sig CHANGED
@@ -1 +1,2 @@
1
- k��aN7��t2iIP�����κ������c?B��:O/��q��2)�%���BW��X�R�B`�� HY� _�?��L��Ӷ5 �E2W���ӎ�SіL*�'o4x����5��dx4-�e����qdz�����ZY��kb�*_�������:>[`����;U�=�T���,ð睬�F�௢n�3Q����'�ܝ�Vj��#on�ך[mpr
1
+ |��>�`Zl�-GY�m���x�z��m q��v+�<u'���UUy,Zd�5=7��]�n�\Kxs����&�6Mn����O6"VUԫ'����N�I��� )%�U�kY�g���ʛvͿ-�t��_֚��<�y|ž�n�qW������nuE ݼi��|��Mh1�SLO�f��j�_�l����B��
2
+ ��Я6����Y%�XH� �p�JM�Q�$M;?u��|a7�;!�#@�%u�������2�}�)
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module RandomIdentifier
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
@@ -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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David 'thelightcosine' Maloney
8
8
  autorequire:
9
- bindir: exe
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-08-25 00:00:00.000000000 Z
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.8
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
@@ -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
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