appydave-tools 0.0.2

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.
data/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "appydave-tools",
3
+ "version": "0.0.2",
4
+ "description": "AppyDave YouTube Automation Tools",
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.3",
11
+ "@semantic-release/git": "^10.0.1",
12
+ "semantic-release": "^21.0.7"
13
+ }
14
+ }
@@ -0,0 +1,6 @@
1
+ module Appydave
2
+ module Tools
3
+ VERSION: String
4
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: appydave-tools
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: 2024-05-07 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'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: " AppyDave YouTube Automation Tools\n"
28
+ email:
29
+ - david@ideasmen.com.au
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".builders/_.rb"
35
+ - ".builders/boot.rb"
36
+ - ".builders/generators/01-bootstrap.rb"
37
+ - ".releaserc.json"
38
+ - ".rspec"
39
+ - ".rubocop.yml"
40
+ - CHANGELOG.md
41
+ - CODE_OF_CONDUCT.md
42
+ - Gemfile
43
+ - Guardfile
44
+ - LICENSE.txt
45
+ - README.md
46
+ - Rakefile
47
+ - bin/console
48
+ - bin/setup
49
+ - lib/appydave/tools.rb
50
+ - lib/appydave/tools/version.rb
51
+ - package-lock.json
52
+ - package.json
53
+ - sig/appydave/tools.rbs
54
+ homepage: http://appydave.com/gems/appydave-tools
55
+ licenses:
56
+ - MIT
57
+ metadata:
58
+ homepage_uri: http://appydave.com/gems/appydave-tools
59
+ source_code_uri: https://github.com/klueless-io/appydave-tools
60
+ changelog_uri: https://github.com/klueless-io/appydave-tools/blob/main/CHANGELOG.md
61
+ rubygems_mfa_required: 'true'
62
+ post_install_message:
63
+ rdoc_options: []
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '2.7'
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ requirements: []
77
+ rubygems_version: 3.3.5
78
+ signing_key:
79
+ specification_version: 4
80
+ summary: AppyDave YouTube Automation Tools
81
+ test_files: []