Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
b1882bc7
Commit
b1882bc7
authored
12 years ago
by
Jon Frisby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rubinius testing apparatus.
parent
3b3b4343
develop
…
v3.2.0
v3.1.1
v3.1.1-release
v3.1.0
v3.0.3
v3.0.2
v3.0.0
v2.7.5
v2.7.4
v2.7.3
v2.7.2
v2.7.1
v2.7.0
v2.6.10
v2.6.9
v2.6.8
v2.6.7
v2.6.6
v2.6.5
v2.6.4
v2.6.3
v2.6.2
v2.6.0
release/v3.0.1
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
.gitignore
.gitignore
+1
-0
Rakefile
Rakefile
+8
-0
No files found.
.gitignore
View file @
b1882bc7
...
...
@@ -10,3 +10,4 @@
/.idea/
.rvmrc
.bundle
/.rbx
This diff is collapsed.
Click to expand it.
Rakefile
View file @
b1882bc7
...
...
@@ -47,3 +47,11 @@ namespace :yard do
end
end
task
:clobber
=>
:'yard:clobber'
namespace
:rubinius
do
task
:clobber
do
FileList
[
"**/*.rbc"
].
each
{
|
fname
|
FileUtils
.
rm_f
(
fname
)
}
FileList
[
".rbx/**/*"
].
each
{
|
fname
|
FileUtils
.
rm_f
(
fname
)
}
end
end
task
:clobber
=>
:'rubinius:clobber'
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