iry 0.1.0 → 0.1.1

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.
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
data/package.json ADDED
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "iry",
3
+ "version": "0.1.1",
4
+ "description": "Convert constraint errors into Rails model validation errors.",
5
+ "private": true,
6
+ "main": "index.js",
7
+ "directories": {
8
+ "doc": "doc",
9
+ "lib": "lib",
10
+ "test": "test"
11
+ },
12
+ "scripts": {
13
+ "test": "echo \"Error: no test specified\" && exit 1"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/Fire-Dragon-DoL/iry.git"
18
+ },
19
+ "author": "Francesco Belladonna <francesco@fc5-me> (https://github.com/Fire-Dragon-DoL)",
20
+ "license": "MIT",
21
+ "bugs": {
22
+ "url": "https://github.com/Fire-Dragon-DoL/iry/issues"
23
+ },
24
+ "homepage": "https://github.com/Fire-Dragon-DoL/iry#readme",
25
+ "devDependencies": {
26
+ "conventional-changelog-cli": ">= 3.0.0"
27
+ }
28
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Belladonna
@@ -108,13 +108,16 @@ files:
108
108
  - lib/iry/handlers/pg.rb
109
109
  - lib/iry/macros.rb
110
110
  - lib/iry/version.rb
111
+ - package-lock.json
112
+ - package.json
111
113
  - rbi/iry.rbi
112
114
  - sig/iry.rbs
113
115
  - sorbet/config
114
116
  - sorbet/tapioca/config.yml
115
117
  - sorbet/tapioca/require.rb
116
118
  homepage: https://github.com/Fire-Dragon-DoL/iry
117
- licenses: []
119
+ licenses:
120
+ - MIT
118
121
  metadata:
119
122
  allowed_push_host: https://rubygems.org/
120
123
  homepage_uri: https://github.com/Fire-Dragon-DoL/iry