git-trip 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.txt +4 -0
  3. data/lib/git-trip.rb +2 -2
  4. metadata +1 -1
  5. metadata.gz.sig +0 -0
data.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.0.4 / 2008-07-08
2
+
3
+ * Fixing small bug when trying to require GitTrip as a gem.
4
+
1
5
  === 0.0.3 / 2008-07-08
2
6
 
3
7
  Many nice changes, including (but not limited to):
data/lib/git-trip.rb CHANGED
@@ -1,4 +1,4 @@
1
- $LOAD_PATH.unshift File.dirname(__FILE__)
1
+ $LOAD_PATH.unshift File.dirname(__FILE__), File.dirname("#{__FILE__}/vendor")
2
2
 
3
3
  # Third-party libraries...
4
4
  require 'rubygems'
@@ -18,6 +18,6 @@ require 'git-trip/paint_mode'
18
18
  require 'git-trip/painter'
19
19
 
20
20
  module GitTrip
21
- VERSION = '0.0.3'
21
+ VERSION = '0.0.4'
22
22
  include GitTrip::Errors
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-trip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Campbell
metadata.gz.sig CHANGED
Binary file