locat 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30139bab3135e5869d5f033601a83cd95a5576e1
4
- data.tar.gz: d47140e87ede5fe4bec6262035ce50c4fe85771d
3
+ metadata.gz: aa91262311edebe5c090a7cdd747412626ba1c56
4
+ data.tar.gz: e0f7834cf487d97b183e3740fed91f7a141e5b6d
5
5
  SHA512:
6
- metadata.gz: 5a9e8bc7d8b8bb360690ab1489b66d618b213ea45a0891e2f4dc71d56ac63e4e03c21e1b4a82e3dc156753debf2590d8c5d0c327f12c80e0f6ea5e20b9ba861a
7
- data.tar.gz: 20095f2ba61639db03bbfed6716dd6cacccee51d3288ae89c9fe7b4805c594d9deac1e0837f17bb5f2c3a0a8e945688d240eb08fcf58de06aa7e0b8506310c66
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.3
61
- date: '2014-01-13'
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,
@@ -125,7 +125,7 @@ module LOCat
125
125
  begin
126
126
  gitloc.timeline_table
127
127
  rescue
128
- warn "Can't generate git timeline. Skipping."
128
+ warn "Can't generate git timeline. Skipping this portion."
129
129
  nil
130
130
  end
131
131
  end
@@ -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 v0.1.0</a>,
252
- Copyright &copy; 2011 Thomas Sawyer, <a href="http://rubyworks.github.com">Rubyworks</a>
251
+ <a href="http://rubyworks.github.com/locat">LOCat</a>,
252
+ Copyright &copy; 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 v0.1.0</a>,
244
- Copyright &copy; 2011 Thomas Sawyer, <a href="http://rubyworks.github.com">Rubyworks</a>
243
+ <a href="http://rubyworks.github.com/locat">LOCat</a>,
244
+ Copyright &copy; 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.3
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-13 00:00:00.000000000 Z
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
  - - '>='