Sha256: 4a1115340b425afbe86d27fd1325e68af049def197702f7b552a1c4b5df3b0d9
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.3.2") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
location-one-0.0.9 | location-one.gemspec |