Skip to content

Commit

Permalink
streamline ruby dev exp
Browse files Browse the repository at this point in the history
  • Loading branch information
nudded committed Oct 16, 2024
1 parent d8ac5f5 commit d7bade8
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 1 deletion.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 3.3.4
3 changes: 3 additions & 0 deletions expression-ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@

source "https://rubygems.org"

gemspec
50 changes: 50 additions & 0 deletions expression-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
PATH
remote: .
specs:
lago-expression (0.0.1)
bigdecimal

GEM
remote: https://rubygems.org/
specs:
bigdecimal (3.1.8)
diff-lcs (1.5.1)
libclang (14.0.6-aarch64-linux)
libclang (14.0.6-arm64-darwin)
libclang (14.0.6-x86_64-darwin)
libclang (14.0.6-x86_64-linux)
libclang (14.0.6-x86_64-linux-musl)
rake (13.2.1)
rake-compiler (1.2.8)
rake
rb_sys (0.9.102)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)

PLATFORMS
aarch64-linux
arm64-darwin
x86_64-darwin
x86_64-linux
x86_64-linux-musl

DEPENDENCIES
lago-expression!
libclang (~> 14)
rake-compiler (~> 1.2)
rb_sys (~> 0.9)
rspec (~> 3)

BUNDLED WITH
2.5.11
2 changes: 1 addition & 1 deletion expression-ruby/lago-expression.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
spec.summary = '0.0.1'
spec.authors = ['Lago']
spec.extensions = ['ext/lago_expression/extconf.rb']
spec.required_ruby_version = '3.2'
spec.required_ruby_version = '~> 3.3'

spec.add_dependency 'bigdecimal'
spec.add_development_dependency 'libclang', '~> 14'
Expand Down

0 comments on commit d7bade8

Please sign in to comment.