secret_generator 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: 85a37f49ae0f1a0157f518b52686cd4c7ac66d77
4
- data.tar.gz: cc00b89b402bab4baf41249081040d97ec95ae73
3
+ metadata.gz: 28313bffdd2085b9580da510ee0a7b6e680b9280
4
+ data.tar.gz: 18e3534a550d62ae5d179dafc59e7a7afff1f715
5
5
  SHA512:
6
- metadata.gz: 9b138a3827abe993da01f9fc5246b3dd72c63400300d8e269d61f9c445f4f1b69dcfcc633b24d816c4da2c07ff9854509977f93c4d67b08781302d28934195f2
7
- data.tar.gz: 202cfe568b91fefa164a034d8c0880a1b3dbb45079f0dc0b9e0e9785d20822a09346180b01a2615a209e16c65d7cd9189b2d08d17917152680367fc7a153f94f
6
+ metadata.gz: f4dc215449a6865daab857862b334a014b191bd05980e4f00d3d5517236f204a54b32fcc9267a97db53efec01044622e43671fae6186a28dd37d4fe9863b9e96
7
+ data.tar.gz: a456a9dddc409c12936bed3b3613afedea2b808e57fe067534785f178be8e16d337742ac6a6fa0865cdd5c049266be65f5387dfc9987dc391b77c410364cb3b2
data/README.md CHANGED
@@ -1,8 +1,21 @@
1
1
  # SecretGenerator
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/secret_generator`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ secret_generator can easily create a self-signed certificate.
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ # How to
6
+
7
+ ```
8
+ secret_generator [hostname]
9
+ ```
10
+
11
+ If Once you have omitted the host name of the argument, the host name of the machine will be used.
12
+
13
+ Result is output to current directory.
14
+
15
+ ```
16
+ secret.key
17
+ public.key
18
+ ```
6
19
 
7
20
  ## Installation
8
21
 
@@ -1,3 +1,3 @@
1
1
  module SecretGenerator
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: secret_generator
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
  - '0xfffffff7'