loco 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/LICENSE.txt +22 -0
  2. data/lib/loco/version.rb +1 -1
  3. data/loco.gemspec +5 -5
  4. metadata +7 -5
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2013 Conan Dalton
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module Loco
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -1,20 +1,20 @@
1
- # -*- encoding: utf-8 -*-
1
+ # -*- coding: utf-8; mode: ruby -*-
2
2
 
3
3
  $:.push File.expand_path("../lib", __FILE__)
4
+
5
+
4
6
  require "loco/version"
5
7
 
6
8
  Gem::Specification.new do |s|
7
9
  s.name = "loco"
8
10
  s.version = Loco::VERSION
9
- s.authors = ["conanite"]
11
+ s.authors = ["Conan Dalton"]
12
+ s.license = 'MIT'
10
13
  s.email = ["conan@conandalton.net"]
11
14
  s.homepage = "https://github.com/conanite/loco"
12
15
  s.summary = %q{Produce statistics concerning numbers of lines of code in project files}
13
16
  s.description = %q{Count lines of code in project files, excluding a bunch of common defaults, and show (a) for each N, how many files have N lines of code; (b) how many files of each type and average LOC per file of that type; (c) longest files and their length }
14
17
 
15
- s.rubyforge_project = "loco"
16
-
17
- # warning: ensure ENV["PATH"] can find your git executable
18
18
  s.files = `git ls-files`.split("\n")
19
19
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
20
20
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: loco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - conanite
8
+ - Conan Dalton
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-12 00:00:00.000000000 Z
12
+ date: 2013-07-15 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! 'Count lines of code in project files, excluding a bunch of common
15
15
  defaults, and show (a) for each N, how many files have N lines of code; (b) how
@@ -24,6 +24,7 @@ extra_rdoc_files: []
24
24
  files:
25
25
  - .gitignore
26
26
  - Gemfile
27
+ - LICENSE.txt
27
28
  - README.md
28
29
  - Rakefile
29
30
  - bin/loco
@@ -35,7 +36,8 @@ files:
35
36
  - lib/loco/version.rb
36
37
  - loco.gemspec
37
38
  homepage: https://github.com/conanite/loco
38
- licenses: []
39
+ licenses:
40
+ - MIT
39
41
  post_install_message:
40
42
  rdoc_options: []
41
43
  require_paths:
@@ -53,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
55
  - !ruby/object:Gem::Version
54
56
  version: '0'
55
57
  requirements: []
56
- rubyforge_project: loco
58
+ rubyforge_project:
57
59
  rubygems_version: 1.8.24
58
60
  signing_key:
59
61
  specification_version: 3