sinsoku_hello 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 831ada8009bbf81d949053512267f5041bf4f59cabcdc7965bd327879b9cfcfe
4
- data.tar.gz: 66e49c2c583bfda471532ef25d30aafdce856f40c520bc66736bc8e5592adc4a
3
+ metadata.gz: fa181e52e61baa9da55291ded42cc79109f20fe3a9d9a927b6bb08d346b908a4
4
+ data.tar.gz: 624a0519466f8abf0fa4f01a4c49db1513fb859d23889170abe1cfbc69f3802b
5
5
  SHA512:
6
- metadata.gz: b5be478a654264ccdfbd262abc9d00a47dbcb27e4ae8487d5cb5b6005191a6d46f6b947f4de01f15d143cbebe7768fb9153064685769402505a5113f77d041e8
7
- data.tar.gz: 79227d8a6029ee38f9fa40443fa0863e3521ada34d3ce237bc41f8e84db39d846eacb40fa7826fe16e2cb974304bd3b0c1a035265b995100e12d0990627ddd04
6
+ metadata.gz: 9b8378a9437d79544da63395c9e0d43dac3ef9bf803e5f1cbe6eba86f4e0ed6ef013450d9833cdb166313fe2153fb5b2fc8c56a5b0f2313469012cc066982cdb
7
+ data.tar.gz: 14bde0c68cfbf3fd79155651d47ab5689d1234fcf4834af44c045a2a53c5a3596c0a9ae061cf7aa7bb00c0d5b87aed980e87f2c9a0cf4a593b8e6bb6e63d390d
data/exe/sinsoku_hello CHANGED
@@ -2,3 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  require "sinsoku_hello"
5
+
6
+ SinsokuHello.say
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SinsokuHello
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
data/lib/sinsoku_hello.rb CHANGED
@@ -2,7 +2,11 @@
2
2
 
3
3
  require_relative "sinsoku_hello/version"
4
4
 
5
- module SinsokuHello
5
+ module SinsokuHello # rubocop:disable Style/Documentation
6
6
  class Error < StandardError; end
7
7
  # Your code goes here...
8
+
9
+ def self.say
10
+ puts "Hello, World"
11
+ end
8
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinsoku_hello
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takumi Shotoku
@@ -35,8 +35,8 @@ licenses:
35
35
  metadata:
36
36
  allowed_push_host: https://rubygems.org
37
37
  homepage_uri: https://github.com/sinsoku/sinsoku_hello
38
- source_code_uri: https://github.com/sinsoku/sinsoku_hello/blob/v0.1.0/CHANGELOG.md
39
- changelog_uri: https://github.com/sinsoku/sinsoku_hello/tree/v0.1.0
38
+ source_code_uri: https://github.com/sinsoku/sinsoku_hello/blob/v0.2.0/CHANGELOG.md
39
+ changelog_uri: https://github.com/sinsoku/sinsoku_hello/tree/v0.2.0
40
40
  post_install_message:
41
41
  rdoc_options: []
42
42
  require_paths: