ruby_ext 0.4.9 → 0.4.10

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 +1 -1
  2. data/lib/rake_ext/project.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rake_ext'
5
5
 
6
6
  project(
7
7
  :name => "ruby_ext",
8
- :version => "0.4.9",
8
+ :version => "0.4.10",
9
9
  :summary => "Ruby language extensions",
10
10
 
11
11
  :author => "Alexey Petrushin",
@@ -59,7 +59,7 @@ namespace :gem do
59
59
  options.each{|k, v| s.send "#{k}=", v}
60
60
  end
61
61
 
62
- package_dir = Dir.tmpdir
62
+ package_dir = Dir.tmpdir + "/#{project[:name]}_tmp"
63
63
  Rake::GemPackageTask.new(spec) do |p|
64
64
  p.need_tar = true if RUBY_PLATFORM !~ /mswin/
65
65
  p.need_zip = true
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_ext
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 9
10
- version: 0.4.9
9
+ - 10
10
+ version: 0.4.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alexey Petrushin