capistrano-demonz 0.0.18 → 0.0.20

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.
data/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
- **Current version:** 0.0.18
1
+ **Current version:** 0.0.20
2
2
 
3
3
  ## Changes ##
4
+ ### 0.0.20 ###
5
+ * Fixed logic issue from previous fix.
6
+
7
+ ### 0.0.19 ###
8
+ * Removed 'grant' SQL query during database creation (redundant, if you can create a database, you should be able to access it!).
9
+
4
10
  ### 0.0.18 ###
5
11
  * Changed database name pattern to match new AWS server database pattern.
6
12
 
data/lib/demonz/drupal.rb CHANGED
@@ -216,7 +216,7 @@ configuration.load do
216
216
  on_rollback { delete_database(mysql_connection, clean_db_name) }
217
217
 
218
218
  create_database(mysql_connection, clean_db_name)
219
- setup_database_permissions(mysql_connection, clean_db_name)
219
+ # setup_database_permissions(mysql_connection, clean_db_name)
220
220
  end
221
221
 
222
222
  # Add the database name to the settings file.
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Demonz
3
- VERSION = "0.0.18"
3
+ VERSION = "0.0.20"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-demonz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.20
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: