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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95724784f3d9f42e22d4b99a3d8f9859c7ed2c0f63f6cf944d5e59b84a7f9c1a
4
- data.tar.gz: cb608730af7c7deaaf719e4d252da25f298826f51b25f14ea374662a815e8eef
3
+ metadata.gz: 1c1f9f8049640c9557630274cc80af654be4f7d5975a92bed36adc5dda456046
4
+ data.tar.gz: 4211068ca1696d5e983959d36fe09739a245b102d64e94056456b55e57052f71
5
5
  SHA512:
6
- metadata.gz: 6714d9ff1ea31fcd00ace552c8140ce54408554da504b958e8f369412727b86ba65304bebde1212bd14abd20f0268475234458482c39d110921fa0f8298fb3d6
7
- data.tar.gz: f617f5416c954f6e1a8225d7ce8e94055e309bce68f0647690404def5a522812c11894d857572ea7e11aa408565d788afc081d18d427508427d4e2d188048f69
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`. When developing locally you
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", path: "vendor/ai_error_clip"
14
+ gem "ai_error_clip"
16
15
  end
17
16
  ```
18
17
 
@@ -1,3 +1,3 @@
1
1
  module AiErrorClip
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: '0'
37
+ version: 3.3.6
37
38
  required_rubygems_version: !ruby/object:Gem::Requirement
38
39
  requirements:
39
40
  - - ">="