{"id":16372454,"url":"https://github.com/mgwidmann/simple_ruby_jar","last_synced_at":"2026-01-25T07:32:56.265Z","repository":{"id":17624990,"uuid":"20429221","full_name":"mgwidmann/simple_ruby_jar","owner":"mgwidmann","description":"A simple hello world example of using warbler to create a Java JAR out of a ruby gem's source files.","archived":false,"fork":false,"pushed_at":"2014-06-03T04:06:09.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-24T22:35:50.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ashtons/libtiff-ios","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mgwidmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-03T04:04:56.000Z","updated_at":"2014-06-03T04:06:10.000Z","dependencies_parsed_at":"2022-08-04T20:16:03.209Z","dependency_job_id":null,"html_url":"https://github.com/mgwidmann/simple_ruby_jar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mgwidmann/simple_ruby_jar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgwidmann%2Fsimple_ruby_jar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgwidmann%2Fsimple_ruby_jar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgwidmann%2Fsimple_ruby_jar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgwidmann%2Fsimple_ruby_jar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgwidmann","download_url":"https://codeload.github.com/mgwidmann/simple_ruby_jar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgwidmann%2Fsimple_ruby_jar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28747544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T03:11:28.215Z","updated_at":"2026-01-25T07:32:56.250Z","avatar_url":"https://github.com/mgwidmann.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleRubyJar\n\nAn example application for making an executable jar file out of a ruby gem using the [warbler](https://github.com/jruby/warbler) gem.\n\n## Creating your own\n\nCreate a new gem\n\n```bash\n$ bundle new my_gem_name\n$ cd my_gem_name\n```\n\n## Create a bin/my_gem_name file to run as the \"public static void main(String[] args)\"\n\nCreate the bin dir and add your file inside\n\n```bash\n$ mkdir bin\n(add your file to the bin folder)\n```\n\n## Edit the my_gem_name.gemspec and add your executable file (if not already done)\n\n## Use the example [config/warble.rb] in this repo as a template for your jar\n\n## Create your jar\n\n```bash\n$ warble\n```\n\n## Run your jar\n\nHere is an example of running this jar created by this repo\n\n```bash\n$ java -jar simple_ruby_jar.jar\nHello World Java 1.6.0_65!\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgwidmann%2Fsimple_ruby_jar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgwidmann%2Fsimple_ruby_jar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgwidmann%2Fsimple_ruby_jar/lists"}