tokogen 0.1.1 → 0.1.2

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: 02fc56804395ffd4dd1fc6ea69dcfd1e7eb139f3
4
- data.tar.gz: 5acb5afe794ea5e25772d6814b5e120373beaa7a
3
+ metadata.gz: d37166686245cf99243365f86bcef7c4a8ec2b1a
4
+ data.tar.gz: 978498c998a874852766f7c0e0f1ad6809cf633f
5
5
  SHA512:
6
- metadata.gz: 58f0a285af9ffd681177fe4781a3a30aacf441c3d20ebfbe35cd49e024ea22fbb91fbb349df3672a7b1179c71022dad253d8f32de0249f371eb13f187b50cbf9
7
- data.tar.gz: 0d8084452c90d40adaecf855a6edb4cab771857fabe226743e9c77ccee4502901bb0df12d7c111be70230782e7066121d862094e5ff181ef3ad99e9b579e7119
6
+ metadata.gz: 7ac95fe534f71d357d48b4c08fb1f461553314d6f5fa1c3912e4f20c0c08529a2e4b7bc00130b95954d9d8195656d84a708f36d8ef4c78a9dacf79a4636c2a3f
7
+ data.tar.gz: d73f36a631cf3385dde27a3607456987848366044f06f3e56c59c01bad28f8cfe1b49c3b466d3c3123e3516e493a13ad83e379c748055eec8256987c32b5abeb
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Tokogen
2
2
 
3
- A ruby gem that allows you to generate customizeable random tokens.
3
+ A ruby gem that allows you to generate customizable random tokens.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Tokogen
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
data/tokogen.gemspec CHANGED
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ['MOZGIII']
11
11
  spec.email = ['mike-n@narod.ru']
12
12
 
13
- spec.summary = 'Generates random tokens with fixed length and customizeable alphabet.'
14
- spec.description = 'A ruby gem that allows you to generate customizeable random tokens.'
13
+ spec.summary = 'Generates random tokens with fixed length and customizable alphabet.'
14
+ spec.description = 'A ruby gem that allows you to generate customizable random tokens.'
15
15
  spec.homepage = 'https://github.com/MOZGIII/tokogen'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tokogen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MOZGIII
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: A ruby gem that allows you to generate customizeable random tokens.
55
+ description: A ruby gem that allows you to generate customizable random tokens.
56
56
  email:
57
57
  - mike-n@narod.ru
58
58
  executables: []
@@ -96,5 +96,5 @@ rubyforge_project:
96
96
  rubygems_version: 2.6.8
97
97
  signing_key:
98
98
  specification_version: 4
99
- summary: Generates random tokens with fixed length and customizeable alphabet.
99
+ summary: Generates random tokens with fixed length and customizable alphabet.
100
100
  test_files: []