fli_video 0.1.3 → 0.1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e83ceea468e4b8d69338857651f88d29537aa6479b9ab561c6eeb1d5f589dad
4
- data.tar.gz: 58019675fc035f63893a7d08a453f8ec4e66792b5aaabfe3a1e356d01e95364e
3
+ metadata.gz: c7ad9d2ec7de3c3925aa352e276cb24b4a8c87a35096dbbd0f6cf80c98f06330
4
+ data.tar.gz: 42ebfb8751a816c4da7a4198f9e688b69f703e7b819a6202e5f7d0130c93fd5f
5
5
  SHA512:
6
- metadata.gz: 3bd5a0c830b3c980a18504760f76dc5f78532e96a8c9b6e02ecb369a0ac223bc2581f827960881d2ad3c164c4f60650b4b57542d5a99fa264ed0fe2f6f930797
7
- data.tar.gz: 517d7ec5fda3eac665bdae685d05c186dabaeb9b63dc52d9c64fdc188855f0029ac6ccfda0fe8087b570f647a2728aac7327536bb1d085ea4cd25bbaa7edaf17
6
+ metadata.gz: 49e553b68517bebc8c1843ec72037608e6f80047bb7def8b51352f696dfd08c8c87cd0a96529a7441a3dec4b6b82ff2bbd9ee399144399d52031fdfd66d58c62
7
+ data.tar.gz: 128c874dca3c5ce628873b3435033d6faed8206aa0d62de19ded4f429e3b7c608e9f5c3183872c5298d019c734c2dfdc86a56848779664fffecfe23deeb86955
data/.releaserc.json CHANGED
@@ -36,5 +36,5 @@
36
36
  ],
37
37
  "@semantic-release/github"
38
38
  ],
39
- "repositoryUrl": "git@github.com:klueless-io/fli_video.git"
39
+ "repositoryUrl": "git@github.com:appydave/fli_video.git"
40
40
  }
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.1.3](https://github.com/klueless-io/fli_video/compare/v0.1.2...v0.1.3) (2024-11-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update mygems repo location ([b7706e2](https://github.com/klueless-io/fli_video/commit/b7706e288d5f7698fc72175e5c389defc3bc4e63))
7
+
1
8
  ## [0.1.2](https://github.com/klueless-io/fli_video/compare/v0.1.1...v0.1.2) (2024-11-30)
2
9
 
3
10
 
data/README.md CHANGED
@@ -51,7 +51,7 @@ See all [usage examples](./USAGE.md)
51
51
  Checkout the repo
52
52
 
53
53
  ```bash
54
- git clone https://github.com/klueless-io/fli_video
54
+ git clone https://github.com/appydave/fli_video
55
55
  ```
56
56
 
57
57
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests.
@@ -87,7 +87,7 @@ function krefactor () { kcommit "refactor: $1" }
87
87
 
88
88
  ## Contributing
89
89
 
90
- Bug reports and pull requests are welcome on GitHub at https://github.com/klueless-io/fli_video. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
90
+ Bug reports and pull requests are welcome on GitHub at https://github.com/appydave/fli_video. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
91
91
 
92
92
  ## License
93
93
 
@@ -95,7 +95,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
95
95
 
96
96
  ## Code of Conduct
97
97
 
98
- Everyone interacting in the Fli Video project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/klueless-io/fli_video/blob/master/CODE_OF_CONDUCT.md).
98
+ Everyone interacting in the Fli Video project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/appydave/fli_video/blob/master/CODE_OF_CONDUCT.md).
99
99
 
100
100
  ## Copyright
101
101
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FliVideo
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
data/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "fli_video",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "fli_video",
9
- "version": "0.1.3",
9
+ "version": "0.1.4",
10
10
  "devDependencies": {
11
11
  "@klueless-js/semantic-release-rubygem": "github:klueless-js/semantic-release-rubygem",
12
12
  "@semantic-release/changelog": "^6.0.3",
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fli_video",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "FliVideo - Video Asset Management for Content Creators",
5
5
  "scripts": {
6
6
  "release": "semantic-release"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fli_video
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys