gembuilder 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ == 1.2.2 / 2010-04-17
2
+
3
+ * Fixed issue with build_extensions
4
+
1
5
  == 1.2.1 / 2010-04-17
2
6
 
3
7
  * Updated Rakefile and make release
@@ -1,3 +1,3 @@
1
1
  class GemBuilderLib
2
- VERSION = '1.2.1'
2
+ VERSION = '1.2.2'
3
3
  end
@@ -50,7 +50,7 @@ class GemBuilderLib
50
50
  end
51
51
 
52
52
  def build_extensions
53
- installer.build_extensions(tmpdir, format.spec)
53
+ installer.build_extensions
54
54
  end
55
55
 
56
56
  def platform
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 2
8
- - 1
9
- version: 1.2.1
8
+ - 2
9
+ version: 1.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Patrick Hurley