drupal-vm-sites 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28612aa2e9d3b501d78276e6af89b260fe115335
4
- data.tar.gz: a7f0cdaa8daed747eac0194dc5b1983599caf5fe
3
+ metadata.gz: 069b9e267cce9fbb7dc8141beadf90ebb1f3d9aa
4
+ data.tar.gz: 863a5aa05560c22375832c7bee51357ebfcd98e6
5
5
  SHA512:
6
- metadata.gz: 7bf8d95153329a68f19fabf92d2e0ff160f6ee48a56a83ac1690b540b78f0118a953a9d6acf82f3492a86d231d490049a0a0fde70d7ae7b1925790c1c917f949
7
- data.tar.gz: 3dcc1ba3580067953dd2856f2b8053b51ec793f3fd1e3f7132a6c2e54c85aad3fad49fabab66b1139cc273b460f2b52027ab5326ceea5283ab656a5fd941ab48
6
+ metadata.gz: dbdb552241137dd4a46a81f6aee88cee6728190317f472dc2ef498235b90142ffafaedca14812168dfe87b168794a6667bf94386c18670ee804ba6c26c32120a
7
+ data.tar.gz: d7fa0449907c813bccf2d5d7e9ebf3e09639e572ad8ad8bd725003621feeb82fee63fb98e3b5e17a66b7889e32def1b103d68828fb3b36cc4ec98714ba6099e7
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Drupal VM Config
1
+ # Drupal VM Sites
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/drupal-vm-sites.svg)](https://badge.fury.io/rb/drupal-vm-sites)
4
4
 
@@ -8,9 +8,9 @@ This Vagrant plugin makes it easy to manage multiple Drupal sites on a single Va
8
8
 
9
9
  1. `vagrant plugin install drupal-vm-sites`
10
10
 
11
- 2. `touch sites.yml`
11
+ 2. `touch drupal-vm-sites.yml`
12
12
 
13
- 3. Add Drupal websites to `sites.yml`
13
+ 3. Add Drupal websites to `drupal-vm-sites.yml`
14
14
 
15
15
  ```yml
16
16
  site1:
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.email = "hello@SKYCATCHFIRE.com"
11
11
  s.summary = "Generate sites config for Drupal VM"
12
12
  s.description = "Generate sites config for Drupal VM"
13
- s.homepage = "https://github.com/skycatchfire/drupal-vm-config"
13
+ s.homepage = "https://github.com/skycatchfire/drupal-vm-sites"
14
14
 
15
15
  s.add_development_dependency "rake"
16
16
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module DrupalVmSites
3
- VERSION = '0.0.5'
3
+ VERSION = '0.0.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drupal-vm-sites
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - SKYCATCHFIRE
@@ -41,7 +41,7 @@ files:
41
41
  - lib/drupal-vm-sites/plugin.rb
42
42
  - lib/drupal-vm-sites/templates/config-template.yml
43
43
  - lib/drupal-vm-sites/version.rb
44
- homepage: https://github.com/skycatchfire/drupal-vm-config
44
+ homepage: https://github.com/skycatchfire/drupal-vm-sites
45
45
  licenses:
46
46
  - MIT
47
47
  metadata: {}