rails_app 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -3
- data/lib/rails_app/version.rb +1 -1
- data/rails_app.gemspec +2 -2
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8b73c531dad7b7d7b4edabbdc901203e9a0d2563e4242d5e03c0c3ecb50e43d
|
4
|
+
data.tar.gz: 1143480576ce1db9c61f9bccc64fc926c48f76df7a5c50ff1e8e9437e7cec3de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 474c3b2e72b6f906ec8d3fce8916037f7ab6e0aae04171614c11fd020262f97fe82be39cff3ab04765e0e734ba4883a0a55bce1a77936b57d47061f3b47bf7f5
|
7
|
+
data.tar.gz: 1e74bc4238c3e44d46f5282664d98d6acc1787de9cb7f6985c2939810741c96ee7686bb1abc418f07e8065067ffd962a1b6682750105563e815b5265607fc312
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
|
-
|
1
|
+
# Changelog
|
2
2
|
|
3
|
-
## [
|
3
|
+
## [Unreleased](https://github.com/eclectic-coding/rails_app/tree/HEAD)
|
4
4
|
|
5
|
-
-
|
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)*
|
data/lib/rails_app/version.rb
CHANGED
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 = "
|
12
|
-
spec.description = "
|
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.
|
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-
|
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:
|
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:
|
159
|
+
summary: Bootstrap a new customized Rails application with a better development experience.
|
159
160
|
test_files: []
|