From 5ccab50a8145700106619ef87d6b28f531de3bc1 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Thu, 30 May 2019 01:41:03 +0000 Subject: [PATCH 1/3] docs: update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 974782e..db0ed8a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # java-dotenv +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) ![](https://travis-ci.org/cdimascio/java-dotenv.svg?branch=master) ![](https://img.shields.io/badge/coverage-94%25-blue.svg) [![Maven Central](https://img.shields.io/maven-central/v/io.github.cdimascio/java-dotenv.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.cdimascio%22%20AND%20a:%22java-dotenv%22) [ ![Download](https://api.bintray.com/packages/cdimascio/maven/java-dotenv/images/download.svg) ](https://bintray.com/cdimascio/maven/java-dotenv/_latestVersion) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/66b8195f0da544f1ad9ed1352c0ea66f)](https://app.codacy.com/app/cdimascio/java-dotenv?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/java-dotenv&utm_campaign=Badge_Grade_Dashboard) ![](https://img.shields.io/badge/license-Apache%202.0-orange.svg) @@ -291,6 +292,11 @@ Using dotenv in production would be cheating. This type of usage, however is an ## Contributors Contributions are welcome! + + +
Carmine DiMascio
Carmine DiMascio

💻 📖 🚇
+ + see [CONTRIBUTING.md](CONTRIBUTING.md) From 5c24f9746dac79d101b05291ae90c479f65c48a6 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Thu, 30 May 2019 01:41:04 +0000 Subject: [PATCH 2/3] docs: create .all-contributorsrc --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..81ffce0 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "cdimascio", + "name": "Carmine DiMascio", + "avatar_url": "https://avatars1.githubusercontent.com/u/4706618?v=4", + "profile": "http://www.twitter.com/carminedimascio", + "contributions": [ + "code", + "doc", + "infra" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "java-dotenv", + "projectOwner": "cdimascio", + "repoType": "github", + "repoHost": "https://github.com" +} From 9460e379e9a8eca516c7d35d102f68160a6d49df Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Wed, 29 May 2019 21:42:24 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index db0ed8a..578d41d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # java-dotenv -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) -![](https://travis-ci.org/cdimascio/java-dotenv.svg?branch=master) ![](https://img.shields.io/badge/coverage-94%25-blue.svg) [![Maven Central](https://img.shields.io/maven-central/v/io.github.cdimascio/java-dotenv.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.cdimascio%22%20AND%20a:%22java-dotenv%22) [ ![Download](https://api.bintray.com/packages/cdimascio/maven/java-dotenv/images/download.svg) ](https://bintray.com/cdimascio/maven/java-dotenv/_latestVersion) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/66b8195f0da544f1ad9ed1352c0ea66f)](https://app.codacy.com/app/cdimascio/java-dotenv?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/java-dotenv&utm_campaign=Badge_Grade_Dashboard) ![](https://img.shields.io/badge/license-Apache%202.0-orange.svg) +![](https://travis-ci.org/cdimascio/java-dotenv.svg?branch=master) ![](https://img.shields.io/badge/coverage-94%25-blue.svg) [![Maven Central](https://img.shields.io/maven-central/v/io.github.cdimascio/java-dotenv.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.cdimascio%22%20AND%20a:%22java-dotenv%22) [ ![Download](https://api.bintray.com/packages/cdimascio/maven/java-dotenv/images/download.svg) ](https://bintray.com/cdimascio/maven/java-dotenv/_latestVersion) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/66b8195f0da544f1ad9ed1352c0ea66f)](https://app.codacy.com/app/cdimascio/java-dotenv?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/java-dotenv&utm_campaign=Badge_Grade_Dashboard) [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) ![](https://img.shields.io/badge/license-Apache%202.0-orange.svg) A port of the Ruby dotenv project for Java and Kotlin. Load environment variables from a `.env` file.