nogoth-gitjour 6.2.1 → 6.2.2

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.
Files changed (3) hide show
  1. data/README.txt +13 -0
  2. data/lib/gitjour/version.rb +1 -1
  3. metadata +2 -2
data/README.txt CHANGED
@@ -3,6 +3,19 @@ README
3
3
  Requires 1.5.5 or greater of git. 1.5.4.3 from old versions of Ubuntu debian will not work
4
4
 
5
5
 
6
+ BUGS:
7
+ Many? One on linux right now is
8
+
9
+ gem install nogoth-gitjour requires you to do a
10
+
11
+ sudo chmod go+r-w /usr/lib/ruby/gems/1.8/gems/nogoth-gitjour-6.2.2/bin/gitjour
12
+
13
+ if you get:
14
+ /usr/bin/gitjour:19:in `load': no such file to load -- gitjour (LoadError)
15
+ from /usr/bin/gitjour:19
16
+
17
+ when running gitjour list or any gitjour commands, it's installing the bin/gitjour binary as rwx-wx-wx
18
+
6
19
  DEVELOPMENT
7
20
 
8
21
  How to test from the console:
@@ -2,7 +2,7 @@ module Gitjour #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 6
4
4
  MINOR = 2
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nogoth-gitjour
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.2.1
4
+ version: 6.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Fowler
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2008-06-04 00:00:00 -07:00
15
+ date: 2008-06-26 00:00:00 -07:00
16
16
  default_executable: gitjour
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency