Skip to content

Commit

Permalink
Add nodejs_home and npm_options attributes for managing executing opt…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
Dennis Hoer committed Aug 11, 2015
1 parent cd4b03a commit 75a4bf7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.0 - 6/1/2015
## 0.2.0

- Add nodejs_home and npm_options attributes for managing executing options

## 0.1.0

- Initial release
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Getting Involved

New contributors are always welcome, when it doubt please ask questions. We strive to be an open and welcoming community. Please be nice to one another.
New contributors are always welcome, when it doubt please ask questions. We strive to be an open and welcoming
community. Please be nice to one another.

### Coding

Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTORS.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 [CONTRIBUTORS](https://github.com/dhoer/chef-appium/blob/master/CONTRIBUTORS.md)
Copyright (c) 2014 [CONTRIBUTORS](https://github.com/dhoer/chef-appium/graphs/contributors)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'MIT'
description 'Installs/Configures Appium'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'
version '0.2.0'

supports 'centos'
supports 'redhat'
Expand Down

0 comments on commit 75a4bf7

Please sign in to comment.