undockerizer 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/undockerizer.rb +5 -0
- metadata +43 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c94a413ab194bb03719ccab685bbb385725f1a565855e5e23b5ceade700bc958
|
4
|
+
data.tar.gz: c9877936e892a00e1276095ab0c3eaadde6d95fac2cc489bb432884ea934f09a
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 4262a16aea866b93c821c89c9d7a0b2c3367eb7312611e3f08a189d5b82156102492a686d6dc66316c15c86a0f7372aca63248fa7cc0117370c055a0d348945f
|
7
|
+
data.tar.gz: a9b4537333ab108395c4f97dfb5fc56fcf8473d8b876ceeb5b47b9fc1a8ae796e7670644bf358aeca16843c56e5404030b59105b56626889933156695215ad0e
|
data/lib/undockerizer.rb
ADDED
metadata
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: undockerizer
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Mike Ray
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2023-02-04 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Identify docker build configration and restore rails app default configuration
|
14
|
+
email: m.arriaga.smb@gmail.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/undockerizer.rb
|
20
|
+
homepage: https://rubygems.org/gems/undockerizer
|
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.3.7
|
40
|
+
signing_key:
|
41
|
+
specification_version: 4
|
42
|
+
summary: Undockerize your Rails App
|
43
|
+
test_files: []
|