panda-core 0.1.12 → 0.1.13
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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 057b8767bede836a7c7163541af42cafdbdeef589d2620739a19ed08b3b1e350
|
4
|
+
data.tar.gz: 641266c826e5ab94f11e6c44a5ecaa97ce95207b9716fa658b6bb6fc7619edec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16d842b959f0c3c416bc91278995b53886b3e0314f9d9ae27f064e56c920af716ce2e8163b2af72602c182616ac4d63c1054c2ff88b15af72bbcf437578a6edc
|
7
|
+
data.tar.gz: 20d7d83ea128efec11e64b154be17a4014acc5c2119f28083e799a7b6234f675d8db7ee93aaa8d561a0925e03504c0c6b404a13e1bc6646ff0f63eabf928b6e0
|
data/LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
BSD 3-Clause License
|
2
2
|
|
3
|
-
Copyright © 2024, Panda Software Limited, James Inman
|
3
|
+
Copyright © 2024 - 2025, Panda Software Limited, 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
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: panda-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tasty Bamboo
|
@@ -383,7 +383,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
383
383
|
- !ruby/object:Gem::Version
|
384
384
|
version: '0'
|
385
385
|
requirements: []
|
386
|
-
rubygems_version: 3.6.
|
386
|
+
rubygems_version: 3.6.9
|
387
387
|
specification_version: 4
|
388
388
|
summary: Core libraries and development tools for Tasty Bamboo projects
|
389
389
|
test_files: []
|