plantae 0.1.10 → 0.1.12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc5369384b082e1299a38928243064344e8f13a5ed51d5560926de13eb57c202
4
- data.tar.gz: 2f4625af9abb7ef6f38173f33b5ee7e13578cce330f14e2abd2df87aaa5f7505
3
+ metadata.gz: b8fc62de8abd8a72166e49e7619c354a273997ccdea6be7325b8ad48c6262d5d
4
+ data.tar.gz: 9994b303e8b8158db97d5d630421801b8433dfc6b3cb44e4115e737babd74d3d
5
5
  SHA512:
6
- metadata.gz: e8457bf9e29e336fcb064e57137a0554eef0aafbbafe29b6dc6136725e3d06db9cf7810bd567b0df374b3b823500c9631e72671b6dfb1a4c1c205eb5fec15276
7
- data.tar.gz: 81f62c35f92f7489ef2627edeceb37e841c620429e21d57dd9540103caeeff35ce20d3dfd5df926971a45b27d0448ad7640dc981b7e51cb1e1da3d5694fa8d36
6
+ metadata.gz: 83e1f3ecf1b6fe68d3ffd7fe78d01c5f641b97a4f3b0efbbe297990066c992eefe9e8a2345763519648fb24281d571a8d3993e8020590e16b4612821317d6bdc
7
+ data.tar.gz: 81a9a8af3d0a6fd8fa2d909069f1147a8c79c5a42a7897b027afd0cf1619769fee8a692d3e826597c76991e99eb2bfece524add718eac7bd18fd286a6075bedb
@@ -0,0 +1,11 @@
1
+ name: Rubygem Push
2
+ on:
3
+ push:
4
+ tags:
5
+ - '*'
6
+ jobs:
7
+ build:
8
+ uses: entdec/_workflows/.github/workflows/gem-push.yml@main
9
+ with:
10
+ public: true
11
+ secrets: inherit
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- plantae (0.1.10)
16
+ plantae (0.1.11)
17
17
  activesupport (>= 5.2)
18
18
 
19
19
  GEM
@@ -49,14 +49,14 @@ GEM
49
49
  crass (~> 1.0.2)
50
50
  nokogiri (>= 1.5.9)
51
51
  method_source (1.0.0)
52
- mini_portile2 (2.7.1)
53
- minitest (5.20.0)
54
- nokogiri (1.13.1)
55
- mini_portile2 (~> 2.7.0)
52
+ mini_portile2 (2.8.9)
53
+ minitest (5.25.5)
54
+ nokogiri (1.18.9)
55
+ mini_portile2 (~> 2.8.2)
56
56
  racc (~> 1.4)
57
57
  pundit (2.1.1)
58
58
  activesupport (>= 3.0.0)
59
- racc (1.6.0)
59
+ racc (1.8.1)
60
60
  rack (2.2.3)
61
61
  rack-test (1.1.0)
62
62
  rack (>= 1.0, < 3)
@@ -92,4 +92,4 @@ DEPENDENCIES
92
92
  rake (~> 12.0)
93
93
 
94
94
  BUNDLED WITH
95
- 2.1.4
95
+ 2.6.3
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ge# Plantae
1
+ # Plantae
2
2
 
3
3
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/plantae`. To experiment with that code, run `bin/console` for an interactive prompt.
4
4
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Plantae
4
- VERSION = '0.1.10'
4
+ VERSION = '0.1.12'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plantae
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Cornelissen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-11 00:00:00.000000000 Z
11
+ date: 2025-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -45,6 +45,7 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
+ - ".github/workflows/gem-push.yml"
48
49
  - ".gitignore"
49
50
  - ".travis.yml"
50
51
  - Gemfile
@@ -81,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
82
  - !ruby/object:Gem::Version
82
83
  version: '0'
83
84
  requirements: []
84
- rubygems_version: 3.3.7
85
+ rubygems_version: 3.4.10
85
86
  signing_key:
86
87
  specification_version: 4
87
88
  summary: Plantae helps you put seed data in your projects.