hola-xuan 0.1.1 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -0
  3. data/lib/hello.rb +11 -0
  4. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcad7b4597700a3611c6b7a2d1f8252cf349bf3d0a577c797a30f8755cbb9cc8
4
- data.tar.gz: 946d31ab638f1e398b6d3fc3951bcfce4533dbadfcc2c8e4e96a65861b0aace3
3
+ metadata.gz: 3ba00d54690f5fe0fc2198f520feb05dab0d7480e88db624a4cb42c41827ccbd
4
+ data.tar.gz: 8c6621230083ee01f0a1501f7e4f2be638e05dc86f44fa5fcae8fc28c6acb2f9
5
5
  SHA512:
6
- metadata.gz: af2f74da22f5e7eff179ab511418a21616f690f6603d7b2aeee1191e08f15be870411f836183589baa493e37a4343cc5a4d87b0f50719d57da06310f26938731
7
- data.tar.gz: 464f9b60c5875f0305e80274b738cc326049f02d95aa7bc691d2f34abb6a75e2c4e6093e3200163eaa32cce447ac452cd1d9b646057359b65f6eda30af5cfb3f
6
+ metadata.gz: 0fc8e94085865b66f16b5caf486fae8a4dd18f99fad84991479120f373ca8da8f206d6834dc7fe88d347e0f1a89913e547d308e0da5d4fa417ffe8eab6de4347
7
+ data.tar.gz: dd92fcdf74f6190b88de31d3c09bd3ae7fd296c2e90fad82779977f9a200a26062127a395f12355a79118dd836e8c3fbf6247e3f54f5475bfc9db612a95c9127
data/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # sample-ruby-gem
2
+
3
+ Sample Ruby Gem
4
+
5
+ ## This is sample ruby gem
6
+
7
+
8
+ ### headline 3
data/lib/hello.rb ADDED
@@ -0,0 +1,11 @@
1
+ class Hello
2
+ def self.bonjour
3
+ puts "Bonjour world!"
4
+ end
5
+
6
+ private
7
+
8
+ def self.private_bonjour
9
+ puts "Privately bonjour world!"
10
+ end
11
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hola-xuan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xuan Cao
@@ -17,13 +17,15 @@ extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
19
  - ".yardopts"
20
+ - README.md
21
+ - lib/hello.rb
20
22
  - lib/hola.rb
21
23
  - yardoc_frontpage.md
22
24
  homepage: https://rubygems.org/gems/hola-xuan
23
25
  licenses:
24
26
  - MIT
25
27
  metadata:
26
- github_repo: https://github.com/xuan-cao-swi/sample-ruby-gem.git
28
+ source_code_uri: https://github.com/xuan-cao-swi/sample-ruby-gem
27
29
  post_install_message:
28
30
  rdoc_options: []
29
31
  require_paths: