mg-hellogem 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 +7 -0
  2. data/bin/mg-hellogem +3 -0
  3. data/lib/mg-hellogem.rb +3 -0
  4. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c16328098ddf0a3f754650355823671f9e547f7c37b498f81439a151ec1ababb
4
+ data.tar.gz: 6d7af60760dab35556a9e98c1e4a955764083577271e313d0586373a96f44057
5
+ SHA512:
6
+ metadata.gz: 72c635b8841c1756448e2ba0079184797933e07d6aab2735c90344440db9dc9a1f96aadda235e7cc7d7307ea581745b17c23f47111e6dfb50bf344cfb78e9c86
7
+ data.tar.gz: 6f402541d54d4cba4ae68045de10fce0866ebf2ea685834d9bdd54ca706e9c8685c776461834863d4391b5c2693cc446699f99bde4807eb78013276ed756b44b
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ puts "mg-hellogem"
@@ -0,0 +1,3 @@
1
+ def foo
2
+ puts 42
3
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mg-hellogem
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - mangonob
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-10-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: First gem by mangonob
14
+ email: mangonob@qq.com
15
+ executables:
16
+ - mg-hellogem
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/mg-hellogem
21
+ - lib/mg-hellogem.rb
22
+ homepage: https://github.com/mangonob/mg-hellogem
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.1.4
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Hello
45
+ test_files: []