go_core 0.0.1
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/go_core.rb +5 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 0df58dde1097ea6ecb26f33100b509e9d434bc02953b347fffd8bf70ad11033d
|
4
|
+
data.tar.gz: b9f0efa80e55df6cfa1811f743e21d5b4a5e38bbb57aa81cb380f353ca34d473
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 5564a0d067755c123e4d543a5262946d2f4a0c1fb2eca0aa2c29a76dace50d3530af85682054cab4c54d26c1a3e654f5bb3dbeec562732b8d93d30ee78c19e01
|
7
|
+
data.tar.gz: d7180affaa9145370fe3efd7d25a45d2bff0041b1b7996eb16106ffce97fa3fe350cff9a2fa95d89f07352e9a36138b896ee03ec44f934d09efe1ca66e490950
|
data/lib/go_core.rb
ADDED
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: go_core
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Nguyen The Thang
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2019-06-01 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: This bundle includes most use gems, best practices and much more
|
14
|
+
email: justin@goldenowl.asia
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/go_core.rb
|
20
|
+
homepage: https://github.com/GoldenOwlAsia/go_core
|
21
|
+
licenses:
|
22
|
+
- GPL-3.0+
|
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
|
+
rubyforge_project:
|
40
|
+
rubygems_version: 2.7.6
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: Core code base and tools to develop GO Rails solution
|
44
|
+
test_files: []
|