count 0.0.3 → 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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/{counter → count} +0 -0
  3. data/lib/count.rb +4 -0
  4. metadata +10 -13
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6dc9197e263d416c22754bbb00f63da86ff8fe48
4
+ data.tar.gz: fbce0f28a0ada090fb0de772534d762cd656621a
5
+ SHA512:
6
+ metadata.gz: 578a3fc5eff4b433adb4b3f6c6eb2b63c0a1004e2cc8fa1c7eb94bbd76e5ec4db7a8e9e106f72b609bd9e4b863def16c52259294a59753ce6424a0fc12fd24d1
7
+ data.tar.gz: a6c529206376a2103cb172a3fbe95fda344c8d71dd893019681bb0f3fb098522977948c44ec480ae17deb1ff9d41e9b2ce7ab603551be4e6e720c639aec2f745
File without changes
@@ -1,5 +1,9 @@
1
1
  #!/usr/bin/env ruby
2
2
  # -*- coding: utf-8 -*-
3
+ # Author : Lin Xiangyu
4
+ # Email: lxyweb@gmail.com
5
+ # I like Zhang Juan ~
6
+
3
7
  require 'find'
4
8
  require 'colored'
5
9
 
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: count
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
5
- prerelease:
4
+ version: 0.0.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Lin Xiangyu
@@ -11,39 +10,37 @@ bindir: bin
11
10
  cert_chain: []
12
11
  date: 2013-01-15 00:00:00.000000000 Z
13
12
  dependencies: []
14
- description: Code Line Counter. Now support C/C++/Obj-C/Ruby/Python/C#/Haskell/Scala/SML/PHP/JavaScript/CoffeScript/Haml/Slim/Erb/Scss/Less
13
+ description: "Code Line Counter. Now support C/C++/Obj-C/Ruby/Python/C#/Haskell/Scala/SML/PHP/JavaScript/CoffeScript/Haml/Slim/Erb/Scss/Less\n
14
+ \ Usage: $count dir "
15
15
  email: lxyweb@gmail.com
16
16
  executables:
17
- - counter
17
+ - count
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - lib/count.rb
22
- - !binary |-
23
- YmluL2NvdW50ZXI=
22
+ - bin/count
24
23
  homepage: http://linxiangyu.info
25
24
  licenses: []
25
+ metadata: {}
26
26
  post_install_message:
27
27
  rdoc_options: []
28
28
  require_paths:
29
29
  - lib
30
30
  required_ruby_version: !ruby/object:Gem::Requirement
31
- none: false
32
31
  requirements:
33
- - - ! '>='
32
+ - - '>='
34
33
  - !ruby/object:Gem::Version
35
34
  version: '0'
36
35
  required_rubygems_version: !ruby/object:Gem::Requirement
37
- none: false
38
36
  requirements:
39
- - - ! '>='
37
+ - - '>='
40
38
  - !ruby/object:Gem::Version
41
39
  version: '0'
42
40
  requirements: []
43
41
  rubyforge_project:
44
- rubygems_version: 1.8.23
42
+ rubygems_version: 2.1.10
45
43
  signing_key:
46
- specification_version: 3
44
+ specification_version: 4
47
45
  summary: A Code Line Counter
48
46
  test_files: []
49
- has_rdoc: