aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-04-04 13:49:56 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-04-04 13:49:56 +0900
commitdfdd3a29ffb2021b6d656413bfc51b906b38d98e (patch)
treef0c6d7e669b71e0ce5afe2055047d659ba4cb413
parent09fff82648361f9de1778ba2ad967e6022c59a16 (diff)
downloadpoe-dfdd3a29ffb2021b6d656413bfc51b906b38d98e.tar.gz
backend: backend/ に移動
-rw-r--r--backend/Cargo.lock (renamed from Cargo.lock)0
-rw-r--r--backend/Cargo.toml (renamed from Cargo.toml)0
-rw-r--r--backend/src/compiler.rs (renamed from src/compiler.rs)0
-rw-r--r--backend/src/config.rs (renamed from src/config.rs)0
-rw-r--r--backend/src/error.rs (renamed from src/error.rs)0
-rw-r--r--backend/src/main.rs (renamed from src/main.rs)0
-rw-r--r--backend/src/run_result.rs (renamed from src/run_result.rs)0
-rw-r--r--backend/src/snippet.rs (renamed from src/snippet.rs)0
-rw-r--r--backend/src/utils.rs (renamed from src/utils.rs)0
-rw-r--r--config.json9
10 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.lock b/backend/Cargo.lock
index a5fd369..a5fd369 100644
--- a/Cargo.lock
+++ b/backend/Cargo.lock
diff --git a/Cargo.toml b/backend/Cargo.toml
index ae278c7..ae278c7 100644
--- a/Cargo.toml
+++ b/backend/Cargo.toml
diff --git a/src/compiler.rs b/backend/src/compiler.rs
index 5bd30b7..5bd30b7 100644
--- a/src/compiler.rs
+++ b/backend/src/compiler.rs
diff --git a/src/config.rs b/backend/src/config.rs
index 3c732f9..3c732f9 100644
--- a/src/config.rs
+++ b/backend/src/config.rs
diff --git a/src/error.rs b/backend/src/error.rs
index 61bdb79..61bdb79 100644
--- a/src/error.rs
+++ b/backend/src/error.rs
diff --git a/src/main.rs b/backend/src/main.rs
index 64748b5..64748b5 100644
--- a/src/main.rs
+++ b/backend/src/main.rs
diff --git a/src/run_result.rs b/backend/src/run_result.rs
index 697b8fa..697b8fa 100644
--- a/src/run_result.rs
+++ b/backend/src/run_result.rs
diff --git a/src/snippet.rs b/backend/src/snippet.rs
index 965a71e..965a71e 100644
--- a/src/snippet.rs
+++ b/backend/src/snippet.rs
diff --git a/src/utils.rs b/backend/src/utils.rs
index 8ebc3ee..8ebc3ee 100644
--- a/src/utils.rs
+++ b/backend/src/utils.rs
diff --git a/config.json b/config.json
index 1e656a1..b53e0c3 100644
--- a/config.json
+++ b/config.json
@@ -16,6 +16,13 @@
"/opt/bin/ruby",
"{}"
]
+ },
+ "ruby-2.1.10": {
+ "version": "ruby 2.1.10p492 (2016-04-01 revision 54464) [x86_64-linux]",
+ "commandline": [
+ "/opt/bin/ruby",
+ "{}"
+ ]
}
},
"php": {
@@ -28,4 +35,4 @@
}
}
}
-}
+} \ No newline at end of file