deployed 0.1.1 → 0.1.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: d3ebb54d143ee3d295761901280d33d36b54434c72e8a5bcf51f08d58776097a
4
- data.tar.gz: c0f7fda61b135570affd49c7f1ae3c79d7d7e119e4bb473c85a9de2b4dd50d10
3
+ metadata.gz: e1f71cb9305f84bd114bf8e1fa31f8476ddb975a84435fc95e29fb96c89da4db
4
+ data.tar.gz: c1a0b28ccb763a174730be3a8fff3602da272eae122a77046516984eb78cafeb
5
5
  SHA512:
6
- metadata.gz: 746c98e426a43f368c80cf4824d8583c6a5821ebdf5052fc102abdeada7f114c877925f991966da667160567394133d8de2252b1a2c74abc4e92434610df5a3a
7
- data.tar.gz: cf4b4e9fde6f276b0908a2951a2ff86a7eecff60bc8f6c057d4e331d118fba871f9b409cf294d26d7798b1dc2d85cc364726b6fc2d975b53ae32c4a48ff3269c
6
+ metadata.gz: 8c91b4d97bc69ed65368f308ad48250d2da25a41e427e5ad7c7c9efb3ace3a9341057004e5ab5eb199ccfb8a3615152fc5e43e17afdaafa59d96f728ba68fed3
7
+ data.tar.gz: 512c8cd7c9342fc6142a29e6294939b6bd36d200e29a5724f7d4773a2615318348bea0c6bd83672e92b85cd0a264aad44097631cc52035820bd3bb99507fe03b
@@ -30,7 +30,7 @@ module Deployed
30
30
  $stdout.reopen(write_io)
31
31
 
32
32
  # Execute the command
33
- exec("kamal #{command}; echo \"[Kamal Rails] End transmission\"")
33
+ exec("kamal #{command}; echo \"[Deployed Rails] End transmission\"")
34
34
  end
35
35
 
36
36
  lock_process
@@ -112,7 +112,7 @@ module Deployed
112
112
  logger.info 'IOError'
113
113
  ensure
114
114
  sse.write(
115
- '[Kamal Rails] End transmission',
115
+ '[Deployed Rails] End transmission',
116
116
  event: 'message'
117
117
  )
118
118
  sse.close
@@ -1,3 +1,3 @@
1
1
  module Deployed
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deployed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Chiu