Sha256: 3073d6ea88b95afb32a4fa9b114f80a1d440368de1d910210c67e70256f69cb6
Contents?: true
Size: 867 Bytes
Versions: 2
Compression:
Stored size: 867 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "calabash-cucumber-ios-cn/version" Gem::Specification.new do |s| s.name = "calabash-cucumber-ios-cn" s.version = Calabash::Cucumber::IOS::CN::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Li Jie"] s.email = ["cpunion@gmail.com"] s.homepage = "http://github.com/cpunion/calabash-cucumber-ios-cn" s.summary = %q{Chinese translation of calabash-cucumber} s.description = %q{Chinese translation of calabash-cucumber.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] s.licenses = ["BSD"] s.add_runtime_dependency 'calabash-cucumber', '~> 0.9', '>= 0.9.168' s.add_runtime_dependency 'calabash-android', '~> 0.4', '>= 0.4.21' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
calabash-cucumber-ios-cn-0.0.5 | calabash-cucumber-ios-cn.gemspec |
calabash-cucumber-ios-cn-0.0.4 | calabash-cucumber-ios-cn.gemspec |