rand_tt 0.1.0 → 0.2.0

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: 87c1cb4065f616a8b799b759d4c20d5ba83a6bf8
4
- data.tar.gz: 2d308a45591da466b551d4966ed06a8ba2008ba8
3
+ metadata.gz: 87504c67042e88f7d662b4ecdc5a6c99b21f6f08
4
+ data.tar.gz: 45244782402300fd810f26fa19aa9111e895001b
5
5
  SHA512:
6
- metadata.gz: ad22e23053788b1e2af2d193c91ef470854e09027343387bfda5a386ff79c4267a5ec905f5d933826ef0864176ec14437f3d1e4462dfbef99dfcce5b157d5530
7
- data.tar.gz: 4580d41581b27fc305958383057513b91bd97e6872d74228b5c89e0253db54b7728a3f3bc1277fa6e5ef40b0d7009698a41efa681c1bfd9bdb9cdc41ccc082a6
6
+ metadata.gz: 66771ba13769fd4b2e68ec1671d68582c44ace2d39d0b18db8a60048708e5444a08afda99908ae7312ddf438ae7f1e66a411a14c45a2a29f580f6b2acfbfcf04
7
+ data.tar.gz: 8cc18594ac079b625d8274d3973d268f0f89a11b50a6dbe17f7f255be4e39b87e0f7f014956a8f968977e59587e3940820edc5e2bde386b5348f4f4c283baa70
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ .idea/
data/bin/hello_word ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ p 'hello word1'
3
+ p 'hello word1'
4
+ p 'hello word1'
@@ -1,7 +1,7 @@
1
1
  module RandTt
2
2
  class HelloWord
3
3
  def hello
4
- p 'hello word'
4
+ p 'hello word 2'
5
5
  end
6
6
  end
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module RandTt
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rand_tt
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
  - tianlitao
@@ -57,6 +57,7 @@ email:
57
57
  - tianlitao3399@gmail.com
58
58
  executables:
59
59
  - console
60
+ - hello_word
60
61
  - setup
61
62
  extensions: []
62
63
  extra_rdoc_files: []
@@ -69,6 +70,7 @@ files:
69
70
  - README.md
70
71
  - Rakefile
71
72
  - bin/console
73
+ - bin/hello_word
72
74
  - bin/setup
73
75
  - lib/rand_tt.rb
74
76
  - lib/rand_tt/hell_word.rb