confirmation_code 0.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2276fc57f35a3431672afc0a4e7358ca31b1941d
4
+ data.tar.gz: 07a30d5fd68afdd23908c062b7f1f1a0f37e5e1e
5
+ SHA512:
6
+ metadata.gz: f58b858bd7c8095f06f6a70b96986f20e60e0bc3794a7ed7e2d921e87342cda8820a4bb8fc35a4d489199369253f9e2070b2dfd454896271aef08cbf23c298b7
7
+ data.tar.gz: b54e5577edc8063db19f6bf42c26b798cc3a279b3526e362f2e60b99ccaa4d7e27ad4c7b902d991da45037a8cac5b8bf46afd8595733fbc073fb852020f74cf5
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'confirmation_code'
4
+
5
+ ConfirmationCode.start ARGV
@@ -0,0 +1,5 @@
1
+ class ConfirmationCode
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: confirmation_code
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - seaify
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-02-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: use platforms like lianzhong to auto input confirmation code
14
+ email: dilin.life@gmail.com
15
+ executables:
16
+ - confirmation_code
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/confirmation_code
21
+ - lib/confirmation_code.rb
22
+ homepage: https://github.com/seaify/confirmation_code
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.4.8
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: use platforms like lianzhong to auto input confirmation code
46
+ test_files: []