fr8 0.0.1 → 0.0.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: a6dc6ec42e21b7afb41ee57b69449f0fe350bf353610d4beacc3def397d0cf5b
4
- data.tar.gz: 2fcbcf7e53a94926b45190fdbcbf6efc637e05b984f1714f7cda0f92774af74d
3
+ metadata.gz: 9ecf05a0e718f5413df62f8d7a1969c3829731f5d8a6fecc6fe394f6068e3ec2
4
+ data.tar.gz: da911577d803fd235490176596c35b4ed87cfd7c0e44abd68e13bf7decfd4bec
5
5
  SHA512:
6
- metadata.gz: 85034e4212ff146b9acbb88bf05082e5c70df92336f8004709c70435218ccce71753e2cf76518f26c21d07d2a5c742bd2bce4b304b282c0bc3963adf0f09b331
7
- data.tar.gz: 302c953b3586e063429b35abd63c37164775c7072a3dde290290f0c167284920f9b3c45b4756a5d0945b3a8f1aeceeda5d4213cff261c9e2a3eb3fd546f88f7c
6
+ metadata.gz: 5317a671639cc728545ffb17e2da58191cc3b06b8ceb7621ed29e87be77a3563bb03b6bc75a63d918b65e76fc1770656111d54f166463dcd6207deef79ac8508
7
+ data.tar.gz: 89ae34a5f6cd7d7189f9f7c77438641de6a7e30d3426a652eafac86093e19409cc3b1b19e86fa13f14c6debb765704a95c8f3a12f0e5cdf74eb9e762141a4609
data/.gitignore CHANGED
@@ -12,3 +12,6 @@
12
12
 
13
13
  # Ignore Rubymine files
14
14
  /.idea/*
15
+
16
+ # No compiled gems
17
+ *.gem
@@ -1,11 +1,21 @@
1
1
  # fr8
2
- Pronouned 'freight'
2
+ Pronounced ***freight***
3
+
4
+ **fr8** will be a an automated Ruby on Rails Generator, and so, so much more.
5
+
6
+ ## [0.0.2] - 2020-02-03
7
+ Well, I couldn't believe it! After I pushed up changes to the **fr8** gem just last night, I discovered I had access & ownership to the **freight** gem! WOW!
8
+
9
+ I have to thank Tim Cull for making this possible.
10
+
11
+ So now I'm restarting the **freight** gem, transferring the code I have from **fr8** & my previous local **freight** gem back to **freight**. I will be temporarily suspending this **fr8** gem and project for now. I have some ideas I might use later on for **fr8** in conjunction with **freight**... we'll see.
12
+
13
+ _Eric Wanchic_
3
14
 
4
- fr8 will be a an automated Ruby on Rails Generator, and so, so much more.
5
15
  ## [0.0.1] - 2020-02-02
6
16
  Palindrome Day, the 1st global palindrome day in 909 years...which is also a palindrome!
7
17
 
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.
18
+ 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
19
 
10
20
  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
21
 
@@ -13,16 +23,16 @@ My hope is to continue to add a little bit each day/week until I get to where I
13
23
 
14
24
  Thank you to the people who are curious. Stay curious! I guarantee you will not be disappointed to find out what's coming.
15
25
 
16
- Eric Wanchic
26
+ _Eric Wanchic_
17
27
 
18
28
  ### Added
19
- - Added this CHANGELOG.md file.
29
+ - Added this `CHANGELOG.md` file.
20
30
 
21
31
  ## [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.
32
+ This project initially started on 2019-09-24 under the gem name of **freight**. I continued to write code adding about 19 additional updates until 2019-10-18.
23
33
 
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.
34
+ 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, Tim Cull, by email. Without this, I wasn't able to push the code up publicly. And honestly, I wasn't sure which parts of my code I wanted to push up anyway.
25
35
 
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.
36
+ So, I creatively (with the inspiration from God) thought up the **fr8** name. So I immediately wrote a blank gem, pushed up the code and claimed the **fr8** gem on Nov 11, 2019.
27
37
 
28
- Eric Wanchic
38
+ _Eric Wanchic_
@@ -19,16 +19,16 @@ Gem::Specification.new do |spec|
19
19
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
20
20
  # to allow pushing to a single host or delete this section to allow pushing to any host.
21
21
 
22
- # if spec.respond_to?(:metadata)
23
- # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
24
- #
25
- # spec.metadata["homepage_uri"] = spec.homepage
26
- # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
27
- # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
28
- # else
29
- # raise "RubyGems 2.0 or newer is required to protect against " \
30
- # "public gem pushes."
31
- # end
22
+ if spec.respond_to?(:metadata)
23
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
24
+
25
+ spec.metadata["homepage_uri"] = spec.homepage
26
+ spec.metadata["source_code_uri"] = "https://github.com/wanchic/fr8"
27
+ spec.metadata["changelog_uri"] = "https://github.com/wanchic/fr8/blob/master/CHANGELOG.md"
28
+ else
29
+ raise "RubyGems 2.0 or newer is required to protect against " \
30
+ "public gem pushes."
31
+ end
32
32
 
33
33
  # Specify which files should be added to the gem when it is released.
34
34
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,3 +1,3 @@
1
1
  module Fr8
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Wanchic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-03 00:00:00.000000000 Z
11
+ date: 2020-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -76,7 +76,11 @@ files:
76
76
  homepage: https://gratiel.com
77
77
  licenses:
78
78
  - MIT
79
- metadata: {}
79
+ metadata:
80
+ allowed_push_host: https://rubygems.org
81
+ homepage_uri: https://gratiel.com
82
+ source_code_uri: https://github.com/wanchic/fr8
83
+ changelog_uri: https://github.com/wanchic/fr8/blob/master/CHANGELOG.md
80
84
  post_install_message:
81
85
  rdoc_options: []
82
86
  require_paths: