fli_video 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": "fli_video",
3
+ "version": "0.0.2",
4
+ "description": "FliVideo - Video Asset Management for Content Creators",
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
+ }
data/sig/fli_video.rbs ADDED
@@ -0,0 +1,4 @@
1
+ module FliVideo
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,83 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fli_video
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: 2023-12-19 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: " FliVideo - Video Asset Management for Content Creators\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
+ - ".tool-versions"
41
+ - CHANGELOG.md
42
+ - CODE_OF_CONDUCT.md
43
+ - Gemfile
44
+ - Guardfile
45
+ - LICENSE.txt
46
+ - README-features.md
47
+ - README.md
48
+ - Rakefile
49
+ - bin/console
50
+ - bin/setup
51
+ - lib/fli_video.rb
52
+ - lib/fli_video/version.rb
53
+ - package-lock.json
54
+ - package.json
55
+ - sig/fli_video.rbs
56
+ homepage: http://appydave.com/gems/fli_video
57
+ licenses:
58
+ - MIT
59
+ metadata:
60
+ homepage_uri: http://appydave.com/gems/fli_video
61
+ source_code_uri: https://github.com/klueless-io/fli_video
62
+ changelog_uri: https://github.com/klueless-io/fli_video/blob/main/CHANGELOG.md
63
+ rubygems_mfa_required: 'true'
64
+ post_install_message:
65
+ rdoc_options: []
66
+ require_paths:
67
+ - lib
68
+ required_ruby_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: '2.7'
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ requirements: []
79
+ rubygems_version: 3.3.5
80
+ signing_key:
81
+ specification_version: 4
82
+ summary: FliVideo - Video Asset Management for Content Creators
83
+ test_files: []