Skip to content

Commit 58bacc0

Browse files
committed
point to related gems in repo, removed opal-jquery link to master
1 parent 2b0fc55 commit 58bacc0

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

ruby/hyper-component/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
2+
#gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
33
gem 'hyper-spec', path: '../hyper-spec'
44
gem 'hyperloop-config', path: '../hyperloop-config'
55
gem 'hyper-store', path: '../hyper-store'

ruby/hyper-console/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
2+
#gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
33
gem 'hyper-spec', path: '../hyper-spec'
44
gem 'hyperloop-config', path: '../hyperloop-config'
55
gem 'hyper-store', path: '../hyper-store'

ruby/hyper-i18n/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4-
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
4+
#gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
55
gem 'hyper-spec', path: '../hyper-spec'
66
gem 'hyperloop-config', path: '../hyperloop-config'
77
gem 'hyper-store', path: '../hyper-store'

ruby/hyper-model/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
source 'https://rubygems.org'
2-
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
2+
#gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
33
# hyper-model is still using an ancient inlined version of gem 'hyper-spec', path: '../hyper-spec'
44
gem 'hyperloop-config', path: '../hyperloop-config'
55
gem 'hyper-store', path: '../hyper-store'
66
gem 'hyper-component', path: '../hyper-component'
77
gem 'hyper-operation', path: '../hyper-operation'
8+
89
gemspec

ruby/hyper-model/hyper-model.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
3434
spec.add_development_dependency 'chromedriver-helper', '1.2.0' #'>= 2.1.0'
3535
spec.add_development_dependency 'database_cleaner'
3636
spec.add_development_dependency 'factory_bot_rails'
37-
spec.add_development_dependency 'hyper-spec', HyperModel::VERSION
37+
#spec.add_development_dependency 'hyper-spec', HyperModel::VERSION
3838
spec.add_development_dependency 'mysql2'
3939
spec.add_development_dependency 'opal-activesupport', '~> 0.3.1'
4040
spec.add_development_dependency 'opal-browser', '~> 0.2.0'

ruby/hyper-operation/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
2+
#gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
33
gem 'hyper-spec', path: '../hyper-spec'
44
gem 'hyperloop-config', path: '../hyperloop-config'
55
gem 'hyper-store', path: '../hyper-store'

ruby/hyper-operation/spec/aaa_run_first/transports_spec.rb renamed to ruby/hyper-operation/spec/aaa_run_first/aaa_transports_spec.rb

File renamed without changes.

ruby/hyper-react/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
2+
#gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
33
gem 'hyper-spec', path: '../hyper-spec'
44
gem 'hyperloop-config', path: '../hyperloop-config'
55
gem 'hyper-store', path: '../hyper-store'

ruby/hyper-router/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
2+
#gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
33
gem 'hyper-spec', path: '../hyper-spec'
44
gem 'hyperloop-config', path: '../hyperloop-config'
55
gem 'hyper-store', path: '../hyper-store'

ruby/hyper-spec/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
2-
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
2+
gem 'hyper-component', path: '../hyper-component'
33
gemspec

0 commit comments

Comments
 (0)