ai_error_clip 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.
- checksums.yaml +4 -4
- data/README.md +2 -3
- data/lib/ai_error_clip/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c1f9f8049640c9557630274cc80af654be4f7d5975a92bed36adc5dda456046
|
4
|
+
data.tar.gz: 4211068ca1696d5e983959d36fe09739a245b102d64e94056456b55e57052f71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27cd0fce33a624fccd1b90a5ccd311de7ef623882e3fbe8b5243ca1cd40ce53619cc6f4052df520ec2d8561fa8f25ab18347ae031bc1ed23be24cef3e0071ccd
|
7
|
+
data.tar.gz: c4d40c24374ec8a447fce2270c7bc0e05996a68242a192f3701e91761839facbc0f96c638cff7050a8c059d3454f0f24633e22e42669a6dbaa83153191924162
|
data/README.md
CHANGED
@@ -7,12 +7,11 @@ button that copies the information for pasting into an AI assistant.
|
|
7
7
|
|
8
8
|
## Installation
|
9
9
|
|
10
|
-
Add the gem to your Rails application's `Gemfile
|
11
|
-
can use a `path:` reference:
|
10
|
+
Add the gem to your Rails application's `Gemfile`:
|
12
11
|
|
13
12
|
```ruby
|
14
13
|
group :development do
|
15
|
-
gem "ai_error_clip"
|
14
|
+
gem "ai_error_clip"
|
16
15
|
end
|
17
16
|
```
|
18
17
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ai_error_clip
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- utarage
|
@@ -23,6 +23,7 @@ files:
|
|
23
23
|
- lib/ai_error_clip/controller_extension.rb
|
24
24
|
- lib/ai_error_clip/railtie.rb
|
25
25
|
- lib/ai_error_clip/version.rb
|
26
|
+
homepage: https://www.utaroyano.com/
|
26
27
|
licenses:
|
27
28
|
- MIT
|
28
29
|
metadata: {}
|
@@ -33,7 +34,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
34
|
requirements:
|
34
35
|
- - ">="
|
35
36
|
- !ruby/object:Gem::Version
|
36
|
-
version:
|
37
|
+
version: 3.3.6
|
37
38
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
39
|
requirements:
|
39
40
|
- - ">="
|