panda-core 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/lib/panda/core/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04774a71d319818bdded29efe42d242db6b4c9e33982339dbf82facab74fa077
|
4
|
+
data.tar.gz: aed27349cc6569068b66317505f83fbadc6f328f5e6d6be1714c5aede9bb14a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1da4c025184ea4df19c350e3cd9fede9164e0549adf2ba6957169f2f6b358ecb587104294c8531d3a64bf320080012735e4030d8f92953f70788933ff58de8fe
|
7
|
+
data.tar.gz: 45c97442edf80827422dda4058c126a7d4ff87ef80e769c8a3ca4839ff0da7b3bb4d320dcef273830c396f8c43e81cf6f99d78b9dbaefe85970a24c78e406fb7
|
data/README.md
CHANGED
@@ -9,7 +9,7 @@ Core functionality shared between Panda Software gems:
|
|
9
9
|
Add this line to your application's Gemfile:
|
10
10
|
|
11
11
|
```
|
12
|
-
gem '
|
12
|
+
gem 'panda-core'
|
13
13
|
```
|
14
14
|
|
15
15
|
And then execute:
|
@@ -54,9 +54,7 @@ This will copy the following configuration files to your project:
|
|
54
54
|
|
55
55
|
### 3. Configure Dependencies
|
56
56
|
|
57
|
-
The
|
58
|
-
|
59
|
-
- `panda_core`
|
57
|
+
The gems listed in the `panda-core.gemspec` will be added to your Gemfile (or, if this an engine, your `gem-name.gemspec` file).
|
60
58
|
|
61
59
|
Make sure to follow the setup instructions for each of these gems.
|
62
60
|
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Panda Software Limited
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-11-
|
12
|
+
date: 2024-11-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activestorage-office-previewer
|
@@ -493,14 +493,14 @@ dependencies:
|
|
493
493
|
requirements:
|
494
494
|
- - "~>"
|
495
495
|
- !ruby/object:Gem::Version
|
496
|
-
version: '
|
496
|
+
version: '16'
|
497
497
|
type: :runtime
|
498
498
|
prerelease: false
|
499
499
|
version_requirements: !ruby/object:Gem::Requirement
|
500
500
|
requirements:
|
501
501
|
- - "~>"
|
502
502
|
- !ruby/object:Gem::Version
|
503
|
-
version: '
|
503
|
+
version: '16'
|
504
504
|
- !ruby/object:Gem::Dependency
|
505
505
|
name: pg
|
506
506
|
requirement: !ruby/object:Gem::Requirement
|
@@ -894,7 +894,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
894
894
|
- !ruby/object:Gem::Version
|
895
895
|
version: '0'
|
896
896
|
requirements: []
|
897
|
-
rubygems_version: 3.5.
|
897
|
+
rubygems_version: 3.5.23
|
898
898
|
signing_key:
|
899
899
|
specification_version: 4
|
900
900
|
summary: Core libraries and development tools for Panda Software projects
|