rails_app 0.1.0 → 0.2.0

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: 36c17f77988b58a87e4316db69ccc49e857183fc86fbb6bd29b0cbec3f9074a4
4
- data.tar.gz: 6a13aa68f3ad243da3578e59177eaa3c320147bddd3623b404820bd32e3f0d26
3
+ metadata.gz: b8b73c531dad7b7d7b4edabbdc901203e9a0d2563e4242d5e03c0c3ecb50e43d
4
+ data.tar.gz: 1143480576ce1db9c61f9bccc64fc926c48f76df7a5c50ff1e8e9437e7cec3de
5
5
  SHA512:
6
- metadata.gz: '051813c1c44650894418ad7c8486ccf001f977a27dbf8b0aafb55d55a4b393046cd5b9446c94e8cb2d786b139215811c316e98ce9abd61f50bdafe85c76f8900'
7
- data.tar.gz: d94d2918acbd20eae15a8ca93be081283d622a7db3e36efef52964489368ee31d68598048d526ce487e6b0d47a906ca2ffd9785210c48f8625a0b3eeeaaf9cf9
6
+ metadata.gz: 474c3b2e72b6f906ec8d3fce8916037f7ab6e0aae04171614c11fd020262f97fe82be39cff3ab04765e0e734ba4883a0a55bce1a77936b57d47061f3b47bf7f5
7
+ data.tar.gz: 1e74bc4238c3e44d46f5282664d98d6acc1787de9cb7f6985c2939810741c96ee7686bb1abc418f07e8065067ffd962a1b6682750105563e815b5265607fc312
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
- ## [Unreleased]
1
+ # Changelog
2
2
 
3
- ## [0.1.0] - 2024-04-01
3
+ ## [Unreleased](https://github.com/eclectic-coding/rails_app/tree/HEAD)
4
4
 
5
- - Initial release
5
+ [Full Changelog](https://github.com/eclectic-coding/rails_app/compare/0.1.0...HEAD)
6
+
7
+ **Closed issues:**
8
+
9
+ - Integrate github\_changelog\_generator [\#5](https://github.com/eclectic-coding/rails_app/issues/5)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - Integrate GitHub changelog generator [\#6](https://github.com/eclectic-coding/rails_app/pull/6) ([eclectic-coding](https://github.com/eclectic-coding))
14
+ - Update CHANGELOG.md [\#3](https://github.com/eclectic-coding/rails_app/pull/3) ([eclectic-coding](https://github.com/eclectic-coding))
15
+
16
+ ## [0.1.0](https://github.com/eclectic-coding/rails_app/tree/0.1.0) (2024-04-02)
17
+
18
+ [Full Changelog](https://github.com/eclectic-coding/rails_app/compare/640f33991e4aaf2aa31cc9bb974bb094190f2aa3...0.1.0)
19
+
20
+
21
+
22
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsApp
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
data/rails_app.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Chuck Smith"]
9
9
  spec.email = ["chuck@eclecticsaddlebag.com"]
10
10
 
11
- spec.summary = "Write a short summary, because RubyGems requires one."
12
- spec.description = "Write a longer description or delete this line."
11
+ spec.summary = "Bootstrap a new customized Rails application with a better development experience."
12
+ spec.description = "Bootstrap a new customized Rails application with a better development experience."
13
13
  spec.homepage = "https://github.com/eclectic-coding/rails_app"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 3.1.4"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_app
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
  - Chuck Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-02 00:00:00.000000000 Z
11
+ date: 2024-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootsnap
@@ -64,7 +64,8 @@ dependencies:
64
64
  - - "~>"
65
65
  - !ruby/object:Gem::Version
66
66
  version: 0.23.1
67
- description: Write a longer description or delete this line.
67
+ description: Bootstrap a new customized Rails application with a better development
68
+ experience.
68
69
  email:
69
70
  - chuck@eclecticsaddlebag.com
70
71
  executables:
@@ -155,5 +156,5 @@ requirements: []
155
156
  rubygems_version: 3.5.6
156
157
  signing_key:
157
158
  specification_version: 4
158
- summary: Write a short summary, because RubyGems requires one.
159
+ summary: Bootstrap a new customized Rails application with a better development experience.
159
160
  test_files: []