plantae 0.1.10 → 0.1.11

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: 37569399a86f5090f38f5fac97d9eca51c32902bd466be80a1c0c58acaecd372
4
+ data.tar.gz: eb0f6445a9257852914a4976018ad327fb79c5ff039df5d56c6229e6f1e575f5
5
5
  SHA512:
6
- metadata.gz: e8457bf9e29e336fcb064e57137a0554eef0aafbbafe29b6dc6136725e3d06db9cf7810bd567b0df374b3b823500c9631e72671b6dfb1a4c1c205eb5fec15276
7
- data.tar.gz: 81f62c35f92f7489ef2627edeceb37e841c620429e21d57dd9540103caeeff35ce20d3dfd5df926971a45b27d0448ad7640dc981b7e51cb1e1da3d5694fa8d36
6
+ metadata.gz: ad3051a52f0e6a89f1cd575f573cd487fe4e63e5f0e1c36f623eba8b03469fff11aad8646199bd3a2afbbbf1ed726e2bf5afabc16ae72fb00fc15c78b3f6e78c
7
+ data.tar.gz: 85c6762b18e8cbc3dc52aead8c1dd76b27c1eac2328c3cde0d2d36fea69fecf10f4243f750759e968a7b1cc623a9b2a3d4b7c4241b23b0789a02aefa7f96a98b
@@ -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.8)
17
17
  activesupport (>= 5.2)
18
18
 
19
19
  GEM
@@ -50,7 +50,7 @@ GEM
50
50
  nokogiri (>= 1.5.9)
51
51
  method_source (1.0.0)
52
52
  mini_portile2 (2.7.1)
53
- minitest (5.20.0)
53
+ minitest (5.14.2)
54
54
  nokogiri (1.13.1)
55
55
  mini_portile2 (~> 2.7.0)
56
56
  racc (~> 1.4)
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.11'
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.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Cornelissen
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-11 00:00:00.000000000 Z
11
+ date: 2024-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -38,13 +38,14 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0.2'
41
- description:
41
+ description:
42
42
  email:
43
43
  - mark@boxture.com
44
44
  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
@@ -66,7 +67,7 @@ licenses:
66
67
  metadata:
67
68
  homepage_uri: https://code.entdec.com/components/plantae
68
69
  source_code_uri: https://code.entdec.com/components/plantae
69
- post_install_message:
70
+ post_install_message:
70
71
  rdoc_options: []
71
72
  require_paths:
72
73
  - lib
@@ -81,8 +82,8 @@ 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
- signing_key:
85
+ rubygems_version: 3.4.10
86
+ signing_key:
86
87
  specification_version: 4
87
88
  summary: Plantae helps you put seed data in your projects.
88
89
  test_files: []