htmldoc_remote_compile_wrapper 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
data/ext/extconf.rb CHANGED
@@ -35,3 +35,5 @@ end
35
35
  FileUtils.rm_rf src_dir
36
36
 
37
37
  puts "===> Done compiling htmldoc."
38
+
39
+ create_makefile 'htmldoc_remote_compile_wrapper'
@@ -12,5 +12,5 @@ Gem::Specification.new do |gem|
12
12
  gem.extensions = ['ext/extconf.rb']
13
13
  gem.name = "htmldoc_remote_compile_wrapper"
14
14
  gem.require_paths = ["lib"]
15
- gem.version = "0.1"
15
+ gem.version = "0.2"
16
16
  end
metadata CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- version: "0.1"
7
+ - 2
8
+ version: "0.2"
9
9
  platform: ruby
10
10
  authors:
11
11
  - Joe Noon