git_pissed 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/bin/git-pissed +0 -0
- data/git_pissed.gemspec +1 -1
- data/lib/git_pissed/formats/templates/index.html +1 -1
- data/lib/git_pissed/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff8de403fbb71fa3672b240c8e7cc50eb3c07259
|
4
|
+
data.tar.gz: a1d4dc44a483c0b9667ca4589ead6c5042c99f36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 593e21b750c6e4fa7edc6a22efff134aedb5a06823da4ca9159aac6e223f4db7dd7335e47942bfee296ab04add08277bc46788afa6204d959b1e742e0b13f850
|
7
|
+
data.tar.gz: c358a5360ea5fc76cd4fda568761008e2246e5afa18e1a5ceb23f09586d5672bf632114440f9e1a82be97dae7454b37492a062a5279b7d6af388952402322792
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/bin/git-pissed
CHANGED
File without changes
|
data/git_pissed.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ['c@chrishunt.co']
|
11
11
|
spec.description = %q{gitting pissed about your code}
|
12
12
|
spec.summary = %q{gitting pissed about your code}
|
13
|
-
spec.homepage = '
|
13
|
+
spec.homepage = 'https://github.com/chrishunt/git-pissed'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
@@ -44,7 +44,7 @@ Date.ext={};Date.ext.util={};Date.ext.util.xPad=function(a,c,b){if(typeof(b)=="u
|
|
44
44
|
%CSV%
|
45
45
|
|
46
46
|
,{
|
47
|
-
title: "<a href='
|
47
|
+
title: "<a href='https://github.com/chrishunt/git-pissed' target='_blank'><pre>git-pissed</pre></a>",
|
48
48
|
ylabel: 'number of occurrences',
|
49
49
|
rollPeriod: 1,
|
50
50
|
fillGraph: false,
|
data/lib/git_pissed/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git_pissed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Hunt
|
@@ -85,7 +85,7 @@ files:
|
|
85
85
|
- lib/git_pissed/options.rb
|
86
86
|
- lib/git_pissed/version.rb
|
87
87
|
- lib/git_pissed/word_finder.rb
|
88
|
-
homepage:
|
88
|
+
homepage: https://github.com/chrishunt/git-pissed
|
89
89
|
licenses:
|
90
90
|
- MIT
|
91
91
|
metadata: {}
|