wine-pdf 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 98574a173cca0f9bc0d4b2724cbbbcab5d88e005
4
- data.tar.gz: 263d1f0851635d471740c00c3d89b4a11123cd90
3
+ metadata.gz: 8c35152f634c43e77314f751a7a20fbfa92492af
4
+ data.tar.gz: 24ead5f82ff86a6e07c2ecab96a59671d1e5c0b8
5
5
  SHA512:
6
- metadata.gz: 90ab8ce94207b5128a3846035c453a97bf509a68fe6a6bc227935276b541985a97b59522363e6956f2b6685fdd78455af802ed9cc5f5176e2ff33fd344e021ea
7
- data.tar.gz: ed2f13678980e369795dbd6436f85855ec6e4147b469d017cf8055b03d3e0e1bb465dd9dda8a522ddc7b44d3e3b798ce5b6b2f14a73f21166bccaa453da39ee6
6
+ metadata.gz: 747b5b9c8df9f1f90149cf4d192c76b0ef9083184daa449aceb859e393a7af5e1765d6183bd0f891f3800a619ddf44d139e8a0d7ce75bab76f00d48d5a199c19
7
+ data.tar.gz: 3906b3302449abd08def0fec36844a93083f33eaf892d38302c512807b767bb0a99dc91117dcbae31f97450509b99055a53012fe9613ded0fab2afa4f72a62f2
@@ -1,5 +1,5 @@
1
1
  module Wine
2
2
  module Pdf
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
Binary file
@@ -15,8 +15,8 @@ Gem::Specification.new do |spec|
15
15
  spec.homepage = "https://github.com/lorentrogers/wine-pdf"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
- spec.bindir = "exe"
19
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
18
+ spec.bindir = "bin"
19
+ spec.executables = ['wine-pdf']
20
20
  spec.require_paths = ["lib"]
21
21
 
22
22
  spec.add_development_dependency "bundler", "~> 1.11"
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wine-pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Loren Rogers
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-04-02 00:00:00.000000000 Z
12
12
  dependencies:
@@ -121,7 +121,8 @@ dependencies:
121
121
  description: A simple utility to open PDF files in Wine.
122
122
  email:
123
123
  - loren@lorentrogers.com
124
- executables: []
124
+ executables:
125
+ - wine-pdf
125
126
  extensions: []
126
127
  extra_rdoc_files: []
127
128
  files:
@@ -137,6 +138,7 @@ files:
137
138
  - bin/wine-pdf
138
139
  - lib/wine/pdf.rb
139
140
  - lib/wine/pdf/version.rb
141
+ - wine-pdf-0.1.0.gem
140
142
  - wine-pdf.gemspec
141
143
  homepage: https://github.com/lorentrogers/wine-pdf
142
144
  licenses: