Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
fvarrui committed Jun 1, 2023
1 parent e6cf97f commit 19153c6
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 58 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jasker

[![Maven Central](http://img.shields.io/maven-central/v/io.github.teuton-software/jteuton)](https://search.maven.org/artifact/io.github.teuton-software/jteuton)
[![Maven Central](http://img.shields.io/maven-central/v/io.github.teuton-software/jasker)](https://search.maven.org/artifact/io.github.teuton-software/jasker)
[![GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-%250778B9.svg)](https://www.gnu.org/licenses/gpl-3.0.html)

All-in-one Java wrapper for [asker](https://rubygems.org/gems/asker-tool) Ruby gem (using JRuby).
Expand Down
5 changes: 0 additions & 5 deletions output/bad-doc.txt

This file was deleted.

6 changes: 0 additions & 6 deletions output/bad-gift.txt

This file was deleted.

11 changes: 0 additions & 11 deletions output/bad-log.txt

This file was deleted.

11 changes: 0 additions & 11 deletions output/bad-moodle.xml

This file was deleted.

5 changes: 0 additions & 5 deletions output/bad.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions src/main/java/io/github/teuton/jasker/utils/URLUtils.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.teuton;
package io.github.teuton.jasker;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
Expand All @@ -11,8 +11,6 @@
import org.apache.commons.io.FileUtils;
import org.junit.Test;

import io.github.teuton.jasker.Asker;

public class AskerTest {

private static final File RESOURCES = new File("src/test/resources").getAbsoluteFile();
Expand Down

0 comments on commit 19153c6

Please sign in to comment.