Commit e3e11f3f authored by Greg Williams's avatar Greg Williams
Browse files

Removed travis gem and bumped kinetic-ruby gem to root level to ensure...

Removed travis gem and bumped kinetic-ruby gem to root level to ensure installation with bundle install
parent 24e77d14
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
source "http://rubygems.org/"
gem 'bundler', '>= 1.3.5'
gem 'ceedling', '>= 0.15'

group :development do
  gem 'travis'
gem 'kinetic-ruby'
end
+0 −49
Original line number Diff line number Diff line
GEM
  remote: http://rubygems.org/
  specs:
    addressable (2.3.6)
    backports (3.6.0)
    beefcake (0.5.0)
    ceedling (0.15.6)
      rake (>= 0.8.7)
      thor (>= 0.14.5)
    coderay (1.1.0)
    diff-lcs (1.2.5)
    ethon (0.7.1)
      ffi (>= 1.3.0)
    faraday (0.9.0)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.9.1)
      faraday (>= 0.7.4, < 0.10)
    ffi (1.9.3)
    gh (0.13.2)
      addressable
      backports
      faraday (~> 0.8)
      multi_json (~> 1.0)
      net-http-persistent (>= 2.7)
      net-http-pipeline
    highline (1.6.21)
    json (1.8.1)
    kinetic-ruby (0.6.3)
      beefcake
      rake (>= 0.9.2.2)
      rspec
    launchy (2.4.2)
      addressable (~> 2.3)
    method_source (0.8.2)
    multi_json (1.10.1)
    multipart-post (2.0.0)
    net-http-persistent (2.9.4)
    net-http-pipeline (1.0.1)
    pry (0.9.12.6)
      coderay (~> 1.0)
      method_source (~> 0.8)
      slop (~> 3.4)
    pusher-client (0.6.0)
      json
      websocket (~> 1.0)
    rake (10.3.2)
    rspec (3.0.0)
      rspec-core (~> 3.0.0)
@@ -56,22 +23,7 @@ GEM
    rspec-mocks (3.0.3)
      rspec-support (~> 3.0.0)
    rspec-support (3.0.3)
    slop (3.6.0)
    thor (0.19.1)
    travis (1.7.0)
      addressable (~> 2.3)
      backports
      faraday (~> 0.9)
      faraday_middleware (~> 0.9, >= 0.9.1)
      gh (~> 0.13)
      highline (~> 1.6)
      launchy (~> 2.1)
      pry (~> 0.9, < 0.10)
      pusher-client (~> 0.4)
      typhoeus (~> 0.6, >= 0.6.8)
    typhoeus (0.6.9)
      ethon (>= 0.7.1)
    websocket (1.2.0)

PLATFORMS
  ruby
@@ -80,4 +32,3 @@ DEPENDENCIES
  bundler (>= 1.3.5)
  ceedling (>= 0.15)
  kinetic-ruby
  travis
+0 −2
Original line number Diff line number Diff line
@@ -287,14 +287,12 @@ end
desc "Build all and run test utility"
task :all => [
  'cppcheck',
  'travis:validate',
  'test_all',
]

desc "Run full CI build"
task :ci => [
  'clobber',
  # 'verbose', # uncomment to enable verbose output for CI builds
  'all'
]