Sha256: 5e5d1f725f773aaefa56bab10267b8b3fe52960e828dfdfe7900c59f5dd93814
Contents?: true
Size: 734 Bytes
Versions: 4
Compression:
Stored size: 734 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" ) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
location-one-0.0.5 | location-one.gemspec |
location-one-0.0.4 | location-one.gemspec |
location-one-0.0.3 | location-one.gemspec |
location-one-0.0.2 | location-one.gemspec |