Skip to content

Commit

Permalink
Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
MalekKamel committed Sep 26, 2024
1 parent b345aeb commit 08efbc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.0
3 changes: 3 additions & 0 deletions solara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/yourusername/solara'
spec.license = 'MIT'

# Specify the required Ruby version
spec.required_ruby_version = '>= 3.0.0'

spec.files = Dir.glob("*/lib/**/*", File::FNM_DOTMATCH)
.reject { |f| f.include?('lib/spec') } +
Dir["bin/*"] +
Expand Down

0 comments on commit 08efbc9

Please sign in to comment.