Skip to content

Commit

Permalink
feat(build): update plateform files
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Mar 11, 2018
1 parent 73bbb91 commit fe94610
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ These amazing people have contributed code to this project:
<li><a href="https://github.com/thorinisme">thorinisme</a> — <a href="https://github.com/FGRibreau/mailchecker/commits?author=thorinisme" title="View the GitHub contributions of thorinisme on repository FGRibreau/mailchecker">view contributions</a></li>
<li><a href="https://github.com/Outsidaz">Liudas Šumskas</a> — <a href="https://github.com/FGRibreau/mailchecker/commits?author=Outsidaz" title="View the GitHub contributions of Liudas Šumskas on repository FGRibreau/mailchecker">view contributions</a></li>
<li><a href="https://github.com/Wapweb">Alexandr</a> — <a href="https://github.com/FGRibreau/mailchecker/commits?author=Wapweb" title="View the GitHub contributions of Alexandr on repository FGRibreau/mailchecker">view contributions</a></li>
<li><a href="https://github.com/datio">Alex Domakidis</a> — <a href="https://github.com/FGRibreau/mailchecker/commits?author=datio" title="View the GitHub contributions of Alex Domakidis on repository FGRibreau/mailchecker">view contributions</a></li></ul>
<li><a href="http://gitlab.com/datio/">Alex Domakidis</a> — <a href="https://github.com/FGRibreau/mailchecker/commits?author=datio" title="View the GitHub contributions of Alex Domakidis on repository FGRibreau/mailchecker">view contributions</a></li>
<li><a href="http://zanaca.com">Carlos Rios</a> — <a href="https://github.com/FGRibreau/mailchecker/commits?author=zanaca" title="View the GitHub contributions of Carlos Rios on repository FGRibreau/mailchecker">view contributions</a></li></ul>



Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"setup": "npm run build && npm-run-all --max-parallel 2 --parallel setup:*",
"setup:ruby": "docker run -i -v $(pwd):/app -w /app centurylink/ruby-base:2.2 bundler",
"setup:clojure": "docker run -i -v $(pwd):/app -w /app clojure:lein-2.8.1 lein install",
"setup:rust": "docker run -i -v $(pwd)/platform/rust:/source -e RUSTUP_HOME=/source/rustup -e CARGO_HOME=/source/cargo jimmycuadra/rust:1.19.0 cargo build",
"setup:rust": "docker run -i -v $(pwd)/platform/rust:/source -e CARGO_HOME=/source/cargo jimmycuadra/rust:1.19.0 cargo build",
"full-build": "npm run build && npm run compile",
"test": "npm run build && npm-run-all --max-parallel 2 --parallel test:*",
"test:clojure": "docker run -i -v $(pwd):/app -w /app clojure:lein-2.8.1 lein exec test/platform.clojure.test.clj",
Expand All @@ -17,7 +17,7 @@
"test:php": "docker run -i -v $(pwd):/app -w /app phpunit/phpunit:5.0.3 phpunit test/platform.php.test.php",
"test:python": "docker run -i -v $(pwd):/app -w /app python:2.7-alpine3.7 python test/*.test.py",
"test:ruby": "docker run -i -v $(pwd):/app -w /app centurylink/ruby-base:2.2 ruby test/platform.ruby.test.rb",
"test:rust": "docker run -i -v $(pwd)/platform/rust:/source -e RUSTUP_HOME=/source/rustup -e CARGO_HOME=/source/cargo jimmycuadra/rust:1.19.0 cargo test",
"test:rust": "docker run -i -v $(pwd)/platform/rust:/source -e CARGO_HOME=/source/cargo jimmycuadra/rust:1.19.0 cargo test",
"watch": "mocha -r should -R spec -u tdd -w",
"compile": "projectz compile",
"changelog": "github-changes --o $(node -p 'process.env.npm_package_repository_url.split(\"/\")[3];') --r $(node -p 'a=process.env.npm_package_repository_url.split(\"/\");a[a.length-1].split(\".\")[0]') --token $CHANGELOG_GITHUB_TOKEN_FG -f CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion platform/clojure/mailchecker.clj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/elixir/mail_checker.ex

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/javascript/MailChecker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/node/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/php/MailChecker.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/python/MailChecker.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/ruby/mail_checker.rb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion platform/rust/src/lib.rs

Large diffs are not rendered by default.

0 comments on commit fe94610

Please sign in to comment.