hugo 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. data/lib/hugo/aws/rds.rb +1 -1
  2. metadata +2 -2
data/lib/hugo/aws/rds.rb CHANGED
@@ -15,7 +15,7 @@ module Hugo
15
15
  # create instance
16
16
 
17
17
  @server = options[:server] || options["DBInstanceIdentifier"]
18
- @db = options[:name] || options["DBName"]
18
+ @db = options[:name] #|| options["DBName"]
19
19
  @user = options[:user] || options["MasterUsername"]
20
20
  @password = options[:password] if options[:password]
21
21
  @size = options[:size] || options["AllocatedStorage"] || DEFAULT_SIZE
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hugo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Wilson
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-01-27 00:00:00 -05:00
13
+ date: 2010-01-28 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency