This repository was archived by the owner on Jan 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-14
lines changed
Expand file tree Collapse file tree 5 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 11AllCops :
2- TargetRubyVersion : 2.2
32 Exclude :
43 - ' tmp/**/*'
54 - ' spec/fixtures/application/htdocs/stylesheets/**/config.rb'
65 - ' config/**/*'
76 - ' Vagrantfile'
87 - ' vendor/**/*'
8+ TargetRubyVersion : 2.2
99 ExtraDetails : true
1010 DisplayStyleGuide : true
1111 DisplayCopNames : true
Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## [ Unreleased] : https://github.com/dkdeploy/dkdeploy-php/compare/master...develop
6-
7- ### Added
5+ ## [ 8.0.0] - 2017-09-18
6+ ### Summary
87
98- ` :ssl_verify_mode ` for server properties, which takes SSL verify_mode constants (` OpenSSL::SSL::VERIFY_NONE ` )
10-
11- ### Changed
12-
139- ` Dkdeploy::Php::Helpers::Http::http_get_with_redirect ` gets arguments as options hash now
1410- Vagrant 2.0.x support
1511- rubocop upgrade to 0.50
@@ -19,16 +15,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1915- dkdeploy-test_environment upgrade to 2.0
2016- dkdeploy-core upgrade 9.0
2117- Add dependencies for cucumber, rubocop, aruba and mysql2
22-
23- ### Fixed
24-
2518- remove SSL certificate bypassing in http helper #5
2619
27-
2820## [ 7.0.0] - 2016-07-01
2921### Summary
3022
3123- first public release
3224
33-
25+ [ Unreleased ] : https://github.com/dkdeploy/dkdeploy-php/compare/master...develop
26+ [ 8.0.0 ] : https://github.com/dkdeploy/dkdeploy-php/releases/tag/v8.0.0
3427[ 7.0.0 ] : https://github.com/dkdeploy/dkdeploy-php/releases/tag/v7.0.0
Original file line number Diff line number Diff line change 22
33The dkdeploy core maintainers would like to recognize following contributors (in alphabetic order):
44
5+ - Jan Bergmann
6+ - Dimitri Ebert
57- Sascha Egerer
68- Christoph Gerold
79- Johannes Goslar
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This Rubygem `dkdeploy-php` ruby gem represents the extension of [Capistrano](ht
1313
1414Add this line to your application's ` Gemfile `
1515
16- gem 'dkdeploy-php', '~> 7 .0'
16+ gem 'dkdeploy-php', '~> 8 .0'
1717
1818and then execute
1919
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Php
33 # Class for version number
44 #
55 class Version
6- MAJOR = 7
6+ MAJOR = 8
77 MINOR = 0
88 PATCH = 0
99
You can’t perform that action at this time.
0 commit comments