rascut 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +3 -0
  2. data/lib/rascut.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -4,6 +4,9 @@ require 'rubygems'
4
4
  require 'hoe'
5
5
  $LOAD_PATH << './lib'
6
6
  require './lib/rascut.rb'
7
+ require 'tmpdir'
8
+
9
+ ENV['HOME'] ||= Dir.tmpdir # for Hoe's bug.
7
10
 
8
11
  Hoe.new('rascut', Rascut::VERSION) do |p|
9
12
  p.rubyforge_name = 'hotchpotch'
data/lib/rascut.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Rascut
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
 
6
6
  require 'rascut/logger'
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.1
3
3
  specification_version: 1
4
4
  name: rascut
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
7
- date: 2007-09-02 00:00:00 +09:00
6
+ version: 0.1.1
7
+ date: 2007-09-03 00:00:00 +09:00
8
8
  summary: Ruby ActionSCript UTility
9
9
  require_paths:
10
10
  - lib