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 +4 -4
- data/.releaserc.json +1 -1
- data/CHANGELOG.md +7 -0
- data/README.md +3 -3
- data/lib/fli_video/version.rb +1 -1
- data/package-lock.json +2 -2
- data/package.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7ad9d2ec7de3c3925aa352e276cb24b4a8c87a35096dbbd0f6cf80c98f06330
|
4
|
+
data.tar.gz: 42ebfb8751a816c4da7a4198f9e688b69f703e7b819a6202e5f7d0130c93fd5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49e553b68517bebc8c1843ec72037608e6f80047bb7def8b51352f696dfd08c8c87cd0a96529a7441a3dec4b6b82ff2bbd9ee399144399d52031fdfd66d58c62
|
7
|
+
data.tar.gz: 128c874dca3c5ce628873b3435033d6faed8206aa0d62de19ded4f429e3b7c608e9f5c3183872c5298d019c734c2dfdc86a56848779664fffecfe23deeb86955
|
data/.releaserc.json
CHANGED
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/
|
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/
|
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/
|
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
|
|
data/lib/fli_video/version.rb
CHANGED
data/package-lock.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "fli_video",
|
3
|
-
"version": "0.1.
|
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.
|
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