benburkert-gpgme 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/gpgme/extconf.rb +1 -1
- metadata +3 -3
data/ext/gpgme/extconf.rb
CHANGED
@@ -46,7 +46,7 @@ $CFLAGS << " -fPIC "
|
|
46
46
|
|
47
47
|
# build gpgme extension
|
48
48
|
|
49
|
-
unless have_library 'gpgme_ext' and have_library 'assuan_ext' and have_library 'gpg-error_ext' and have_header 'gpgme.h'
|
49
|
+
unless have_library 'gpg-error_ext' and have_library 'gpgme_ext' and have_library 'assuan_ext' and have_library 'gpg-error_ext' and have_header 'gpgme.h'
|
50
50
|
STDERR.puts "\n\n"
|
51
51
|
STDERR.puts "*********************************************************"
|
52
52
|
STDERR.puts "********* error compiling and linking libgpgme. *********"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: benburkert-gpgme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 4
|
10
|
+
version: 0.1.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Daiki Ueno
|