Sha256: 9ca87ce62ee80a4f77f60604bf63addae239433425731fb8cef0f2d84fded86b
Contents?: true
Size: 977 Bytes
Versions: 2
Compression:
Stored size: 977 Bytes
Contents
# encoding: utf-8 $:.unshift File.expand_path('../lib', __FILE__) require 'evrythng/version' Gem::Specification.new do |s| s.name = "evrythng" s.version = Evrythng::VERSION.dup s.authors = ["beawesomeinstead"] s.email = "graf.otodrakula@gmail.com" s.homepage = "http://github.com/bai/evrythng" s.summary = "A Ruby wrapper for the Evrythng API." s.description = "A Ruby wrapper for the Evrythng API." s.files = `git ls-files`.split("\n") s.platform = Gem::Platform::RUBY s.require_path = 'lib' s.add_development_dependency('yard', '~> 0.6') s.add_runtime_dependency 'hashie', '~> 1.0.0' s.add_runtime_dependency 'faraday', '~> 0.6.1' s.add_runtime_dependency 'faraday_middleware', '~> 0.6.3' s.add_runtime_dependency 'multi_json', '~> 1.0.0' s.add_runtime_dependency 'multi_xml', '~> 0.2.0' s.add_runtime_dependency 'rash', '~> 0.3.0' s.add_runtime_dependency 'simple_oauth', '~> 0.1.5' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
evrythng-0.0.2 | evrythng.gemspec |
evrythng-0.0.1 | evrythng.gemspec |