Sha256: fbb2c5bda17390c2899a25bb8bb8220e15ecea37577cce8807ab267885cec5fb

Contents?: true

Size: 167 Bytes

Versions: 9

Compression:

Stored size: 167 Bytes

Contents

module AppDrone
class Timecop < Drone
  desc "Time-travelling, Ruby style"
  category :misc

  depends_on :bundle

  def align
    bundle.add 'timecop'
  end

end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
app_drone-0.12.1 lib/app_drone/drones/timecop/timecop.rb
app_drone-0.12.0 lib/app_drone/drones/timecop/timecop.rb
app_drone-0.11.3 lib/app_drone/drones/timecop/timecop.rb
app_drone-0.11.2 lib/app_drone/drones/timecop/timecop.rb
app_drone-0.11.1 lib/app_drone/drones/timecop/timecop.rb
app_drone-0.11.0 lib/app_drone/drones/timecop/timecop.rb
app_drone-0.10.0 lib/app_drone/drones/timecop/timecop.rb
app_drone-0.9.2 lib/app_drone/drones/timecop/timecop.rb
app_drone-0.9.1 lib/app_drone/drones/timecop/timecop.rb