Skip to content
Snippets Groups Projects
Commit c58b1438 authored by Joe Damato's avatar Joe Damato
Browse files

Add dependencies to gemspec, version bump

parent 03ea04a9
No related branches found
No related tags found
No related merge requests found
source 'https://rubygems.org'
 
gem 'excon'
gem 'json_pure'
gem 'mime'
gemspec
module Packagecloud
MAJOR_VERSION = "0"
MINOR_VERSION = "2"
PATCH_VERSION = "16"
PATCH_VERSION = "17"
 
VERSION = [MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION].join(".")
end
Loading
Loading
@@ -17,6 +17,10 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']
 
gem.add_runtime_dependency 'excon', '~> 0.40'
gem.add_runtime_dependency 'json_pure', '~> 1'
gem.add_runtime_dependency 'mime', '~> 0.4'
gem.add_development_dependency 'bundler', '~> 1.0'
gem.add_development_dependency 'rake', '~> 0.8'
gem.add_development_dependency 'rspec', '~> 2.4'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment