k_config 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "k_config",
3
+ "version": "0.0.2",
4
+ "description": "Command line and CI/CD tools for K Config",
5
+ "scripts": {
6
+ "release": "semantic-release"
7
+ },
8
+ "devDependencies": {
9
+ "@klueless-js/semantic-release-rubygem": "github:klueless-js/semantic-release-rubygem",
10
+ "@semantic-release/changelog": "^6.0.1",
11
+ "@semantic-release/git": "^10.0.1",
12
+ "semantic-release": "^19.0.2"
13
+ }
14
+ }
data/sig/k_config.rbs ADDED
@@ -0,0 +1,4 @@
1
+ module KConfig
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,84 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: k_config
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - David Cruwys
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2022-02-04 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: k_log
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 0.0.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 0.0.0
27
+ description: " KConfig provides configuration for multi-plugin architecture\n"
28
+ email:
29
+ - david@ideasmen.com.au
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".builders/boot.rb"
35
+ - ".builders/generators/01-bootstrap.rb"
36
+ - ".githooks/commit-msg"
37
+ - ".githooks/pre-commit"
38
+ - ".github/workflows/main.yml"
39
+ - ".gitignore"
40
+ - ".releaserc.json"
41
+ - ".rspec"
42
+ - ".rubocop.yml"
43
+ - CHANGELOG.md
44
+ - CODE_OF_CONDUCT.md
45
+ - Gemfile
46
+ - Guardfile
47
+ - LICENSE.txt
48
+ - README.md
49
+ - Rakefile
50
+ - bin/console
51
+ - bin/setup
52
+ - docs/CODE_OF_CONDUCT.md
53
+ - docs/LICENSE.txt
54
+ - k_config.gemspec
55
+ - lib/k_config.rb
56
+ - lib/k_config/version.rb
57
+ - package-lock.json
58
+ - package.json
59
+ - sig/k_config.rbs
60
+ homepage: http://appydave.com/gems/k_config
61
+ licenses:
62
+ - MIT
63
+ metadata:
64
+ rubygems_mfa_required: 'true'
65
+ post_install_message:
66
+ rdoc_options: []
67
+ require_paths:
68
+ - lib
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: '2.7'
74
+ required_rubygems_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
79
+ requirements: []
80
+ rubygems_version: 3.1.2
81
+ signing_key:
82
+ specification_version: 4
83
+ summary: KConfig provides configuration for multi-plugin architecture
84
+ test_files: []