asgard 0.1.2 → 0.3.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asgard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dewayne VanHoozer
@@ -51,9 +51,10 @@ dependencies:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
53
  version: '3.0'
54
- description: A powerful Ruby-based task runner for any kind of project with task dependency
55
- tracking and concurrent execution of designated tasks. Uses Thor for its rich CLI
56
- options, var declarations, dotenv, sh/shebang helpers, and importable task files.
54
+ description: |
55
+ A powerful Ruby-based task runner for any kind of project with task dependency tracking
56
+ and concurrent execution of designated tasks. Uses Thor for its rich CLI options, var
57
+ declarations, dotenv, sh/shebang helpers, and importable task files.
57
58
  email:
58
59
  - dewayne@vanhoozer.me
59
60
  executables:
@@ -62,7 +63,9 @@ extensions: []
62
63
  extra_rdoc_files: []
63
64
  files:
64
65
  - ".envrc"
66
+ - ".github/workflows/deploy-github-pages.yml"
65
67
  - ".loki"
68
+ - ".rubocop.yml"
66
69
  - CHANGELOG.md
67
70
  - CLAUDE.md
68
71
  - COMMITS.md
@@ -72,15 +75,39 @@ files:
72
75
  - bin/asgard
73
76
  - bin/console
74
77
  - bin/setup
78
+ - docs/api.md
79
+ - docs/assets/css/custom.css
80
+ - docs/assets/images/asgard.jpg
81
+ - docs/changelog.md
82
+ - docs/dependencies.md
83
+ - docs/environment.md
84
+ - docs/examples.md
85
+ - docs/getting-started.md
86
+ - docs/helpers.md
87
+ - docs/index.md
88
+ - docs/options.md
89
+ - docs/shell.md
90
+ - docs/subcommands.md
91
+ - docs/task-files.md
92
+ - docs/tasks.md
93
+ - docs/variables.md
94
+ - examples/.env
75
95
  - examples/.loki
96
+ - examples/concurrent.loki
76
97
  - examples/db_subcommands.loki
98
+ - examples/env_usage.loki
77
99
  - examples/kitchen_sink.loki
78
100
  - examples/server_subcommands.loki
101
+ - examples/subdir/.loki
102
+ - examples/subdir/import_demo.loki
103
+ - examples/subdir/import_up_demo.loki
79
104
  - lib/asgard.rb
80
105
  - lib/asgard/base.rb
106
+ - lib/asgard/kernel_methods.rb
81
107
  - lib/asgard/shell.rb
82
108
  - lib/asgard/tasks.rb
83
109
  - lib/asgard/version.rb
110
+ - mkdocs.yml
84
111
  - sig/asgard.rbs
85
112
  homepage: https://github.com/madbomber/asgard
86
113
  licenses:
@@ -89,6 +116,7 @@ metadata:
89
116
  homepage_uri: https://github.com/madbomber/asgard
90
117
  source_code_uri: https://github.com/madbomber/asgard
91
118
  changelog_uri: https://github.com/madbomber/asgard/blob/master/CHANGELOG.md
119
+ rubygems_mfa_required: 'true'
92
120
  rdoc_options: []
93
121
  require_paths:
94
122
  - lib