count 0.0.4 → 0.0.5

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 +4 -4
  2. data/lib/count.rb +2 -5
  3. metadata +8 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6dc9197e263d416c22754bbb00f63da86ff8fe48
4
- data.tar.gz: fbce0f28a0ada090fb0de772534d762cd656621a
3
+ metadata.gz: 857911da988ba255e785bb5d96bcf137dad1cce4
4
+ data.tar.gz: 0029be11a0f3261c6ef901b1189c182b15175bdb
5
5
  SHA512:
6
- metadata.gz: 578a3fc5eff4b433adb4b3f6c6eb2b63c0a1004e2cc8fa1c7eb94bbd76e5ec4db7a8e9e106f72b609bd9e4b863def16c52259294a59753ce6424a0fc12fd24d1
7
- data.tar.gz: a6c529206376a2103cb172a3fbe95fda344c8d71dd893019681bb0f3fb098522977948c44ec480ae17deb1ff9d41e9b2ce7ab603551be4e6e720c639aec2f745
6
+ metadata.gz: f43e5530bb30ecca0255f4b7c6ec8a3771dc50b2140b52c245cf88ffca90670a228e1483f5a87174abdccfbabd7af95917c42ec41886d3b60cd13b59d0d7f3f0
7
+ data.tar.gz: 2b0afb0fe569eb7f6ecefedb690024e9173209aa172c435c8351899113237b93564622152bba93d9e9b123dbd3be0513321b413e5ea44da5c44f30205af83556
@@ -1,9 +1,5 @@
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
-
7
3
  require 'find'
8
4
  require 'colored'
9
5
 
@@ -33,7 +29,8 @@ class Count
33
29
  :haml => "Haml Templete",
34
30
  :slim => "Slim Templete",
35
31
  :less => "Less",
36
- :txt => "txt"
32
+ :txt => "txt",
33
+ :swift => "swift"
37
34
  }
38
35
 
39
36
 
metadata CHANGED
@@ -1,26 +1,25 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: count
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lin Xiangyu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-01-15 00:00:00.000000000 Z
11
+ date: 2014-06-05 00:00:00.000000000 Z
12
12
  dependencies: []
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 "
13
+ description: Code Line Counter. Now support Swift/C/C++/Obj-C/Ruby/Python/C#/Haskell/Scala/SML/PHP/JavaScript/CoffeScript/Haml/Slim/Erb/Scss/Less
15
14
  email: lxyweb@gmail.com
16
15
  executables:
17
16
  - count
18
17
  extensions: []
19
18
  extra_rdoc_files: []
20
19
  files:
21
- - lib/count.rb
22
20
  - bin/count
23
- homepage: http://linxiangyu.info
21
+ - lib/count.rb
22
+ homepage: https://github.com/oa414/code_line_counter
24
23
  licenses: []
25
24
  metadata: {}
26
25
  post_install_message:
@@ -29,17 +28,17 @@ require_paths:
29
28
  - lib
30
29
  required_ruby_version: !ruby/object:Gem::Requirement
31
30
  requirements:
32
- - - '>='
31
+ - - ">="
33
32
  - !ruby/object:Gem::Version
34
33
  version: '0'
35
34
  required_rubygems_version: !ruby/object:Gem::Requirement
36
35
  requirements:
37
- - - '>='
36
+ - - ">="
38
37
  - !ruby/object:Gem::Version
39
38
  version: '0'
40
39
  requirements: []
41
40
  rubyforge_project:
42
- rubygems_version: 2.1.10
41
+ rubygems_version: 2.2.2
43
42
  signing_key:
44
43
  specification_version: 4
45
44
  summary: A Code Line Counter