wwj_hello_world 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 137a5bdae5e9a18e7e3db231b494c3e3c2015141
4
- data.tar.gz: 38793439cdf173972e8f889db6da7a71ae87f38b
3
+ metadata.gz: 2d4b99fee9e44da5bc9d89c09e42d64d2dbeaf54
4
+ data.tar.gz: 061c785a84d3ee4edbeb7f8554386a48c28ea900
5
5
  SHA512:
6
- metadata.gz: d7d2f8d26670b1509754bf32f5686484dfcb1020acd167c5866a9049134358cf6ff8cad805e54f7cba433ddcc499c981a00e0d6dbf5b120ce8350bad307a0243
7
- data.tar.gz: f3f76910e0a3545c80c0b0a6a7caf336b0b33d982c95d076ca8787d178d4949bd5c453eedb2d26380d691c663587bb9570216026f9b9a02dc81a67dc0d5c3f4e
6
+ metadata.gz: 7d3e6c36fffd121f82a6924e79109347a0d8dee6cd8b1b376b1beabd8f7415433c067fd1d69a0187b0e55ba516f054760574c28a68b9a62ccb6578336c42b1f2
7
+ data.tar.gz: 76711dcc2b4a2017a23b28618f1f266fcb80485da7d196b03c5ee65e84e3b791b807b5c8d2f1cbc6926bc8798a60a10d22e5972a532f08f5d0fa462a525d5530
@@ -1,7 +1,6 @@
1
- require 'wwj_hello_world/version'
2
-
3
- module WwjHelloWorld
4
- def say_hello
1
+ #require 'wwj_hello_world/version'
2
+ class WwjHelloWorld
3
+ def self.say_hello
5
4
  "Hello ruby! --by wwj718"
6
5
  end
7
6
  end
@@ -1,4 +1,4 @@
1
1
  module WwjHelloWorld
2
2
  # wwj_hello_world version
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - wwj