tapioca-compilers-dry_struct 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 328465f4867f3800e53f085041e812ae8be9e1a079ff239a100c5c9e7de8dec8
4
- data.tar.gz: 75b0dae85cdf386ed9abb2b30521722065f300cc51d9e59bdff6e05f8581c08b
3
+ metadata.gz: 2c7239e98f59e27e9d3fca73114ca3a121396f6e2ddf82379b1af70d1cbf848c
4
+ data.tar.gz: 1b4ed939c1c8323a68965cef004624196cdd7e56c999b48313cc4c53afed75fb
5
5
  SHA512:
6
- metadata.gz: ae98c1c4e2f935bb64c5523971fd4dee9061022dc1f94558eedb8a917d6efe5db0f88eb983f163f8afd0375d1b1e624d455f76907b783adfc218d571c2272a1f
7
- data.tar.gz: 688b11f616071382d840d6bba3576d1674c0003414ad3869dd4b75cb08defef05e698958e13b5bbe2e301295a72fe28d2793d7dc180b3ec1c9ca722cd5563293
6
+ metadata.gz: c6d0f96e957ba3c99a15134ba069b08c075259aa5f9f47e2b5d72feeb8cbdebeaef8b18271604cd1ea9341a2f9b24ffda4044953679e9df4ea320b02fa0700c5
7
+ data.tar.gz: 851374244bea61b2f1c8839b79ac6c046338e01bde59681d5cfdf20ce15396b1aaeb9590117b08e94bc506cb73770f3dbce08504f9959edc28ea1a713272cf29
data/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # tapioca-compilers-dry_struct Changelog
2
2
 
3
+ ## [v0.0.3](https://github.com/YukiJikumaru/tapioca-compilers-dry_struct/compare/v0.0.2...v0.0.3)
4
+
5
+ - [Add test cases for environment variables](https://github.com/YukiJikumaru/tapioca-compilers-dry_struct/pull/2)
6
+
3
7
  ## [v0.0.2](https://github.com/YukiJikumaru/tapioca-compilers-dry_struct/compare/v0.0.1...v0.0.2)
4
8
 
5
- - [Introduct CI(Github Action)]()
9
+ - [Introduce CI(Github Action)](https://github.com/YukiJikumaru/tapioca-compilers-dry_struct/pull/1)
6
10
 
7
11
  ## [v0.0.1](https://github.com/YukiJikumaru/tapioca-compilers-dry_struct/compare/v0.0.0...v0.0.1)
8
12
 
data/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/tapioca-compilers-dry_struct.svg)](https://badge.fury.io/rb/tapioca-compilers-dry_struct) ![github action badge](https://github.com/YukiJikumaru/tapioca-compilers-dry_struct/actions/workflows/main.yml/badge.svg)
4
4
 
5
- **[WARNING] THIS APP IS ALPHA VERSION!!!**
6
-
7
5
  This script is a [Tapioca's custom DSL compiler](https://github.com/Shopify/tapioca#writing-custom-dsl-compilers) for [dry-struct](https://dry-rb.org/gems/dry-struct/main/).
8
6
 
9
7
  From this ruby code,
@@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
5
5
  spec.authors = ["Yuki Jikumaru"]
6
6
  spec.email = ["jikumaruyuki@gmail.com"]
7
7
  spec.license = "MIT"
8
- spec.version = "0.0.2"
8
+ spec.version = "0.0.3"
9
9
 
10
10
  spec.summary = "Tapioca's custom DSL compiler for dry-struct"
11
11
  spec.description = spec.summary
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tapioca-compilers-dry_struct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuki Jikumaru
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-13 00:00:00.000000000 Z
11
+ date: 2022-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tapioca