aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/project.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-ruby/project.lux')
-rw-r--r--lux-ruby/project.lux29
1 files changed, 18 insertions, 11 deletions
diff --git a/lux-ruby/project.lux b/lux-ruby/project.lux
index ab142f3c4..a7b17ec98 100644
--- a/lux-ruby/project.lux
+++ b/lux-ruby/project.lux
@@ -1,15 +1,22 @@
-{""
- [#identity ["com.github.luxlang" "lux-ruby" "0.6.0"]
- #description "A Ruby compiler for Lux."
+[""
+ ["identity" ["com.github.luxlang" "lux-ruby" "0.6.2"]
+ "description" "A Ruby compiler for Lux."
+ "info" ["url" "https://github.com/LuxLang/lux"
+ "scm" "https://github.com/LuxLang/lux.git"
+ "licenses" [["name" "Lux License v0.1.2"
+ "url" "https://github.com/LuxLang/lux/blob/master/license.txt"
+ "type" "repo"]]
+ "developers" [["name" "Eduardo Julian"
+ "url" "https://github.com/eduardoejp"]]]
- #deploy_repositories {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"
- "releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"}
+ "deploy_repositories" {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"
+ "releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"}
- #repositories ["https://oss.sonatype.org/content/repositories/snapshots/"
- "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
+ "repositories" ["https://oss.sonatype.org/content/repositories/snapshots/"
+ "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
- #compiler ["com.github.luxlang" "lux-jvm" "0.6.0" "jar"]
- #dependencies [["com.github.luxlang" "stdlib" "0.6.0" "tar"]
- ["org.jruby" "jruby-complete" "9.2.15.0" "jar"]]
+ "compiler" ["com.github.luxlang" "lux-jvm" "0.6.2" "jar"]
+ "dependencies" [["com.github.luxlang" "stdlib" "0.6.2" "tar"]
+ ["org.jruby" "jruby-complete" "9.2.15.0" "jar"]]
- #program "program"]}
+ "program" "program"]]