TicGit-ng 1.0.2.10 → 1.0.2.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.mkd +4 -1
  2. data/lib/ticgit-ng/version.rb +1 -1
  3. metadata +3 -3
data/README.mkd CHANGED
@@ -51,7 +51,7 @@ To install these packages on a Debian system, or a Debian based system like Ubun
51
51
  While the version of rubygems available from the repositories on Debian 5.0.5 stable will work just fine for using the command line `ti` program, using `ticgitweb` requires some extra effort.
52
52
  Older versions of rubygems, such as the one available on Debian 5.0.5, will not work out of the box with the new gem repositories because the .deb in stable relies on rubyforge rather than rubygems for its operations. See [this bug](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558251) for an example. If you are running an older version of rubygems, you may need to get the latest rubygems package from http://rubygems.org/ or [apt](http://jaqque.sbih.org/kplug/apt-pinning.html) [pinning](http://jeffwelling.github.com//2010/09/05/Apt-Pinning.html) before being able to properly install the git and ticgit gems.
53
53
 
54
- **A Note about the git gem**
54
+ **A Note About The Git Gem**
55
55
 
56
56
  The git gem requires a git version of 1.6.0.0 or later, but on Debian stable, git-core is currently (Sept 6th 2010) at 1.5.6.5. This isn't a fatal problem and we can continue using version 1.5.6.5 with the git gem, but you will see notices like this if you do
57
57
 
@@ -64,8 +64,11 @@ If these annoy you as they do me and you've set up [apt](http://jaqque.sbih.org/
64
64
 
65
65
  And those notices should go away.
66
66
 
67
+ **A Note About Coloured Git Output**
67
68
 
69
+ If you use `[color] ui = always` instead of `[color] ui = true` then you will encounter a problem with the deprecated git gem parsing the color codes. Because it doesn't strip the color codes before parsing the output, it chokes and makes everything explode.
68
70
 
71
+ Since time spent working on monkeypatching the git gem would soon be rendered fruitless by the eventual planned upgrade away from it, for the time being the suggested solution is to use `[color] ui = true`.
69
72
 
70
73
  ### Installing ##
71
74
  Installation on a Debian stable system. Note that the command line interface for TicGit-ng can be run from Debian stable, but some of the gems required for the web interface may require you to use [apt](http://jaqque.sbih.org/kplug/apt-pinning.html) [pinning](http://jeffwelling.github.com//2010/09/05/Apt-Pinning.html) to run without errors. See below
@@ -1,3 +1,3 @@
1
1
  module TicGitNG
2
- VERSION = '1.0.2.10'
2
+ VERSION = '1.0.2.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: TicGit-ng
3
3
  version: !ruby/object:Gem::Version
4
- hash: 67
4
+ hash: 65
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 2
10
- - 10
11
- version: 1.0.2.10
10
+ - 11
11
+ version: 1.0.2.11
12
12
  platform: ruby
13
13
  authors:
14
14
  - Scott Chacon