wwj_hello_world 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 028073a7cd7f74c3afe117cb312aeb849cc11cb4
4
- data.tar.gz: 9620bfde8cd583de76d9747926fde18979c5e6a3
3
+ metadata.gz: 137a5bdae5e9a18e7e3db231b494c3e3c2015141
4
+ data.tar.gz: 38793439cdf173972e8f889db6da7a71ae87f38b
5
5
  SHA512:
6
- metadata.gz: 5f6aec564c85ef3a164633a9468d2a5faba5ccf1d3c6d3d2297c1ed56092271a02f4d80405def54843676614527c8df1ea7588f3e1f7a9d3fb53857f1332c3af
7
- data.tar.gz: e3b43f7ff4d61abbede7ddf4a9e4bd01fe66fdbc5ce07275099aef46f8a67caf906ef08a4e982f2d07ec0a3e5277c5da4b36219859ea210f281b4797715c0e38
6
+ metadata.gz: d7d2f8d26670b1509754bf32f5686484dfcb1020acd167c5866a9049134358cf6ff8cad805e54f7cba433ddcc499c981a00e0d6dbf5b120ce8350bad307a0243
7
+ data.tar.gz: f3f76910e0a3545c80c0b0a6a7caf336b0b33d982c95d076ca8787d178d4949bd5c453eedb2d26380d691c663587bb9570216026f9b9a02dc81a67dc0d5c3f4e
@@ -1,6 +1,6 @@
1
1
  require 'wwj_hello_world/version'
2
2
 
3
- module wwj_hello_world
3
+ module WwjHelloWorld
4
4
  def say_hello
5
5
  "Hello ruby! --by wwj718"
6
6
  end
@@ -1,4 +1,4 @@
1
1
  module WwjHelloWorld
2
2
  # wwj_hello_world version
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wwj_hello_world
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - wwj