commention 0.0.4

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/bin/cmt +3 -0
  3. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 991af25fa9f2d67818f6fcc66e1225d393421794
4
+ data.tar.gz: a8abaa039e9f152de8642d59c4377c07c5987a3d
5
+ SHA512:
6
+ metadata.gz: 1e2134212d8f30907acd3c349fc8122a9edb085e0bdb3590fdcb021a5beae6ee8a7618710fe80c60899b8a680922696d7c8d364e4a76bc408ca4b9f2b9890e5c
7
+ data.tar.gz: 3bbe0866c2972e2299adf5e3123861e45a1c271cd63d75b87573323ffc981860744eb6d556524dd8e348e68c4034ba0176785c6ebe6c6368b5e5bfef9d4751e4
data/bin/cmt ADDED
@@ -0,0 +1,3 @@
1
+ require 'commention'
2
+
3
+ Commention.proccess
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: commention
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.4
5
+ platform: ruby
6
+ authors:
7
+ - at-huynguyen2
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-06-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Create standard for funtions
14
+ email:
15
+ - huy.nguyen2@asiantech.vn
16
+ executables:
17
+ - cmt
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - bin/cmt
22
+ homepage:
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.6.10
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Create standard for funtions
46
+ test_files: []