rails_app_generator 0.1.19 → 0.1.20

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: 58eda777a093e8b1984c349173a33adb87df19b61c0b09413ae9aad098fb2c1b
4
- data.tar.gz: 2eda255d5d1d296a6828b10196c50e9be59221d364d80cf5a4b4bf72f889141e
3
+ metadata.gz: 762ce2221102a50e1655b6a5ac52ffa63f634498805ea0eb9a8dc6acd1c00f7a
4
+ data.tar.gz: 101ecc7a434790cc4c41aa5d145acebef7760bd39c2dd9422e28bab03067eed4
5
5
  SHA512:
6
- metadata.gz: 5d514deb8bd877567f1e071398df52d2bf7f96cb2fc349d709319ebd1475278008ff12c28b1624b5ea8502522e82174f9d49e6c06cb01e8e0b0ae9580be81fe8
7
- data.tar.gz: 8778a30c75cee4daa2eb5af29cc37d89c3a02b3cd94f824fb5dbc14431d8a50d3adea81f76f30cf020f21d242337b69ca8ecf39d58740225cdb610e77dcb1e99
6
+ metadata.gz: 693e1d67210ad67ee688b4953922a497a213c1393d3ebd6586089c9b4ee1e11b5299e6f42a06c46fe468ef1323f612ad5acf46ba85ab10e8f43c8877fea86608
7
+ data.tar.gz: e86d08f581e52252a4c053240ce3dec48467fe1f5d23dbbd0e5be1d9352568ba282e45fbc931901566194d3a43747a4473dcd279835c7419c846272dec3b7931
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.1.19](https://github.com/klueless-io/rails_app_generator/compare/v0.1.18...v0.1.19) (2022-08-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update project plan documentation ([b311a21](https://github.com/klueless-io/rails_app_generator/commit/b311a215328c13917265a91885f4eb5e3393bf15))
7
+
1
8
  ## [0.1.18](https://github.com/klueless-io/rails_app_generator/compare/v0.1.17...v0.1.18) (2022-08-06)
2
9
 
3
10
 
@@ -34,25 +34,8 @@ end
34
34
 
35
35
  def setup_db
36
36
  add_scaffold('yogurt', 'flavour')
37
- # add_scaffold('post', 'title', 'body:text')
38
37
  add_scaffold('people', 'name')
39
38
  copy_file 'app/views/people/_person.html.erb' , 'app/views/people/_person.html.erb'
40
39
 
41
- # add_scaffold('product', 'name', 'price:integer')
42
-
43
40
  db_migrate
44
41
  end
45
-
46
- # Other template command examples
47
- # css_install('tailwind')
48
- # rails_command('db:migrate')
49
- # bundle_add('hotwire-rails')
50
- # rails_command('hotwire:install')
51
- # run('bin/importmap pin sortablejs')
52
- # run('npm install daisyui')
53
- # create_file 'app/assets/stylesheets/custom-bootstrap-import.scss' , read_template('custom-bootstrap-import.scss')
54
- # append_to_file 'app/assets/config/manifest.js' , read_template('manifest.js')
55
- # insert_into_file 'app/views/layouts/application.html.erb', read_template('application.html.erb'),
56
- # before: %( <%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>)
57
- # gsub_file 'app/views/layouts/application.html.erb', %(container mx-auto mt-28 px-5 flex), 'container mx-auto px-5'
58
- # template 'home.css', 'app/assets/stylesheets/home.css'
@@ -557,14 +557,6 @@ module RailsAppGenerator
557
557
  def addon_gemfile_entries
558
558
  active_addon_classes.flat_map(&:gem_entries)
559
559
  end
560
-
561
- # def addon_before_bundle_callbacks
562
- # active_addon_classes.flat_map(&:before_bundle_callback).compact
563
- # end
564
-
565
- # def addon_after_bundle_callbacks
566
- # active_addon_classes.flat_map(&:after_bundle_callback).compact
567
- # end
568
560
  end
569
561
 
570
562
  protected
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsAppGenerator
4
- VERSION = '0.1.19'
4
+ VERSION = '0.1.20'
5
5
  end
data/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "rails_app_generator",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "rails_app_generator",
9
- "version": "0.1.19",
9
+ "version": "0.1.20",
10
10
  "dependencies": {
11
11
  "daisyui": "^2.20.0"
12
12
  },
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rails_app_generator",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Create new Rails Application with custom opinions",
5
5
  "scripts": {
6
6
  "release": "semantic-release"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_app_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.19
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys