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

Commit 9a57c0e

Browse files
committed
setup edge to lap22
1 parent 1767931 commit 9a57c0e

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
source 'https://rubygems.org'
2-
source ENV['HYPER_DEV_GEM_SOURCE'] if ENV['HYPER_DEV_GEM_SOURCE']
32
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
43
gem "opal-rails", git: "https://github.com/opal/opal-rails.git", branch: "master"
54
gemspec

Rakefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ require "rspec/core/rake_task"
33

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

6+
namespace :spec do
7+
task :prepare do
8+
sh %{bundle update}
9+
sh %{cd spec/test_app; bundle update} # may need ;bundle exec rails db:setup as well
10+
end
11+
end
12+
613
task :default => :spec

dciy.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[dciy.commands]
2-
prepare = ["./dciy_prepare.sh"]
3-
cibuild = ["./dciy_run.sh"]
2+
prepare = ["rake spec:prepare"]
3+
cibuild = ["bundle exec rake"]

dciy_prepare.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

dciy_run.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

lib/hyper-router/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module HyperRouter
22
VERSION = '4.2.6.lap21'
3-
HYPERLOOP_VERSION = '1.0.0.lap21'
3+
HYPERLOOP_VERSION = '1.0.0.lap22'
44
end

0 commit comments

Comments
 (0)