rgem2rpm 1.4.10 → 1.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/rgem2rpm/gem.rb CHANGED
@@ -142,10 +142,7 @@ class RGem2Rpm::Gem
142
142
  # clean build if gem has extensions
143
143
  @spec[:extensions].each { |extension|
144
144
  path = File.dirname("#{pwd}/#{@installdir}/gems/#{@filename[0, @filename.size-4]}/#{extension}")
145
- FileUtils.cp_r "#{path}/#{@installdir}", "#{pwd}/"
146
- FileUtils.rm_rf "#{path}/#{@installdir}"
147
145
  FileUtils.rm_rf Dir.glob("#{path}/*.o")
148
- FileUtils.rm_rf Dir.glob("#{path}/*.so")
149
146
  FileUtils.rm_rf "#{path}/Makefile"
150
147
  }
151
148
  # delete directories
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module RGem2Rpm
3
- VERSION = '1.4.10'
3
+ VERSION = '1.4.11'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgem2rpm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.10
4
+ version: 1.4.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-31 00:00:00.000000000 Z
12
+ date: 2013-03-06 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Application that enables conversion of rubygems to rpms.
15
15
  email: peixoto.joao@gmail.com