19cah 0.0.1 → 0.1.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 +4 -4
- data/19cah.gemspec +5 -4
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9eddc938c8d5e90b365f7fa155cdb2bf1633a7a4
|
|
4
|
+
data.tar.gz: 6e5da2404995889842225eb798f438e4443be342
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 511f25bf06058549f1429a140545c488a58363118227340d7b5c89e7cfbf2c877cb4ad0c09e54593890cb4022f60e4906d5cee15fb80e3cba091552ae1255b8e
|
|
7
|
+
data.tar.gz: 3d6308d93b7fa163bf8ef9decaf3f57c844f4dcddb1a3963bb0b5f5b6c48cf41b329b66e4afa9ac54aa4160f0d1b7f3a738ee3700c6a55b48fe2adb5664f059a
|
data/19cah.gemspec
CHANGED
|
@@ -14,20 +14,21 @@ Gem::Specification.new do |s|
|
|
|
14
14
|
## If your rubyforge_project name is different, then edit it and comment out
|
|
15
15
|
## the sub! line in the Rakefile
|
|
16
16
|
s.name = '19cah'
|
|
17
|
-
s.version = '0.0
|
|
17
|
+
s.version = '0.1.0'
|
|
18
|
+
s.licenses = ['MIT']
|
|
18
19
|
s.date = '2018-07-10'
|
|
19
20
|
s.rubyforge_project = '19cah-gem'
|
|
20
21
|
|
|
21
22
|
## Make sure your summary is short. The description may be as long
|
|
22
23
|
## as you like.
|
|
23
|
-
s.summary = "
|
|
24
|
-
s.description = "
|
|
24
|
+
s.summary = "know me using ruby 💧"
|
|
25
|
+
s.description = "know me using ruby 💧"
|
|
25
26
|
|
|
26
27
|
## List the primary authors. If there are a bunch of authors, it's probably
|
|
27
28
|
## better to set the email to an email list or something. If you don't have
|
|
28
29
|
## a custom homepage, consider using your GitHub URL or the like.
|
|
29
30
|
s.authors = ["Carlos Abraham"]
|
|
30
|
-
s.email = '
|
|
31
|
+
s.email = 'abraham@19cah.com'
|
|
31
32
|
s.homepage = 'https://github.com/19cah/19cah-gem'
|
|
32
33
|
|
|
33
34
|
## This gets added to the $LOAD_PATH so that 'lib/NAME.rb' can be required as
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: 19cah
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carlos Abraham
|
|
@@ -10,8 +10,8 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2018-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
14
|
-
email:
|
|
13
|
+
description: "know me using ruby \U0001F4A7"
|
|
14
|
+
email: abraham@19cah.com
|
|
15
15
|
executables:
|
|
16
16
|
- 19cah
|
|
17
17
|
extensions: []
|
|
@@ -22,7 +22,8 @@ files:
|
|
|
22
22
|
- bin/19cah
|
|
23
23
|
- lib/19cah.rb
|
|
24
24
|
homepage: https://github.com/19cah/19cah-gem
|
|
25
|
-
licenses:
|
|
25
|
+
licenses:
|
|
26
|
+
- MIT
|
|
26
27
|
metadata: {}
|
|
27
28
|
post_install_message:
|
|
28
29
|
rdoc_options: []
|
|
@@ -43,5 +44,5 @@ rubyforge_project: 19cah-gem
|
|
|
43
44
|
rubygems_version: 2.5.2
|
|
44
45
|
signing_key:
|
|
45
46
|
specification_version: 2
|
|
46
|
-
summary: "
|
|
47
|
+
summary: "know me using ruby \U0001F4A7"
|
|
47
48
|
test_files: []
|