Skip to content

Commit

Permalink
Merge branch 'next' of gitorious.org:sup/mainline into next
Browse files Browse the repository at this point in the history
  • Loading branch information
foobacca committed Jan 7, 2012
2 parents c029e7f + b8c42da commit ebf92bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/sup
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ end

no_gpgme = false
begin
# gpgme broke its API in 2.0, so make sure we have the old version for now.
gem 'gpgme', '=1.0.8'
require 'gpgme'
rescue LoadError
no_gpgme = true
Expand Down
2 changes: 2 additions & 0 deletions lib/sup/crypto.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
begin
# gpgme broke its API in 2.0, so make sure we have the old version for now.
gem 'gpgme', '=1.0.8'
require 'gpgme'
rescue LoadError
end
Expand Down

0 comments on commit ebf92bd

Please sign in to comment.