flex_creds 0.0.0
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 +7 -0
- data/lib/flex_creds.rb +1 -0
- metadata +43 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: a74529b8997d97de6db54ecd8a5c8d026107a7c0265c3f8eb14bf5cf06008a33
|
|
4
|
+
data.tar.gz: 82879ad93927a66e641b1a2d6315e9f2f42316e995b8838a2e6bde79f4bc34c8
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: a45488920f2d4627f023a3446a822456b2a797fec9e70a07c7c1481fab46291939cc3818222637bf5ced180042a562a1dba1bb8f9e4081cd71c88db276ddf6f4
|
|
7
|
+
data.tar.gz: 4d09e7a86c832ba74ea6e10a0b9c40cc737d4d29d1c8d49959010c34ab93c3d0498ebd76aa15030225029ca6a455216f11ff8cda93df0b682bf00a9da89a2b11
|
data/lib/flex_creds.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
class FlexCreds; end
|
metadata
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: flex_creds
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Viet Hoang
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2024-02-27 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Override your project's credentials with ease
|
|
14
|
+
email: 1300077+vietqhoang@users.noreply.github.com
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- lib/flex_creds.rb
|
|
20
|
+
homepage: https://rubygems.org/gems/hola
|
|
21
|
+
licenses:
|
|
22
|
+
- MIT
|
|
23
|
+
metadata: {}
|
|
24
|
+
post_install_message:
|
|
25
|
+
rdoc_options: []
|
|
26
|
+
require_paths:
|
|
27
|
+
- lib
|
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '0'
|
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
34
|
+
requirements:
|
|
35
|
+
- - ">="
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
38
|
+
requirements: []
|
|
39
|
+
rubygems_version: 3.5.3
|
|
40
|
+
signing_key:
|
|
41
|
+
specification_version: 4
|
|
42
|
+
summary: Ruby on Rail's native credentials with a little more flexibility
|
|
43
|
+
test_files: []
|