Sha256: 7a8b1e3d3d4db5c2dbfea4f86f70981f8ec3445dd0614a28823c585f12cf805e
Contents?: true
Size: 735 Bytes
Versions: 6
Compression:
Stored size: 735 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'selly/version' Gem::Specification.new do |spec| spec.name = "selly" spec.version = Selly::VERSION spec.authors = ["Selly"] spec.email = ["contact@selly.io"] spec.summary = "Ruby library for Selly's API" spec.description = "Ruby library for Selly's API" spec.homepage = "https://selly.io" spec.license = "MIT" spec.files = `git ls-files`.split("\n") spec.require_paths = ['lib', 'lib/selly'] spec.add_dependency 'http' spec.add_development_dependency "bundler", "~> 1.13" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
selly-2.0.9 | selly.gemspec |
selly-2.0.8 | selly.gemspec |
selly-2.0.7 | selly.gemspec |
selly-2.0.5 | selly.gemspec |
selly-2.0.4 | selly.gemspec |
selly-2.0.3 | selly.gemspec |