RubyGems
npm
Organizations
Log in
Sign up
RubyGems
hugo
Versions diffs
0.1.5 → 0.1.6
hugo 0.1.5 → 0.1.6
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/hugo/aws/rds.rb
+1
-0
metadata
+1
-1
data/lib/hugo/aws/rds.rb
CHANGED
@@ -91,6 +91,7 @@ module Hugo
91
91
92
92
def self.find_or_create(options)
93
93
rds = self.find(options[:server]) || self.new(options).create
94
+
rds.db = options[:name]
94
95
rds.password = options[:password]
95
96
rds
96
97
end
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.
5
4
+
version: 0.1.
6
5
5
platform: ruby
6
6
authors:
7
7
- Tom Wilson