Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Switched from codenamephp_dev to codenamephp_jetbrains_toolbox #32

Merged
merged 4 commits into from
Jul 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
- Bump bobheadxi/deployments from 0.5.2 to 0.6.0 [\#29](https://github.com/codenamephp/chef.workstation.php/pull/29) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump tubone24/update\_release from 1.1.0 to 1.2.0 [\#25](https://github.com/codenamephp/chef.workstation.php/pull/25) ([dependabot[bot]](https://github.com/apps/dependabot))

## [2.1.0](https://github.com/codenamephp/chef.workstation.php/tree/2.1.0) (2021-07-06)

[Full Changelog](https://github.com/codenamephp/chef.workstation.php/compare/2.0.2...2.1.0)

## [2.0.2](https://github.com/codenamephp/chef.workstation.php/tree/2.0.2) (2021-04-11)

[Full Changelog](https://github.com/codenamephp/chef.workstation.php/compare/2.0.1...2.0.2)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Sets up a PHP workstation for PHP development with docker and PHPStorm.

### Supported Platforms

- Debian Stretch
- Debian Buster

### Chef

- Chef 13.0+
- Chef 15.3+

### Cookbook Depdendencies

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

supports 'debian'

depends 'codenamephp_dev', '~> 4.0'
depends 'codenamephp_jetbrains_toolbox', '~> 1.0'
depends 'codenamephp_docker', '~> 3.0'
depends 'codenamephp_edge', '~> 1.0'
2 changes: 1 addition & 1 deletion recipes/jetbrains_toolbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

codenamephp_dev_jetbrains_toolbox 'install jetbrains-toolbox'
codenamephp_jetbrains_toolbox_app 'install jetbrains-toolbox'
2 changes: 1 addition & 1 deletion spec/unit/recipes/jetbrains_toolbox_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
end

it 'installs toolbox with resource' do
expect(chef_run).to install_codenamephp_dev_jetbrains_toolbox('install jetbrains-toolbox')
expect(chef_run).to install_codenamephp_jetbrains_toolbox_app('install jetbrains-toolbox')
end
end
end