xcmt 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/bin/xcmt +4 -0
  3. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 8713299362753b0ad1fe6460d0e3e92f89c96e1e
4
+ data.tar.gz: f4931327fbdfe5c7d295420ebb15e7d2accb7bef
5
+ SHA512:
6
+ metadata.gz: 59c5fed3cc2985f31bf450b5328f46d1d642c5d0206b39f5b6d8880b3f38397ad995a9225522e65b84bdbbac855b60844d7d2e65a2ba62a11a8c57bf4a286537
7
+ data.tar.gz: 463a4fe5ae6ea23f3089b26b4a3a093c4ac41ab76bbe1dc1459c67d5367d517a32dd222ec66dfb598ae3617052a9552354f6a4c14de95e51e3f7c6ef36c63906
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/ruby
2
+
3
+ puts ARGF.each_line.select { |x| x =~ /^\s*\/\// }.map { |x| x.sub(/^\s*\/\/\s?/, "") }
4
+
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: xcmt
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Thai Pangsakulyanont
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-02-07 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A tool to quickly extract comments from source code files
14
+ email: org.yi.dttvb@gmail.com
15
+ executables:
16
+ - xcmt
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/xcmt
21
+ homepage: https://github.com/dtinth/xcmt
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - '>='
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.0.0
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Extract comments from files
45
+ test_files: []
46
+ has_rdoc: