morpheus-heroku 0.3.1 → 0.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0416381a4adec1c7a1480f534395bddaa91ef16c897066a8d55242a9f5bfd404'
4
- data.tar.gz: 5a03da5f8b46a88e1038e3b7ff4bb41bb141acb9d8870c77679e23aa884b1f59
3
+ metadata.gz: 65e74da28a8d83257eaf03839bbff02daa1c1efabee46d1fe06dd5742aa0b729
4
+ data.tar.gz: a5ee4428981b9b8d3c67f4fe637810af7ae11ab6f20b22b1891627d6bc244169
5
5
  SHA512:
6
- metadata.gz: 62e19e7b1ecb9e218d5d6b7526864e8ede464d6e2b83abb817666d49667c5c4f4c6a7e263fad0cb8ece306f0b755b807c4bfc1dd29beb92710e30960608a83f6
7
- data.tar.gz: 8c36836bfb176b0f207efb885f3a28d0d889300f3d562dd6caeb3d8f4d7495fbabf99394c6455469f49695574db6b7b77ac70e14153fc2e57304aa5f7091313b
6
+ metadata.gz: 25d2e561957836ffac41849d1bd4745768ceb6be72ba603cdc03d8df2eb904fe7e53ae7ec14500a3f9015209fe106ade3403e4dccce0ebde13e45dba1d732ca3
7
+ data.tar.gz: 357baafe3a4f777bd04ec5482c4529cbad90debca796b2829f21d891566daa80850a4ee89a1bd7634374ae95594232cd16ba3fe7a67b53ff15ca4eb237c73279
@@ -19,7 +19,7 @@ module MorpheusHeroku
19
19
  WHERE datname = current_database()
20
20
  AND pid <> pg_backend_pid();
21
21
  SQL
22
- Helper.bash_run(command: "psql -d seriesreminder_development -c '#{sql_command}'")
22
+ Helper.bash_run(command: "psql -d #{MorpheusHeroku.configuration.database_name} -c '#{sql_command}'")
23
23
  end
24
24
 
25
25
  def ensure_db_environment!
@@ -1,3 +1,3 @@
1
1
  module MorpheusHeroku
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: morpheus-heroku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Catalin Ionescu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-30 00:00:00.000000000 Z
11
+ date: 2018-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  version: '0'
114
114
  requirements: []
115
115
  rubyforge_project:
116
- rubygems_version: 2.7.2
116
+ rubygems_version: 2.7.6
117
117
  signing_key:
118
118
  specification_version: 4
119
119
  summary: A set of Rake scrips to automate interactions with Heroku