aotoki 0.0.1 → 0.1.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: f0527e9823a07d8d230003d54fccfe8d299c7276
4
- data.tar.gz: 9433841193a57f1b59aa77112c64ce0d64cb6b83
3
+ metadata.gz: 38c5f1274e49a72c468c4f0df93a0ff796a14c68
4
+ data.tar.gz: 51f4ad6a72f9befb3e2d46998327cdee70f3f982
5
5
  SHA512:
6
- metadata.gz: 5620aec7d93f8db44ae8d255827f22ce52d07b0393b5304a0f83aa6c92841e4566d7f8cc1713ca4c7f672b80da9f29585055b7cd3c1dcf0d0d3fbd9268b16e63
7
- data.tar.gz: 0138f8ef00df3f7be2d2ec863858b05625b2e59685fbebeb5a7a5f6318f7b44ce404a8be16a8dfd7416587f5680a2391a1739d71d01c00e114fbde79c64467bf
6
+ metadata.gz: 86b0000b4eb2a9cf47f6472e25726cae1af03ebeadfe336ce56bdb1b6c36e52a95532de0a15ca37d30d9d0d21a265c139a5ecf2f97090ed315ab891fde20c86e
7
+ data.tar.gz: 0e558ec3ecf9d505acfc60cd6ee0161a040fac6e106cd7a7a3276f86f9405ea1e870ceca134fbc4f979addfa8b80b6eaea8eea2046fe70013e697dd271d71f0c
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Aotoki
2
2
 
3
- TODO: Write a gem description
3
+ Nothing in this gem, just a practice.
4
4
 
5
5
  ## Installation
6
6
 
@@ -16,9 +16,11 @@ Or install it yourself as:
16
16
 
17
17
  $ gem install aotoki
18
18
 
19
+
19
20
  ## Usage
20
21
 
21
- TODO: Write usage instructions here
22
+ Current only support run `aotoki` command.
23
+
22
24
 
23
25
  ## Contributing
24
26
 
@@ -27,3 +29,4 @@ TODO: Write usage instructions here
27
29
  3. Commit your changes (`git commit -am 'Add some feature'`)
28
30
  4. Push to the branch (`git push origin my-new-feature`)
29
31
  5. Create new Pull Request
32
+
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "aotoki"
4
+
5
+ puts Aotoki.gretting
@@ -1,5 +1,8 @@
1
1
  require "aotoki/version"
2
2
 
3
3
  module Aotoki
4
- # Your code goes here...
4
+ def self.gretting
5
+ puts "Hello, I am Aotoki."
6
+ puts "I from Taiwan, I am a Web Designer and Front-End Developer."
7
+ end
5
8
  end
@@ -1,3 +1,3 @@
1
1
  module Aotoki
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aotoki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - 蒼時弦也
@@ -41,7 +41,8 @@ dependencies:
41
41
  description: I am aotoki!
42
42
  email:
43
43
  - elct9620@frost.tw
44
- executables: []
44
+ executables:
45
+ - aotoki
45
46
  extensions: []
46
47
  extra_rdoc_files: []
47
48
  files:
@@ -51,6 +52,7 @@ files:
51
52
  - README.md
52
53
  - Rakefile
53
54
  - aotoki.gemspec
55
+ - bin/aotoki
54
56
  - lib/aotoki.rb
55
57
  - lib/aotoki/version.rb
56
58
  homepage: http://frost.tw