redcar 0.3.7 → 0.3.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGES +5 -0
  2. data/Rakefile +1 -1
  3. data/lib/redcar.rb +2 -1
  4. metadata +2 -2
data/CHANGES CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ Version 0.3.7.1 (25 Jun 2010)
3
+ =============================
4
+
5
+ * Fixed bug: URI class not found. (Dan Lucraft)
6
+
2
7
  Version 0.3.7 (24 Jun 2010)
3
8
  ===========================
4
9
 
data/Rakefile CHANGED
@@ -1,4 +1,4 @@
1
- REDCAR_VERSION = "0.3.7"
1
+ REDCAR_VERSION = "0.3.7.1"
2
2
 
3
3
  require 'rubygems'
4
4
  require 'fileutils'
data/lib/redcar.rb CHANGED
@@ -12,6 +12,7 @@ require 'regex_replace'
12
12
 
13
13
  require 'forwardable'
14
14
  require 'yaml'
15
+ require 'uri'
15
16
 
16
17
  # ## Loading and Initialization
17
18
  #
@@ -40,7 +41,7 @@ require 'yaml'
40
41
  #
41
42
  # and so on.
42
43
  module Redcar
43
- VERSION = '0.3.7'
44
+ VERSION = '0.3.7.1'
44
45
  VERSION_MAJOR = 0
45
46
  VERSION_MINOR = 3
46
47
  VERSION_RELEASE = 7
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redcar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lucraft
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-06-24 00:00:00 +01:00
12
+ date: 2010-06-25 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency