Add Gemfile and Travis config. We'll need to rework the integration spec to not…
Add Gemfile and Travis config. We'll need to rework the integration spec to not actually build (with xcodebuild).
Showing
.travis.yml
0 → 100644
Gemfile
0 → 100644
source "http://rubygems.org" | |||
group :development do | |||
gem "rake" | |||
gem "bacon" | |||
end |
Gemfile.lock
0 → 100644
... | @@ -29,6 +29,7 @@ Gem::Specification.new do |s| | ... | @@ -29,6 +29,7 @@ Gem::Specification.new do |s| |
"you are upgrading, first run: $ pod setup" | "you are upgrading, first run: $ pod setup" | ||
s.add_runtime_dependency 'xcodeproj', '~> 0.0.2' | s.add_runtime_dependency 'xcodeproj', '~> 0.0.2' | ||
s.add_development_dependency 'bacon', '~> 1.1' | |||
## Make sure you can build the gem on older versions of RubyGems too: | ## Make sure you can build the gem on older versions of RubyGems too: | ||
s.rubygems_version = "1.6.2" | s.rubygems_version = "1.6.2" | ||
... | ... |
Please
register
or
sign in
to comment