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
5337e937
Unverified
Commit
5337e937
authored
Dec 20, 2020
by
Yukihiro "Matz" Matsumoto
Committed by
GitHub
Dec 20, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5235 from jbampton/fix-link-and-fix-word-case
refactor: fix case of GitHub and fix missing HTTPS on link
parents
a5283125
68af0cca
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 @
5337e937
# Cross Compiling configuration for Intel Galileo on Arduino environment
# 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
# Requires Arduino IDE for Intel Galileo
MRuby
::
CrossBuild
.
new
(
"Galileo"
)
do
|
conf
|
MRuby
::
CrossBuild
.
new
(
"Galileo"
)
do
|
conf
|
...
...
doc/guides/mrbgems.md
View file @
5337e937
...
@@ -173,10 +173,10 @@ MRuby::Gem::Specification.new('c_and_ruby_extension_example') do |spec|
...
@@ -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 .
# The version must be between 1.0.0 and 1.5.2 .
spec
.
add_dependency
(
'mruby-parser'
,
'>= 1.0.0'
,
'<= 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'
)
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'
)
spec
.
add_dependency
(
'mruby-onig-regexp'
,
:github
=>
'mattn/mruby-onig-regexp'
)
# You can add extra mgems active only on test
# You can add extra mgems active only on test
...
...
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