htmldoc_remote_compile_wrapper 0.3 → 0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/ext/extconf.rb +2 -2
- data/htmldoc_remote_compile_wrapper.gemspec +1 -1
- metadata +7 -9
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 53c45af9364c79275e11dcd0ae0ab4dec9737eba
|
4
|
+
data.tar.gz: 0eba21466d4f60c77403b074e3ffe7db84e87fc0
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ad16b54d708888901983514b2ffe4099a586509c3004646fd43b9c043c8762b7c77ac84f6e0d9cb47ba524646eb4419cd3ed8b9b07e4340260a91be9d1a7c922
|
7
|
+
data.tar.gz: 11a9f678be112177d836f13f59f7c8143b34f21330f0eba65c0630669a593ee0100c6aa36fdffa426884ba9edac37e85978acc18c619154e19c7c61c4ef21259
|
data/ext/extconf.rb
CHANGED
@@ -12,10 +12,10 @@ patch_file = File.join(src_dir, "libpng_patch")
|
|
12
12
|
FileUtils.rm_rf src_dir
|
13
13
|
FileUtils.mkdir src_dir
|
14
14
|
|
15
|
-
source_url = "
|
15
|
+
source_url = "https://joenoon-public.s3.amazonaws.com/htmldoc-1.8.27-source.tar.gz"
|
16
16
|
# Fixes building with libpng-1.5, from upstream svn r1668 via Fedora
|
17
17
|
# Remove at version 1.8.28. cf. https://github.com/mxcl/homebrew/issues/15915
|
18
|
-
patch_url = "
|
18
|
+
patch_url = "https://gist.github.com/joenoon/5733730/raw/4da9eca3b0ba0f3d1303769bdc408729b8654632/gistfile1.diff"
|
19
19
|
|
20
20
|
puts "===> Downloading: #{source_url} to #{tgz_file}"
|
21
21
|
|
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: htmldoc_remote_compile_wrapper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
5
|
-
prerelease:
|
4
|
+
version: '0.4'
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Joe Noon
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2013-06-08 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description: Compile htmldoc binary
|
15
14
|
email:
|
@@ -29,27 +28,26 @@ files:
|
|
29
28
|
- lib/htmldoc_remote_compile_wrapper.rb
|
30
29
|
homepage: ''
|
31
30
|
licenses: []
|
31
|
+
metadata: {}
|
32
32
|
post_install_message:
|
33
33
|
rdoc_options: []
|
34
34
|
require_paths:
|
35
35
|
- lib
|
36
36
|
required_ruby_version: !ruby/object:Gem::Requirement
|
37
|
-
none: false
|
38
37
|
requirements:
|
39
|
-
- -
|
38
|
+
- - '>='
|
40
39
|
- !ruby/object:Gem::Version
|
41
40
|
version: '0'
|
42
41
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
43
|
-
none: false
|
44
42
|
requirements:
|
45
|
-
- -
|
43
|
+
- - '>='
|
46
44
|
- !ruby/object:Gem::Version
|
47
45
|
version: '0'
|
48
46
|
requirements: []
|
49
47
|
rubyforge_project:
|
50
|
-
rubygems_version:
|
48
|
+
rubygems_version: 2.0.3
|
51
49
|
signing_key:
|
52
|
-
specification_version:
|
50
|
+
specification_version: 4
|
53
51
|
summary: Suitable for environments like Heroku. Downloads the htmldoc source and
|
54
52
|
compiles using the native extension hook upon gem installation.
|
55
53
|
test_files: []
|