active_prompt_rails 0.1.1 → 0.1.2

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: 2b5ae64fa377ee3a85860f44a3d9e92c59b400e3fce5af88ca1c18000175fbe6
4
- data.tar.gz: 744c30a379899e0121d40795857e19d0fde319212edbca7096bc3290a7bdb9b2
3
+ metadata.gz: dbfeac75434b6c9337f6a17ec611ce688671c85bb10c8424c4bfad74864cec45
4
+ data.tar.gz: 80ae083e5e631101a7b4a6c3c6ce7a7832a2ef15173fe2ca558d54c7d161e728
5
5
  SHA512:
6
- metadata.gz: 5149a732bfcc9b48b23f6255aa46f350c8002816ac628c85401d8a851d9824942b7a95f361ce290992a7516b5ed26626f057b5e33bcb50686968f554bd61a103
7
- data.tar.gz: e601621f383d5554dcd343161ebc76caeb4d9e11338430ce7b550153542c9cd54888a9bc94d66c052f9bd549eff0a64ab31f9d45b4b33a762a540821479b7ff6
6
+ metadata.gz: 31eed0dd7dceacaea30643549550b215e56f208954dc8b057c94bfa09a216f55fb74a2ec5e01c8e2909b214ead7d2c6ce8b0a9e5808e3462bac25ec358338d0d
7
+ data.tar.gz: 3f83e9ffcdaa41c817f66a478301a1053b5065f738f9e0ed8d60b3db1a3b05a81aacd8ff92d892c0cf54c24a2bdcfefdd9feab4eb785f34f10df2249f107a151
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.2] - 2024-05-15
4
+
5
+ - Restructure the lib folder so generators are recognized by rails
6
+
3
7
  ## [0.1.1] - 2024-05-15
4
8
 
5
9
  - Fix required rails and liquid versions
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActivePrompt
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_prompt_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Perreault
@@ -68,9 +68,9 @@ files:
68
68
  - lib/active_prompt.rb
69
69
  - lib/active_prompt/base.rb
70
70
  - lib/active_prompt/errors.rb
71
- - lib/active_prompt/generators/prompt/prompt_generator.rb
72
- - lib/active_prompt/generators/prompt/templates/system.liquid
73
- - lib/active_prompt/generators/prompt/templates/user.liquid
71
+ - lib/active_prompt/generators/active_prompt/prompt/prompt_generator.rb
72
+ - lib/active_prompt/generators/active_prompt/prompt/templates/system.liquid
73
+ - lib/active_prompt/generators/active_prompt/prompt/templates/user.liquid
74
74
  - lib/active_prompt/version.rb
75
75
  - sig/active_prompt.rbs
76
76
  homepage: https://www.github.com/Shaneprrlt/active_prompt