Skip to content

Commit

Permalink
Merge pull request lgromanowski#6 from lgromanowski/acmeclient_update
Browse files Browse the repository at this point in the history
Updated to acme-client 0.2.4 + bumped version to 0.0.5
  • Loading branch information
lgromanowski committed Dec 22, 2015
2 parents 029d3b4 + 5123687 commit 7abcdd2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
letsencrypt_plugin (0.0.4)
acme-client (~> 0.2.2)
letsencrypt_plugin (0.0.5)
acme-client (~> 0.2.4)
rails (~> 4.2.5)

GEM
remote: https://rubygems.org/
specs:
acme-client (0.2.2)
acme-client (0.2.4)
faraday (~> 0.9, >= 0.9.1)
json-jwt (~> 1.2, >= 1.2.3)
actionmailer (4.2.5)
Expand Down Expand Up @@ -106,7 +106,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
securecompare (1.0.0)
simplecov (0.10.0)
simplecov (0.11.1)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt_plugin.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 4.2.5"
s.add_dependency "acme-client", "~> 0.2.2"
s.add_dependency "acme-client", "~> 0.2.4"
s.add_development_dependency "minitest"
s.add_development_dependency "sqlite3"
s.add_development_dependency "codeclimate-test-reporter"
Expand Down
2 changes: 1 addition & 1 deletion lib/letsencrypt_plugin/version.rb
@@ -1,3 +1,3 @@
module LetsencryptPlugin
VERSION = "0.0.4"
VERSION = "0.0.5"
end
2 changes: 1 addition & 1 deletion lib/tasks/letsencrypt_plugin_tasks.rake
@@ -1,5 +1,5 @@
require 'openssl'
require 'acme-client'
require 'acme/client'

#Sets up logging - should only be called from other rake tasks
task setup_logger: :environment do
Expand Down

0 comments on commit 7abcdd2

Please sign in to comment.