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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/lib/panda/core/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc545a266b233a065a0ad1400d61566033d676509364cbb0b3264cfebf1f937c
4
- data.tar.gz: 1328107817e05bf72dd11dd0b3b27a3d39813b792ef2cd19b7e3d545d12a9df8
3
+ metadata.gz: 057b8767bede836a7c7163541af42cafdbdeef589d2620739a19ed08b3b1e350
4
+ data.tar.gz: 641266c826e5ab94f11e6c44a5ecaa97ce95207b9716fa658b6bb6fc7619edec
5
5
  SHA512:
6
- metadata.gz: 221e370f59805011182520d1846637996517b080639dae1273814b8d44409bcc21b5af9b60f668acae9519a849407bb47f590f8c5ec29be35c67d743ad87dff5
7
- data.tar.gz: 07bf703d37be3e11224154713566817eebe59e99660a902d52c2c7b77f050049fb8334ea501ba939e71537e12d33c6dc38130f02f7dbd6c9dd17713fcf4bbc9c
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:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Panda
4
4
  module Core
5
- VERSION = "0.1.12"
5
+ VERSION = "0.1.13"
6
6
  end
7
7
  end
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.12
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.8
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: []