fr8 0.0.0 → 0.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +28 -0
  3. data/lib/fr8/version.rb +1 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f247d73b731106486cb66092f5d77ec2a76553b3b6a0847e465bf434a8a6e89
4
- data.tar.gz: 82346620aa7e0a8e711ca8b1351c21f162b0eafecde883494a71915acd7534ea
3
+ metadata.gz: a6dc6ec42e21b7afb41ee57b69449f0fe350bf353610d4beacc3def397d0cf5b
4
+ data.tar.gz: 2fcbcf7e53a94926b45190fdbcbf6efc637e05b984f1714f7cda0f92774af74d
5
5
  SHA512:
6
- metadata.gz: 9ac637fc72ee8daecff27bdafc352460ad5e0a90231c8fc3b278055c75a1ab07d67eefeb192e111228c368d8dfe1b784b05cfc1f334adb14a2305548c962c71c
7
- data.tar.gz: 472cd598b674e3c542294d77ecfeac100becc266e0edc6ddd1fcd2a1bb8f27b13553517fd1bfe4d52f710918299724d8d658cb554df93599782821d83a9011db
6
+ metadata.gz: 85034e4212ff146b9acbb88bf05082e5c70df92336f8004709c70435218ccce71753e2cf76518f26c21d07d2a5c742bd2bce4b304b282c0bc3963adf0f09b331
7
+ data.tar.gz: 302c953b3586e063429b35abd63c37164775c7072a3dde290290f0c167284920f9b3c45b4756a5d0945b3a8f1aeceeda5d4213cff261c9e2a3eb3fd546f88f7c
data/CHANGELOG.md ADDED
@@ -0,0 +1,28 @@
1
+ # fr8
2
+ Pronouned 'freight'
3
+
4
+ fr8 will be a an automated Ruby on Rails Generator, and so, so much more.
5
+ ## [0.0.1] - 2020-02-02
6
+ Palindrome Day, the 1st global palindrome day in 909 years...which is also a palindrome!
7
+
8
+ Anyway, a month ago I was telling the story to my wife about obtaining the 'fr8' gem name, and to my shock I saw downloads. DOWNLOADS!? What the heck? And I didn't even add any code.
9
+
10
+ As of right now, there are 320 downloads!? It's been too long to have NOTHING added, especially since I have so much code written already. The Thanksgiving, Christmas, and New Year season kept me too busy. So now I'm returning to add... some things!
11
+
12
+ My hope is to continue to add a little bit each day/week until I get to where I expected to be before the end of 2019.
13
+
14
+ Thank you to the people who are curious. Stay curious! I guarantee you will not be disappointed to find out what's coming.
15
+
16
+ Eric Wanchic
17
+
18
+ ### Added
19
+ - Added this CHANGELOG.md file.
20
+
21
+ ## [0.0.0] - 2019-11-11
22
+ This project initially started on 2019-09-26 under the gem name of 'freight'. I continued to write code adding about 19 additional updates until 2019-10-18.
23
+
24
+ At this point I got frustrated not being able to obtain the 'freight' name even though I was given the blessing from the original owner by email. without this, I wasn't able to push the code up publicly. And, honestly I was sure which parts of my code I wanted to push up anyway.
25
+
26
+ So, I creatively (with the inspiration from God) thought up the 'fr8' name. So I immediately wrote a blank gem, push up the code and claimed the 'fr8' on Nov 11, 2019.
27
+
28
+ Eric Wanchic
data/lib/fr8/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Fr8
2
- VERSION = "0.0.0"
2
+ VERSION = "0.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fr8
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Wanchic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-11 00:00:00.000000000 Z
11
+ date: 2020-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -62,6 +62,7 @@ files:
62
62
  - ".gitignore"
63
63
  - ".rspec"
64
64
  - ".travis.yml"
65
+ - CHANGELOG.md
65
66
  - CODE_OF_CONDUCT.md
66
67
  - Gemfile
67
68
  - LICENSE.txt