Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
68af0cca
Commit
68af0cca
authored
4 years ago
by
John Bampton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: fix case of GitHub and fix missing HTTPS on link
- changed `github` to `GitHub`
parent
a5283125
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
build_config/IntelGalileo.rb
build_config/IntelGalileo.rb
+1
-1
doc/guides/mrbgems.md
doc/guides/mrbgems.md
+2
-2
No files found.
build_config/IntelGalileo.rb
View file @
68af0cca
# Cross Compiling configuration for Intel Galileo on Arduino environment
# http://arduino.cc/en/ArduinoCertified/IntelGalileo
# http
s
://arduino.cc/en/ArduinoCertified/IntelGalileo
#
# Requires Arduino IDE for Intel Galileo
MRuby
::
CrossBuild
.
new
(
"Galileo"
)
do
|
conf
|
...
...
This diff is collapsed.
Click to expand it.
doc/guides/mrbgems.md
View file @
68af0cca
...
...
@@ -173,10 +173,10 @@ MRuby::Gem::Specification.new('c_and_ruby_extension_example') do |spec|
# The version must be between 1.0.0 and 1.5.2 .
spec
.
add_dependency
(
'mruby-parser'
,
'>= 1.0.0'
,
'<= 1.5.2'
)
# Use any version of mruby-uv from
gith
ub.
# Use any version of mruby-uv from
GitH
ub.
spec
.
add_dependency
(
'mruby-uv'
,
'>= 0.0.0'
,
:github
=>
'mattn/mruby-uv'
)
# Use latest mruby-onig-regexp from
gith
ub. (version requirements can be omitted)
# Use latest mruby-onig-regexp from
GitH
ub. (version requirements can be omitted)
spec
.
add_dependency
(
'mruby-onig-regexp'
,
:github
=>
'mattn/mruby-onig-regexp'
)
# You can add extra mgems active only on test
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment