19cah 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/19cah.gemspec +5 -4
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3b9bf56d31cd7020a8d17fbb9fb253772bb9b82
4
- data.tar.gz: 18a2eff48a66efa9b175ec6e7a694c0f5660471d
3
+ metadata.gz: 9eddc938c8d5e90b365f7fa155cdb2bf1633a7a4
4
+ data.tar.gz: 6e5da2404995889842225eb798f438e4443be342
5
5
  SHA512:
6
- metadata.gz: e878fe1e39e379af7052b426a43e913c6e94fd72ca8706d8f48b24147ef571952d8470307213def4b050fdfb09941990518eb4e1ae01b38c2c24a2753ea51724
7
- data.tar.gz: b52bd5f336e98c9e8db8ee7b82dd53d9659417cf387eab1bdf0c8cfe34344bf60f5282f13a2beb3926b9a83a0902c98186bb6ce89dfc3a58ea6700308103fe7d
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.1'
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 = "@19cah"
24
- s.description = "Carlos Abraham."
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 = 'abrahamm@19cah.com'
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.1
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: Carlos Abraham.
14
- email: abrahamm@19cah.com
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: "@19cah"
47
+ summary: "know me using ruby \U0001F4A7"
47
48
  test_files: []