Skip to content
This repository was archived by the owner on Jan 6, 2018. It is now read-only.

Commit bbff39d

Browse files
committed
Update
1 parent 0026bd6 commit bbff39d

11 files changed

Lines changed: 570 additions & 13 deletions

File tree

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
var current_version = '1.1.2';
2-
var new_version = '1.1.3';
1+
var current_version = '1.1.3';
2+
var new_version = '1.1.4';
33

44
module.exports = function(grunt) {
55
grunt.loadNpmTasks('grunt-replace');

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ This project is part of the [Dockerized Drupal](https://dockerizedrupal.com/) in
3434
-e HTTP_BASIC_AUTH_RANDOM_PASSWORD_LENGTH="32" \
3535
-e HTTP_BASIC_AUTH_RANDOM_PASSWORD_SALT="" \
3636
-d \
37-
dockerizedrupal/vhost:1.1.3
37+
dockerizedrupal/vhost:1.1.4
3838

3939
## Build the image
4040

4141
TMP="$(mktemp -d)" \
4242
&& git clone https://github.com/dockerizedrupal/vhost.git "${TMP}" \
4343
&& cd "${TMP}" \
44-
&& git checkout 1.1.3 \
45-
&& sudo docker build -t dockerizedrupal/vhost:1.1.3 . \
44+
&& git checkout 1.1.4 \
45+
&& sudo docker build -t dockerizedrupal/vhost:1.1.4 . \
4646
&& cd -
4747

4848
## Changing the container behaviour on runtime through environment variables

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.3
1+
1.1.4

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
vhost:
2-
image: dockerizedrupal/vhost:1.1.3
2+
image: dockerizedrupal/vhost:1.1.4
33
hostname: vhost
44
restart: always
55
ports:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vhost",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"dependencies": {
55
"grunt": "^0.4.5",
66
"grunt-replace": "^0.11.0"
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"name": "jQuery-Storage-API",
3+
"title": "jQuery Storage API",
4+
"version": "1.7.4",
5+
"main": "jquery.storageapi.js",
6+
"description": "jQuery Storage API is a plugin that simplify access to storages (HTML5) & cookies, add namespace storage functionality and provide compatiblity for old browsers with cookies!",
7+
"keywords": [
8+
"jquery",
9+
"storage",
10+
"html5",
11+
"localStorage",
12+
"sessionStorage",
13+
"cookie",
14+
"namespace"
15+
],
16+
"author": {
17+
"name": "Julien Maurel",
18+
"url": "https://github.com/julien-maurel"
19+
},
20+
"licenses": [
21+
{
22+
"type": "MIT",
23+
"url": "http://www.opensource.org/licenses/mit-license.php"
24+
}
25+
],
26+
"homepage": "https://github.com/julien-maurel/jQuery-Storage-API",
27+
"bugs": "https://github.com/julien-maurel/jQuery-Storage-API/issues",
28+
"repository": {
29+
"type": "git",
30+
"url": "git://github.com/julien-maurel/jQuery-Storage-API.git"
31+
},
32+
"ignore": [
33+
"Jasmine",
34+
"/*.md",
35+
"/*.txt",
36+
"/*.json"
37+
],
38+
"dependencies": {
39+
"jquery": ">=1.4"
40+
},
41+
"_release": "1.7.4",
42+
"_resolution": {
43+
"type": "version",
44+
"tag": "1.7.4",
45+
"commit": "fb86cc39036f9340f9068feb1e56bb84ac280202"
46+
},
47+
"_source": "git://github.com/julien-maurel/jQuery-Storage-API.git",
48+
"_target": "~1.7.4",
49+
"_originalSource": "jQuery-Storage-API",
50+
"_direct": true
51+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "jQuery-Storage-API",
3+
"title": "jQuery Storage API",
4+
"version": "1.7.4",
5+
"main": "jquery.storageapi.js",
6+
"description": "jQuery Storage API is a plugin that simplify access to storages (HTML5) & cookies, add namespace storage functionality and provide compatiblity for old browsers with cookies!",
7+
"keywords": [
8+
"jquery",
9+
"storage",
10+
"html5",
11+
"localStorage",
12+
"sessionStorage",
13+
"cookie",
14+
"namespace"
15+
],
16+
"author": {
17+
"name": "Julien Maurel",
18+
"url": "https://github.com/julien-maurel"
19+
},
20+
"licenses": [
21+
{
22+
"type": "MIT",
23+
"url": "http://www.opensource.org/licenses/mit-license.php"
24+
}
25+
],
26+
"homepage": "https://github.com/julien-maurel/jQuery-Storage-API",
27+
"bugs": "https://github.com/julien-maurel/jQuery-Storage-API/issues",
28+
"repository": {
29+
"type": "git",
30+
"url": "git://github.com/julien-maurel/jQuery-Storage-API.git"
31+
},
32+
"ignore": [
33+
"Jasmine",
34+
"/*.md",
35+
"/*.txt",
36+
"/*.json"
37+
],
38+
"dependencies": {
39+
"jquery": ">=1.4"
40+
}
41+
}

0 commit comments

Comments
 (0)