locat 0.2.3 → 0.2.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.
- checksums.yaml +4 -4
- data/.index +3 -3
- data/HISTORY.md +12 -0
- data/lib/locat/counter.rb +1 -1
- data/lib/locat/template/graphael.rhtml +2 -2
- data/lib/locat/template/highchart.rhtml +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa91262311edebe5c090a7cdd747412626ba1c56
|
4
|
+
data.tar.gz: e0f7834cf487d97b183e3740fed91f7a141e5b6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7df3e83a5fd7c2f74d3ea460e1162f312db0ac100bd9041c2ae58bf7d3aebba8ab3753f31957450f94da5ddce9bd5eca95096148bc36326c8f961de4498eddd1
|
7
|
+
data.tar.gz: a33f32e22a15c1f562b2ce7b077592c37fbfa4ccb432bbc49b30ead68cc0d2e3963db4704bbd411bcf0305f9d620611548b868f39edcbc9798bb75634be77bd1
|
data/.index
CHANGED
@@ -8,7 +8,7 @@ authors:
|
|
8
8
|
email: transfire@gmail.com
|
9
9
|
organizations: []
|
10
10
|
requirements:
|
11
|
-
- name: grit
|
11
|
+
- name: gitlab-grit
|
12
12
|
- name: ansi
|
13
13
|
- name: json
|
14
14
|
- groups:
|
@@ -57,5 +57,5 @@ created: '2011-07-07'
|
|
57
57
|
description: LOCat is a customizable Lines-Of-Code analysis tool. LOC might not be
|
58
58
|
the most useful metric in the universe, but it still provides useful information
|
59
59
|
and can be a lot of fun.
|
60
|
-
version: 0.2.
|
61
|
-
date: '2014-01-
|
60
|
+
version: 0.2.4
|
61
|
+
date: '2014-01-14'
|
data/HISTORY.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# RELEASE HISTORY
|
2
2
|
|
3
|
+
## 0.2.4 | 2014-01-14
|
4
|
+
|
5
|
+
This release switch use of grit gem to gitlab-grit. This release also
|
6
|
+
includes a simple correctiotn to the copyright notices at the bottom
|
7
|
+
of the generated templates.
|
8
|
+
|
9
|
+
Changes:
|
10
|
+
|
11
|
+
* Use gitlab-grit instead of grit gem.
|
12
|
+
* Fix copyright notices in templates.
|
13
|
+
|
14
|
+
|
3
15
|
## 0.2.3 | 2014-01-13
|
4
16
|
|
5
17
|
This is a minor release that deals with a couple of minor issues,
|
data/lib/locat/counter.rb
CHANGED
@@ -248,8 +248,8 @@ var data = <%= to_json %>;
|
|
248
248
|
</div>
|
249
249
|
|
250
250
|
<div id="footer">
|
251
|
-
<a href="http://rubyworks.github.com/locat">LOCat
|
252
|
-
Copyright © 2011
|
251
|
+
<a href="http://rubyworks.github.com/locat">LOCat</a>,
|
252
|
+
Copyright © 2011 <a href="http://rubyworks.github.com">Rubyworks</a>
|
253
253
|
</div>
|
254
254
|
|
255
255
|
</body>
|
@@ -240,8 +240,8 @@ var data = <%= to_json %>;
|
|
240
240
|
<!-- FOOTER -->
|
241
241
|
|
242
242
|
<div id="footer">
|
243
|
-
<a href="http://rubyworks.github.com/locat">LOCat
|
244
|
-
Copyright © 2011
|
243
|
+
<a href="http://rubyworks.github.com/locat">LOCat</a>,
|
244
|
+
Copyright © 2011 <a href="http://rubyworks.github.com">Rubyworks</a>
|
245
245
|
</div>
|
246
246
|
|
247
247
|
</body>
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: locat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Trans
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name: grit
|
14
|
+
name: gitlab-grit
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - '>='
|