railman-deployment 2.2.0 → 2.2.1

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: c6b440d5bba0b2ad72dbaaa5938123adcf5e7b42108eaa4c6db9f4305adbc1cc
4
- data.tar.gz: 34a5db3f384d4a6a8e5888ee3d3453662d7a156ad3e50ae04b1bdcf54327922b
3
+ metadata.gz: 40821fa34d8aff4b075eee178d95da07bea1c88c98b9b8a34224ebfc69b104b1
4
+ data.tar.gz: 504a7e906fe9d9177082dc9e48324e8e2407b2f32c2af8ba63b1acad6f694b26
5
5
  SHA512:
6
- metadata.gz: dd4608c303b54690085a3248adbc306cc213c90684d9cc6935c592df9ac516b0c230a847d349fb7e79df4b95816da0715a61e49492119351d6bdf6bb000acdef
7
- data.tar.gz: 7fe0f094f74200c125b9e5d135dd60d76978c6e60530cda14589f472f28bd73d80ae4422d351ac76116b98bf6923e06fe73abcfe6d8e716c01fe718cb2079d43
6
+ metadata.gz: abcf8f967f2d50f7b4969bcdb7f6272a516baab10823ce65ef900b3b735cc37883c85e16cb2eb2e8dbc6890c4df7c73a37202b119ba5ca9c86bbaa4960e87c3f
7
+ data.tar.gz: 83c0adb44dc2e165d0480e3bec33a3305f130381acdf181902b980fd15deb7537c5f40dd49c9108db2e07557c380fede57fbe8098edc4594144daee47072c12b
@@ -135,8 +135,6 @@ task :create_database_from_sql_file do
135
135
  with fetch(:environment) do
136
136
  within fetch(:deploy_to) do
137
137
  execute :rake, 'db:create'
138
- execute :rake, 'db:migrate'
139
- execute :rake, 'db:seed'
140
138
  if test "[ -f #{fetch(:deploy_to)}/db/#{fetch(:application)}.sql ]"
141
139
  execute :psql, "-U rails -h localhost -d #{fetch(:application)}_production", "-f db/#{fetch(:application)}.sql"
142
140
  execute :rake, 'db:migrate'
@@ -1,3 +1,3 @@
1
1
  module RailmanDeployment
2
- VERSION = '2.2.0'
2
+ VERSION = '2.2.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railman-deployment
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Jancev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-12 00:00:00.000000000 Z
11
+ date: 2018-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler