Sha256: b2de70ec8a78232077bee26f0e283476b5789422b379ec89007c68562910b5b6

Contents?: true

Size: 1.67 KB

Versions: 0

Compression: gzip

Compressed size: 744 Bytes

Stored size: 744 Bytes

Contents

--- !ruby/object:Gem::Specification
name: proto_dsl
version: !ruby/object:Gem::Version
  version: 0.1.0
platform: ruby
authors:
- Sylvance
autorequire:
bindir: exe
cert_chain: []
date: 2022-12-06 00:00:00.000000000 Z
dependencies: []
description: It provides a simple, readable syntax for defining Protocol Buffer message
  types using Ruby code. The `to_proto` method can be used to convert the defined
  message types into the Protocol Buffer syntax.
email:
- kerandisylvance@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".rspec"
- ".rubocop.yml"
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- Gemfile
- Gemfile.lock
- README.md
- Rakefile
- lib/proto_dsl.rb
- lib/proto_dsl/dsl.rb
- lib/proto_dsl/enum.rb
- lib/proto_dsl/message.rb
- lib/proto_dsl/oneof.rb
- lib/proto_dsl/rpc.rb
- lib/proto_dsl/service.rb
- lib/proto_dsl/version.rb
- proto_dsl.gemspec
homepage: https://github.com/Sylvance/proto_dsl
licenses: []
metadata:
  allowed_push_host: https://rubygems.org
  homepage_uri: https://github.com/Sylvance/proto_dsl
  source_code_uri: https://github.com/Sylvance/proto_dsl
  changelog_uri: https://github.com/Sylvance/proto_dsl/blob/main/CHANGELOG.md
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 2.6.0
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.3.7
signing_key:
specification_version: 4
summary: The `ProtoDsl::DSL` is a Domain Specific Language (DSL) for defining Protocol
  Buffer message types
test_files: []

Package Spec version

proto_dsl-0.1.0