Commit 79ec7c33c6adbc0f8fefdf5d37ff1f4c45ee20dd
1 parent
1a555b88
Bump to v0.1.2. Fix db_map attribute bug.
Showing
3 changed files
with
6 additions
and
2 deletions
... | ... | @@ -4,7 +4,7 @@ maintainer_email 'sysadmin@chromedia.com' |
4 | 4 | license 'Apache License' |
5 | 5 | description 'Simplifies setup of MariaDB in Chromedia.' |
6 | 6 | long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) |
7 | -version '0.1.1' | |
7 | +version '0.1.2' | |
8 | 8 | |
9 | 9 | { |
10 | 10 | 'mariadb' => '0.2.12', | ... | ... |