panda-core 0.1.14 → 0.1.15
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/LICENSE +1 -1
- data/lib/panda/core/version.rb +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: ea1bfc05e5338c4a8b3adca255cfb5ae6dec05a5b6cb00c74d9efa25755cb7d5
|
4
|
+
data.tar.gz: 160c45b09f0691169b49b16be69860f8a06eabb4dfadd2dceb393cb8dc6e57e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7616253faeb9d444cba7b78e1efcf984505d25ab96a499b10bae660ef547714279cd8811ab6441d33365065a12d1bf492a3ce40cbc7f112c76fccef8708298ec
|
7
|
+
data.tar.gz: d97932d25a7629254564d2c282d4a1b9d855d1b8298a82a7efc69255e9883eab67abf3a8963d541d2aa01d8fb30b7b04079f2a4d550bffd2cbe5dddee928db16
|
data/LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
BSD 3-Clause License
|
2
2
|
|
3
|
-
Copyright © 2024 - 2025,
|
3
|
+
Copyright © 2024 - 2025, Otaina Limited (t/a Tasty Bamboo), James Inman
|
4
4
|
|
5
5
|
Redistribution and use in source and binary forms, with or without
|
6
6
|
modification, are permitted provided that the following conditions are met:
|
data/lib/panda/core/version.rb
CHANGED