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

Commit 05c1f48

Browse files
committed
ready to release
1 parent 4aff5e4 commit 05c1f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hyperloop.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
s.require_paths = ["lib"]
2424

2525
s.add_dependency 'hyper-model'
26-
s.add_dependency 'hyper-spec'
26+
#s.add_dependency 'hyper-spec'
2727
s.add_dependency 'opal-rails', '>= 0.8.1'
2828
s.add_dependency 'opal-browser'
2929
s.add_dependency 'react-rails', '~> 1.9.0'

lib/hyperloop.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
require 'opal-rails'
1010
require 'react-rails'
1111
require 'hyper-model'
12-
require 'hyper-spec'
12+
#require 'hyper-spec'
1313
require 'opal-browser'
1414
require 'therubyracer'
1515
require 'hyper-router'

0 commit comments

Comments
 (0)