Skip to content

Commit

Permalink
Update refinerycms-dragonfly gemspec for release.
Browse files Browse the repository at this point in the history
Fixes #3370
  • Loading branch information
parndt committed May 23, 2018
1 parent e618e14 commit a36c571
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dragonfly/refinerycms-dragonfly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = %q{refinerycms-dragonfly}
s.version = '1.0'
s.version = '1.0.0'
s.summary = %q{Dragonfly interface for Refinery CMS}
s.description = %q{Allows Refinery to use dragonfly for file storage and processing}
s.email = %q{anita@joli.com.au}
s.homepage = %q{http://refinerycms.com}
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski', 'Anita Graham']
s.authors = ['Anita Graham', 'Philip Arndt']
s.license = %q{MIT}
s.require_paths = %w(lib)

Expand All @@ -18,10 +18,10 @@ Gem::Specification.new do |s|

s.add_dependency 'dragonfly', '~> 1.1'
s.add_dependency 'dragonfly-s3_data_store'
s.add_dependency 'refinerycms-core', ['~> 4.0', '>= 4.0.2']


# s.cert_chain = [File.expand_path("../../certs/parndt.pem", __FILE__)]
# if $0 =~ /gem\z/ && ARGV.include?("build") && ARGV.include?(__FILE__)
# s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem")
# end
s.cert_chain = [File.expand_path("../../certs/parndt.pem", __FILE__)]
if $0 =~ /gem\z/ && ARGV.include?("build") && ARGV.include?(__FILE__)
s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem")
end
end

0 comments on commit a36c571

Please sign in to comment.