git_pissed 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca01a1b45338b17080036e5308480107cb99ba9a
4
- data.tar.gz: 4cf3d44213d1f69d9921d40a6dea44aeae016915
3
+ metadata.gz: ff8de403fbb71fa3672b240c8e7cc50eb3c07259
4
+ data.tar.gz: a1d4dc44a483c0b9667ca4589ead6c5042c99f36
5
5
  SHA512:
6
- metadata.gz: 387e3671acd8bf25eb16beae9866a896809c2b627dba0ffd43851e823e35e59f0de0ffe02c0374a1cb98db1e99193c53c4e14c4f285812f993ed985dd48a4b0a
7
- data.tar.gz: 5f6ff5cf97f2a10afb86bba125d48124d20e93bb3bc70cbfea9ddbb8cc1f318c1297794b2ba38c951449089fc4bc9cf9f056577325fb975f9e4e78032a7bf32c
6
+ metadata.gz: 593e21b750c6e4fa7edc6a22efff134aedb5a06823da4ca9159aac6e223f4db7dd7335e47942bfee296ab04add08277bc46788afa6204d959b1e742e0b13f850
7
+ data.tar.gz: c358a5360ea5fc76cd4fda568761008e2246e5afa18e1a5ceb23f09586d5672bf632114440f9e1a82be97dae7454b37492a062a5279b7d6af388952402322792
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ##v1.0.1
4
+ *2013-09-03*
5
+
6
+ - Change project url to GitHub
7
+
3
8
  ##v1.0.0
4
9
  *2013-09-03*
5
10
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git_pissed (0.0.1)
4
+ git_pissed (1.0.1)
5
5
  ruby-progressbar
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -19,7 +19,7 @@ Install the gem, open a git repo, and git pissed.
19
19
  ```bash
20
20
  $ gem install git_pissed
21
21
  $ cd my/git/repo
22
- $ git-pissed
22
+ $ git-pissed && open git-pissed.html
23
23
  ```
24
24
 
25
25
  Sometimes we want to track happiness instead of **ANGER!!** `git-pissed` allows
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 = 'http://chrishunt.co/git-pissed'
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='http://chrishunt.co/git-pissed' target='_blank'><pre>git-pissed</pre></a>",
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,
@@ -1,3 +1,3 @@
1
1
  module GitPissed
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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.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: http://chrishunt.co/git-pissed
88
+ homepage: https://github.com/chrishunt/git-pissed
89
89
  licenses:
90
90
  - MIT
91
91
  metadata: {}