iry 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "iry",
3
+ "version": "0.2.0",
4
+ "description": "Transform database constraint errors into activerecord 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
+ "semver": ">= 7.5.2"
28
+ }
29
+ }
@@ -7,18 +7,23 @@ gem:
7
7
  # - activerecord
8
8
  # annotated
9
9
  # - activesupport
10
+ # - ansi
10
11
  - ast
12
+ - binding_of_caller
13
+ - builder
11
14
  - byebug
12
15
  - coderay
13
16
  - commander
14
17
  # - concurrent-ruby
15
18
  # - csv
19
+ - debug_inspector
16
20
  - diff-lcs
17
21
  - erubi
18
22
  # - fileutils
19
23
  - ffi
20
24
  - highline
21
25
  - i18n
26
+ - interception
22
27
  - language_server-protocol
23
28
  - listen
24
29
  - method_source
@@ -32,6 +37,8 @@ gem:
32
37
  # - power_assert
33
38
  - prettier_print
34
39
  - pry-byebug
40
+ - pry-rescue
41
+ - pry-stack_explorer
35
42
  - pry
36
43
  - racc
37
44
  - rainbow
@@ -40,6 +47,7 @@ gem:
40
47
  - rbs
41
48
  - rb-fsevent
42
49
  - rb-inotify
50
+ - ruby-progressbar
43
51
  - sord
44
52
  - spoom
45
53
  - steep
metadata CHANGED
@@ -1,14 +1,14 @@
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.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Belladonna
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-07 00:00:00.000000000 Z
11
+ date: 2023-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -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