Skip to content

Commit

Permalink
remove schema submodule, add rsmp_schemer from git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Mar 25, 2021
1 parent d144a72 commit fe1ebeb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "rsmp_schema"]
path = lib/rsmp_schema
url = https://github.com/rsmp-nordic/rsmp_schema.git
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ source "https://rubygems.org"

# Specify your gem's dependencies in rsmp.gemspec
gemspec

gem 'rsmp_schemer', git: 'https://github.com/rsmp-nordic/rsmp_schemer'
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
GIT
remote: https://github.com/rsmp-nordic/rsmp_schemer
revision: dc7504b4bfc2d7531b6caaccd2bdf2459d0d3f82
specs:
rsmp_schemer (0.1.0)
json_schemer (~> 0.2.18)

PATH
remote: .
specs:
rsmp (0.1.26)
async (~> 1.28.7)
async-io (~> 1.30.2)
colorize (~> 0.8.1)
json_schemer (~> 0.2.18)
thor (~> 1.0.1)

GEM
Expand Down Expand Up @@ -91,6 +97,7 @@ DEPENDENCIES
cucumber (~> 3.1.2)
rake (~> 13.0.1)
rsmp!
rsmp_schemer!
rspec (~> 3.9.0)
rspec-expectations (~> 3.9.1)
timecop (~> 0.9.1)
Expand Down
1 change: 0 additions & 1 deletion lib/rsmp_schema
Submodule rsmp_schema deleted from 622ea9
2 changes: 1 addition & 1 deletion rsmp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "async-io", "~> 1.30.2"
spec.add_dependency "colorize", "~> 0.8.1"
spec.add_dependency "thor", "~> 1.0.1"
spec.add_dependency "json_schemer", "~> 0.2.18"
#spec.add_dependency "json_schemer", "~> 0.2.18"

spec.add_development_dependency "bundler", "~> 2.2.3"
spec.add_development_dependency "rake", "~> 13.0.1"
Expand Down

0 comments on commit fe1ebeb

Please sign in to comment.