proto_plugin 0.1.0.pre.alpha.1 → 0.1.0.pre.alpha.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/proto_plugin/version.rb +1 -1
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 234639adb3b11803f9133b79e20cf7b041ceaf981d50d54fd9df9d1176a2fc59
4
- data.tar.gz: 4e7a840727af5c11e3100badb2a59df321f5404800b5f1a899ec27465ca28802
3
+ metadata.gz: 5a1f639a6d10b3b1453fe175009232fc1e1b548c4b93b7075e336b548c9a71bf
4
+ data.tar.gz: '008f968744cc7f74d42df472d1b191a71752973ad9ebba255673d4db4c594f28'
5
5
  SHA512:
6
- metadata.gz: 05ff8c5edafe02b16055506ba0f18ee13034c996e1f73808167d7b332bd1eeb5ce23a9125ca2d636608ba148f671ba9b4e7ec29366894fb35717c609b82d3c94
7
- data.tar.gz: ff027cf3164cb6ccd40c337a236b6fae19aa6c77a9955218123fdc2e5c633c4efa9e654bb32cdb559167c460a69369c9d6bf976afa67ddc124c6c2d31f25990f
6
+ metadata.gz: 97fc2b8b9e3d1687d987696a95b479c816937ab0ff92d20e929974dc9884e9d60ff869392fa29eec69285531965a73da35146a88f62e07bcf320efbda85000be
7
+ data.tar.gz: 82546a40d21f5c5f893fcd89df670667743f0b15cc133134cfbe68ee997cf157a9544ee46bb97ea3f180115f89d5e98ae7671c38cdd44fd6f1b7905fa6021d1f
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ProtoPlugin
4
- VERSION = "0.1.0.pre.alpha.1"
4
+ VERSION = "0.1.0.pre.alpha.2"
5
5
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proto_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.1
4
+ version: 0.1.0.pre.alpha.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Baker
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2024-09-21 00:00:00.000000000 Z
@@ -24,7 +24,7 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '4.28'
27
- description:
27
+ description:
28
28
  email:
29
29
  - jonathan@jmb.dev
30
30
  executables: []
@@ -42,7 +42,7 @@ metadata:
42
42
  homepage_uri: https://github.com/cocoahero/proto_plugin
43
43
  source_code_uri: https://github.com/cocoahero/proto_plugin
44
44
  allowed_push_host: https://rubygems.org
45
- post_install_message:
45
+ post_install_message:
46
46
  rdoc_options: []
47
47
  require_paths:
48
48
  - lib
@@ -57,8 +57,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
- rubygems_version: 3.5.18
61
- signing_key:
60
+ rubygems_version: 3.5.11
61
+ signing_key:
62
62
  specification_version: 4
63
63
  summary: Easily build `protoc` plugins in Ruby.
64
64
  test_files: []