Sha256: 1d0504300dcf6d14e9fcba19b33231a647c6253429ae7d64c8c7f03ce1f75179
Contents?: true
Size: 776 Bytes
Versions: 1
Compression:
Stored size: 776 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "location-one/version" Gem::Specification.new do |s| s.name = "location-one" s.version = LocationOne::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Karl Krukow"] s.email = ["karl@lesspainful.com"] s.homepage = "http://calaba.sh" s.summary = %q{Location Simulation Client for Calabash and Frank} s.description = %q{Location Simulation Client for Calabash and Frank backends.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] s.add_dependency( "geocoder","~>1.1") s.add_dependency( "json" ) s.add_dependency( "httpclient","2.2.7") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
location-one-0.0.8 | location-one.gemspec |