Skip to content

Commit

Permalink
Merge pull request #16 Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonbittencourt committed Nov 29, 2016
2 parents d30b83b + eeffb80 commit 5f39607
Show file tree
Hide file tree
Showing 17 changed files with 352 additions and 591 deletions.
37 changes: 18 additions & 19 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
---
engines:
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 70
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.js"
- "**.module"
exclude_paths:
- config/
- test/
---
engines:
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 70

fixme:
enabled: true
ratings:
paths:
- "**.js"
- "**.module"
exclude_paths:
- config/
- test/
16 changes: 8 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
root = true

[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 3
end_of_line = crlf
root = true

[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 2
end_of_line = lf
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coverage
213 changes: 0 additions & 213 deletions .eslintrc

This file was deleted.

3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "hubot-js"
}
26 changes: 1 addition & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,13 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history
.vscode
15 changes: 15 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Logs
*.log

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Dependency directories
node_modules

.vscode

/media
24 changes: 18 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
language: node_js
node_js:
- "5.11"

after_success:
- 'npm run coveralls'
language: node_js

node_js:
- 7.1.0

script:
- npm run lint

after_success:
- npm run coveralls

deploy:
provider: npm
email: robson.luizv@gmail.com
api_key:
secure: QoLoXDLBZiZ2EuDS++DBbbWtue2G0AilxRnD+As3M+Twfeol53tuXW07KC0aLM9CUC4JXyS57MQnJI911/VQMTMkAa3dgQwHjSqEkWRnk/el3oIvZ3Ld9V7ESDZwM6oeq4FPMQi5DNH1Gof3v/VNgi0NiwJAHE8p7lRwBpvXYCHk2aJTaPE316FuJS+s4oH/aN+38m93gSleOCGxJ3hk6CtJa95InujW13mSQ4wgQdgNkEiRyl+P40vHYJSDURjNqVRNrphafuk12wJhHLbm2rEVS2z8fvdq5yWAj0IToJSAsm6dtd+YWogg8ZZPN/PFXhLU3JhDp19UUMxJxWt5iDr5QkADrZxClTVco8TUMQyOmcFDUdefxzx5VLvVH3qMADH1YdIDbSBo6WnI6u8lE4LtIu5FKmAAbxO7fNMs+0iUpj7o/p2vYOEo4e6nw7nTxJIoG2bo3ZTg5uhCVpH8l/5ezPkHe4PvThV9n8UZH/iMGcMZNBv1OgOcJomDzXbttEdRCRqVFU7Zo2uN5cR1pn4badv4PZw8hDGwFAzf1U1L++9A9LpGZQhhrBxf93ResqWXvnJ0sRHuOGvW0L4t2bv5CCqCxAPcKDq6+uHw7va3ZGW2dejA1/mCzl4MCHgkjYKIm9MS4139Oh4X+Riv8uWO4HefT7SBNOLMMA3nAkY=
on:
branch: master
36 changes: 21 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@

# [v1.0.1](https://github.com/hubot-js/gear-help/releases/tag/1.0.1) (2016-08-27)

### Features

* create license file ([e628237](https://github.com/hubot-js/gear-help/commit/e628237))
* improve readme ([5a09949](https://github.com/hubot-js/gear-help/commit/5a09949)), close [#1](https://github.com/hubot-js/gear-help/issues/1)
* resolve codeclimate issues ([5b1123b](https://github.com/hubot-js/gear-help/commit/5b1123b))
* create changelogfile

# [v1.0.0](https://github.com/hubot-js/gear-help/releases/tag/1.0.0) (2016-08-23)

### Features

* Show help options ([9730a45](https://github.com/hubot-js/gear-help/commit/9730a45))

# [v2.0.0](https://github.com/hubot-js/gear-help/releases/tag/2.0.0) (2016-11-29)

### Features

* display only active gears when running help comand ([6dfcb1c](https://github.com/hubot-js/gear-help/commit/6dfcb1c)), close [#7](https://github.com/hubot-js/gear-help/issues/7)

# [v1.0.1](https://github.com/hubot-js/gear-help/releases/tag/1.0.1) (2016-08-27)

### Features

* create license file ([e628237](https://github.com/hubot-js/gear-help/commit/e628237))
* improve readme ([5a09949](https://github.com/hubot-js/gear-help/commit/5a09949)), close [#1](https://github.com/hubot-js/gear-help/issues/1)
* resolve codeclimate issues ([5b1123b](https://github.com/hubot-js/gear-help/commit/5b1123b))
* create changelogfile

# [v1.0.0](https://github.com/hubot-js/gear-help/releases/tag/1.0.0) (2016-08-23)

### Features

* Show help options ([9730a45](https://github.com/hubot-js/gear-help/commit/9730a45))
Loading

0 comments on commit 5f39607

Please sign in to comment.