Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
Update Releasinator
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Patel committed May 12, 2016
1 parent 939487b commit 1f5697d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Required Information

- Mode (Mock/Sandbox/Live):
- Cordova Plugin Version:
- Platforms (iOS/Android/Both):
- Device OS Version and Device (iOS 9.x on an iPhone 6, Android Marshmallow on Nexus 6, etc.):
- PayPal-Debug-ID(s) (from any logs):

### Issue Description

> Please include as many details (logs, steps to reproduce, screenshots, frameworks/dependencies) as you can to help us reproduce this issue faster.
4 changes: 2 additions & 2 deletions .releasinator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def validate_version_match()
method(:validate_version_match)
]

# there are no separate build steps for PayPal-Cordova-Plugin, so it is just empty method
# there are no separate build steps for card.io-Cordova-Plugin, so it is just empty method
def build_method
end

Expand All @@ -42,7 +42,7 @@ def publish_to_package_manager(version)


def wait_for_package_manager(version)
CommandProcessor.wait_for("wget -U \"non-empty-user-agent\" -qO- https://www.npmjs.com/package/com.paypal.cordova.mobilesdk | grep #{@current_release.version} | cat")
CommandProcessor.wait_for("wget -U \"non-empty-user-agent\" -qO- https://www.npmjs.com/package/card.io.cordova.mobilesdk | grep #{@current_release.version} | cat")
end

# The method that waits for the package manager to be done. Required
Expand Down
36 changes: 36 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "card.io.cordova.mobilesdk",
"version": "2.0.0",
"description": "This plugin allows to add card.io scanning capabilities to your application using card.io SDK Native library",
"cordova": {
"id": "card.io.cordova.mobilesdk",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/card-io/card.io-Cordova-Plugin.git"
},
"keywords": [
"card.io",
"sdk",
"card-scanning",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "card.io",
"license": "MIT License, see LICENSE for details",
"bugs": {
"url": "https://github.com/card-io/card.io-Cordova-Plugin/issues"
},
"homepage": "https://github.com/card-io/card.io-Cordova-Plugin#readme"
}

0 comments on commit 1f5697d

Please sign in to comment.