latias-string-commas 0.1.11 → 0.1.12

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: 9bfac8fbb274ea75048f62ba6c281a83b7e12639e73d28a8c81f3d65f37e3088
4
- data.tar.gz: cd85688e0af1d4b6a3645dbf17505723864a300d0d2f030f1e7c72d4e3abb3ef
3
+ metadata.gz: f16e0d44dceac3f6f21e7a7def11c94cc19edc009e3befe14cf9cb08aed11089
4
+ data.tar.gz: 8659ca2235d861336d4fe226b3e0c91718257b04fe5bc1c13969a4adc2d1ff11
5
5
  SHA512:
6
- metadata.gz: a27e8b280f4be53023f3b9e45c6e3f2cf9efb22d08a431e293b63b12ace2112bc1bdefc474f80b69c258851001c97e5f6a1be9e63c801112623e9f9e66a31432
7
- data.tar.gz: a2e40f4abe066c302639abcdb57cad2dc9cf8c5f4cd449aa674d4e2674de3df7a06d49a3d23d6299132c7d42d45464f6097c6b04708648ab9c33b6346d858d36
6
+ metadata.gz: 232cd38bb7f3d73ce455908fc4a7724521622f1ac1b2f9becadade2cdf6bc943154f5c2da087dab2a4caae921f226a5bd7a8c3dec45b6977777b8aa7c56e2374
7
+ data.tar.gz: 9974dd3789393fd622bbbb24c87a59b8fc0a18fa11ede7e179e6f18f42ed942eaa6a7997f5027f6007da5417d5321dfc18d0444c856646d8ea35cf125db02cbc
@@ -9,10 +9,8 @@
9
9
  # end
10
10
 
11
11
  # extend Latias::String
12
- module AwesomeGem
13
- class WhoIs
14
- def self.awesome?
15
- puts 'YOU ARE AWESOME!!'
16
- end
12
+ class Holaa
13
+ def self.hi
14
+ puts 'Hello world!'
17
15
  end
18
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: latias-string-commas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - nattanon
@@ -10,14 +10,14 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2021-01-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description: A simple hello world gem
14
14
  email:
15
15
  - nattanon@hospital-os.com
16
16
  executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - lib/latias/string.rb
20
+ - lib/string.rb
21
21
  homepage: https://gitlab.opensource-technology.com/nattanon/latias-string-commas
22
22
  licenses:
23
23
  - MIT