wkhtmltox-binaries 0.13.0.pre.alpha → 0.13.0.pre.alpha.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f8892a9ca103192b53f724d23b79a70d576fa47
4
- data.tar.gz: b8a0d9903597cce0a3487f5dc10347e877280f51
3
+ metadata.gz: c1fe4cef03a7f0c22024b54cd1811babe45a5401
4
+ data.tar.gz: 171af1783a6d111332d573afebd1cc695894185d
5
5
  SHA512:
6
- metadata.gz: c1ef5f91e40b753f6238c0681b7539e413c30e66b9d6d874f1e866ed3a1e91c0bdc464063d51bfa4013624aa2528331c1ba7837b084e332749dfec1cac0fc164
7
- data.tar.gz: ced6d97af1cab9a1c14f6a8264dcb7d4fe340aa598007ead51bffa8af7e2b649e104b1091caa6651a80fe663925bb45411b7291aa793ba06a8bb8c4e852fde54
6
+ metadata.gz: 3fdbdcd55b87feea5860d37381d9aaea813da01d10fc08b36b2ae9f5b3276227b6855cf89750d8877a000f27f92206d439efc87ab70289ea7e7f48b75e19b5c0
7
+ data.tar.gz: bba802443bcc843f80c4ba12f7eef9cc7b97fcd324ac589ee9d93654ce63be0664ea23c435fb9bf217c4a6d1db247e8a5eb6aaf270b8a7047dfcfd46a46ee78a
data/README.md CHANGED
@@ -13,12 +13,12 @@ and wkhtmltopdf project in an easily accessible package from
13
13
 
14
14
  ## Features
15
15
 
16
- * Linux (Debian Wheezy) 64-bit
17
- * Linux (Debian Jessie) 64-bit
18
- * Linux (Ubuntu Trusty) 64-bit
19
- * Linux (Ubuntu Precise) 64-bit
20
- * Linux (CentOS 7) 64-bit
21
- * Linux (CentOS 6) 64-bit
16
+ * Linux (Debian Wheezy) 64-bit and 32-bit
17
+ * Linux (Debian Jessie) 64-bit and 32-bit
18
+ * Linux (Ubuntu Trusty) 64-bit and 32-bit
19
+ * Linux (Ubuntu Precise) 64-bit and 32-bit
20
+ * Linux (CentOS 7) 64-bit
21
+ * Linux (CentOS 6) 64-bit
22
22
  * The gem version is the same as the binary files version
23
23
 
24
24
  ## Install
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'wkhtmltox-binaries'
3
- s.version = '0.13.0-alpha'
3
+ s.version = '0.13.0.pre.alpha.0.1'
4
4
  s.date = Time.now.utc.strftime('%Y-%m-%d')
5
5
  s.homepage = "http://github.com/phlegx/#{s.name}"
6
6
  s.authors = ['Egon Zemmer']
@@ -12,6 +12,7 @@ Gem::Specification.new do |s|
12
12
  'in an easily accessible package. '
13
13
  s.extra_rdoc_files = %w(README.md)
14
14
  s.files = `git ls-files`.split($/)
15
+ s.executables = s.files.grep(%r{^bin/}).map { |f| File.basename(f) }
15
16
  s.license = 'MIT'
16
17
  s.require_paths = ['lib']
17
18
  s.rubygems_version = '1.3.7'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wkhtmltox-binaries
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0.pre.alpha
4
+ version: 0.13.0.pre.alpha.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Egon Zemmer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-25 00:00:00.000000000 Z
11
+ date: 2016-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -27,7 +27,9 @@ dependencies:
27
27
  description: A gem that provides Linux binaries for wkhtmltoimage and wkhtmltopdf
28
28
  project in an easily accessible package from http://wkhtmltopdf.org.
29
29
  email: office@phlegx.com
30
- executables: []
30
+ executables:
31
+ - wkhtmltoimage
32
+ - wkhtmltopdf
31
33
  extensions: []
32
34
  extra_rdoc_files:
33
35
  - README.md