hello_carla 0.0.1 → 0.0.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hello_carla.rb +5 -1
  3. metadata +8 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4181bd0a2b0b79bf4a6e4b0d9fe027d3897dc78227d6d2f7f00d1da9e9f1bb1c
4
- data.tar.gz: 919d73d89173bbdb04b37f49e3865c280b6c5d71159bd3230b988356b739c386
3
+ metadata.gz: 1b2614c5e52d409999aad25a0794dacd5852ae0ea4660979c3aa00454546f8c0
4
+ data.tar.gz: 206cd37f37c2bf4b80a15a236ec0206e10f6b084028690306a6a32406da1c63e
5
5
  SHA512:
6
- metadata.gz: e9b2ca1c06f748185e6ae02b0ff866bd384b880ef79cd3f672a023a8ad16b6a0b21872613e1aafd047d2101275c33644f1a50ffdd7efe9e12f3f37afcf8fcf9c
7
- data.tar.gz: 19a10c863f2e40d13232dbb2fcc0a575119aa8aeff5e37f13df2b807333eefc581a3594345477261e5f8258c908e567ed3962c3fbf1191c4032c1210c83ebf3a
6
+ metadata.gz: a8817a60f0e1f6d0e1f03e2b66f0eec6b8db49f1e6a680013d737b27d72164ab08c1e663f8f1aff4e6d388d1beb34b92f0ff4345cd79c46424ee808aaab90145
7
+ data.tar.gz: 254dd0847944912822530d08dab5fc4b01ad1f0154d7f95ce445a2a1dead040d4416509d15c4707361fe9294d4e3be62446b1d45fc36b3b2d703cd261b2dd934
data/lib/hello_carla.rb CHANGED
@@ -1,5 +1,9 @@
1
+ # Gretting Queen C.
1
2
  class HelloCarla
3
+ # Greets Carla with "hello"
4
+ #
5
+ # @return [String] "Hello Carla!"
2
6
  def self.hello
3
- "Hello Carla!"
7
+ 'Hello Carla!'
4
8
  end
5
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hello_carla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - meleu
@@ -17,9 +17,14 @@ extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
19
  - lib/hello_carla.rb
20
- homepage:
20
+ homepage: https://github.com/meleu/hello_carla
21
21
  licenses: []
22
- metadata: {}
22
+ metadata:
23
+ bug_tracker_uri: https://github.com/meleu/hello_carla/issues
24
+ changelog_uri: https://github.com/meleu/hello_carla/releases
25
+ wiki_uri: https://github.com/meleu/hello_carla/wiki
26
+ source_code_uri: https://github.com/meleu/hello_carla
27
+ documentation_uri: https://www.rubydoc.info/gems/hello_carla
23
28
  post_install_message:
24
29
  rdoc_options: []
25
30
  require_paths: