Loading Gemfile.lock +1 −1 Original line number Diff line number Diff line GEM remote: http://rubygems.org/ specs: ceedling (0.15.0) ceedling (0.15.1) rake (>= 0.8.7) thor (>= 0.14.5) rake (10.3.2) Loading Rakefile +1 −3 Original line number Diff line number Diff line TEAMCITY_BUILD = !ENV['TEAMCITY_PROJECT_NAME'].nil? require 'ceedling' # Need to manually load the Ceedling rakefile for now, until it is baked into loading of ceedling.rb require 'ceedling/rakefile' Ceedling.load_project(config: './project.yml') def report(message='') $stderr.flush Loading Loading
Gemfile.lock +1 −1 Original line number Diff line number Diff line GEM remote: http://rubygems.org/ specs: ceedling (0.15.0) ceedling (0.15.1) rake (>= 0.8.7) thor (>= 0.14.5) rake (10.3.2) Loading
Rakefile +1 −3 Original line number Diff line number Diff line TEAMCITY_BUILD = !ENV['TEAMCITY_PROJECT_NAME'].nil? require 'ceedling' # Need to manually load the Ceedling rakefile for now, until it is baked into loading of ceedling.rb require 'ceedling/rakefile' Ceedling.load_project(config: './project.yml') def report(message='') $stderr.flush Loading