Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
initial commit to edge with lap22
Browse files Browse the repository at this point in the history
  • Loading branch information
catmando committed Feb 15, 2018
1 parent 8881244 commit 003f95c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 20 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

namespace :spec do
task :prepare do
sh %{bundle update}
sh %{cd spec/test_app; bundle update}
end
end

task :default => :spec
4 changes: 2 additions & 2 deletions dciy.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[dciy.commands]
prepare = ["./dciy_prepare.sh"]
cibuild = ["./dciy_run.sh"]
prepare = ["bundle exec rake spec:prepare"]
cibuild = ["bundle exec rake"]
7 changes: 0 additions & 7 deletions dciy_prepare.sh

This file was deleted.

10 changes: 0 additions & 10 deletions dciy_run.sh

This file was deleted.

2 changes: 1 addition & 1 deletion lib/hyper-store/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HyperStore
VERSION = '1.0.0.lap21'
VERSION = '1.0.0.lap22'
end

0 comments on commit 003f95c

Please sign in to comment.