iry 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (7) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +17 -3
  3. data/README.md +1 -0
  4. data/VERSION +1 -1
  5. data/package-lock.json +1785 -0
  6. data/package.json +28 -0
  7. metadata +5 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 21ffff3b3300f8b100bbe0af995b5d0736260f8c17ca93c9f6e66b44b9fd3088
4
- data.tar.gz: 5df2033893b5f5d8e8bdf7c97061f8bacc185620daa9a42b87167e945cf534ae
3
+ metadata.gz: c8ae02334a5f3e0b1089e4089f04008854e944e26a375160631c67ec182addab
4
+ data.tar.gz: ad323f4e0bc0e11f0ff75ad291f00ef9460eda43ce220c19ad3d24d9cd18d0ee
5
5
  SHA512:
6
- metadata.gz: dbc9d0e8a465a34834007308bce3955ed5248c8a93699f81a346c6472cf153dc3df982217868a0392b510f32a0d3fc7ead3c6e9474bc55a508fd976a03e64be4
7
- data.tar.gz: 3810fa311f0c09b51dd681eeaa31d6e36eb6a9ee3c131042e43cc525a0231a8df8cbe6f4ae2a55588de95ca3c7e950bf4ef36bc56410214c9adc71f1ceea1ab7
6
+ metadata.gz: ea80cdf04ec0c0322209a9eef78447d27f8833e47540faf60ca37ed9e27b78e8b8a8557d6b7111f1673bf05b6f14994e223dae49b99fa26c955520c0938386dd
7
+ data.tar.gz: 9d7d43d363d802124ca72b0b7714b67aa192a2adb6a2c93bbcc98f5644d43ef81be49d662ccc93eb591ecc631d0ddecaec28aec1951659053734276663d1363c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
- ## [Unreleased]
1
+ ## [0.1.1](https://github.com/Fire-Dragon-DoL/iry/compare/v0.1.0...v0.1.1) (2023-07-07)
2
+
3
+
4
+
5
+ # [0.1.0](https://github.com/Fire-Dragon-DoL/iry/compare/8a133c2c19b99881619a9e1c7c11076030755f66...v0.1.0) (2023-07-07)
6
+
7
+
8
+ ### Features
9
+
10
+ * **constraints:** check constraint is present ([2723ad7](https://github.com/Fire-Dragon-DoL/iry/commit/2723ad70d7dbb4cea4b4c6e92ce59627fae64c27))
11
+ * **constraints:** exclusion constraint is present ([bdb904a](https://github.com/Fire-Dragon-DoL/iry/commit/bdb904a80dd1f6b1960f2b8378490cc192deb83e))
12
+ * **constraints:** foreign key constraint is present ([efed498](https://github.com/Fire-Dragon-DoL/iry/commit/efed4986a10b40c77dcd063d8801eb77d605d807))
13
+ * **deps:** dependency surface is reduced ([ff4af7e](https://github.com/Fire-Dragon-DoL/iry/commit/ff4af7e365537e30a0d95bfdee84e681f54c155a))
14
+ * **project:** setup ([8a133c2](https://github.com/Fire-Dragon-DoL/iry/commit/8a133c2c19b99881619a9e1c7c11076030755f66))
15
+ * **ruby:** version is forced to >= 2.7 ([f386ce6](https://github.com/Fire-Dragon-DoL/iry/commit/f386ce6db3aab7399b71a15bfed8228884a82f16))
16
+ * **unique-constraint:** test is implemented ([c4266b9](https://github.com/Fire-Dragon-DoL/iry/commit/c4266b910757b6adef18db41dfa5dfd9353c1037))
17
+
2
18
 
3
- ## [0.1.0] - 2023-07-04
4
19
 
5
- - Initial release
data/README.md CHANGED
@@ -109,6 +109,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
109
109
 
110
110
  **Requirements:**
111
111
  - PostgreSQL with `psql`, `createdb`, `dropdb`
112
+ - NodeJS 18 with `npm`
112
113
 
113
114
  After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
114
115
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1