cloudcontrol-rails 0.0.3 → 0.0.4

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudcontrol-rails (0.0.2)
4
+ cloudcontrol-rails (0.0.4)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'cloudcontrol-rails'
5
- s.version = "0.0.3"
5
+ s.version = "0.0.4"
6
6
  s.authors = ["Alexander Rösel"]
7
7
  s.email = ["info@netzok.net"]
8
8
  s.summary = "Autoload MySQL and Postgres credentials from ENV vars on cloudControl"
9
9
  s.description = "Use credentials set in ENV vars if database.yml credentials are empty. Supports MySQL and ElephantSQL (Postgres) on the cloudControl platform."
10
- s.homepage = "http://justfrontend.com"
10
+ s.homepage = "https://github.com/Traxmaxx/cctrl_database_configuration"
11
11
 
12
12
  s.files = `git ls-files`.split("\n")
13
13
  s.test_files = `git ls-files -- {spec}/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudcontrol-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -32,7 +32,7 @@ files:
32
32
  - lib/cloudcontrol/postgres.rb
33
33
  - spec/database_configuration_spec.rb
34
34
  - spec/spec_helper.rb
35
- homepage: http://justfrontend.com
35
+ homepage: https://github.com/Traxmaxx/cctrl_database_configuration
36
36
  licenses: []
37
37
  post_install_message:
38
38
  rdoc_options: []