Sha256: b84b3b79081f7a6e5764e533cb28108160500562c37a8ff00b5e575151616d0e
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'open-weather-api/version' Gem::Specification.new do |spec| spec.name = "open-weather-api" spec.version = OpenWeatherAPI::VERSION spec.authors = ["Wikiti"] spec.email = ["wikiti.doghound@gmail.com"] spec.summary = %q{Simple wrapper for Open Weather Map API} spec.description = %q{Simple wrapper for Open Weather Map API. The API description may be found here: http://openweathermap.org/api} spec.homepage = "https://gitlab.com/wikiti-random-stuff/open-weather-api" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency "rest-client", "~> 1.8" spec.add_development_dependency "rspec" spec.add_development_dependency "fuubar" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
open-weather-api-0.0.6 | open-weather-api.gemspec |
open-weather-api-0.0.5 | open-weather-api.gemspec |
open-weather-api-0.0.4 | open-weather-api.gemspec |