hamal 0.1.0 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/hamal.rb +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56130bfb0f299aed7a21f84abc68ffb3a980c31cbe136158198456d9be7483c1
4
- data.tar.gz: baca257ab1ed431884d57d4d909eb11a8a47dbacdd06a0095c2999594cf29e18
3
+ metadata.gz: 14bef85ae15ae3ceb857725982046d459aae93ac8c0310abc906ceeb1b1a7582
4
+ data.tar.gz: d278a83cd3bcb2a48f1d46a3fdbcba5b3d5d199d7cc7a3eb71443376f36dd625
5
5
  SHA512:
6
- metadata.gz: 1434a5cfab400a3ed32271cf516ce83e2663dce98470e6ed48b08d5d6875ceeabb7c03b2d4527a06c6aa4b93530f0e5b1ea7670fe42d81531d896a9676644857
7
- data.tar.gz: e430a46b3a1dacd99fcd191c71095977ac889752b2de0c4fdb16ec22284d925016a0a9abd44e4bfa11d69204993d1b3ced27818073da4e37a9b8a7938a6be194
6
+ metadata.gz: be7aed76bd241ee1d673d98e2c888bf7fe5d2d0995c214120abab1b54f161770e76934d5ece7c45a1fab5dd52780637bb2d3f76e7092620db19675560f00f2d1
7
+ data.tar.gz: 60ea6cd95d7a457bb9faabe337cfd74c65b8c4533dc72c3ffc0c9701ed89b1b704caaf95b787f08cbd16a2cc864b87fd9f520bd99220ee1ceb0f906afdda12a4
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- Hamal is a simple deploy tool for self-hosted Rails application. Learn how it
1
+ Hamal is a simple deploy tool for self-hosted Rails applications. Learn how it
2
2
  works, how to configure it, and how to provision new servers.
3
3
 
4
4
  Not to be confused with Kamal. 😉
data/lib/hamal.rb CHANGED
@@ -3,7 +3,7 @@ require "json"
3
3
  require "yaml"
4
4
 
5
5
  module Hamal
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.1"
7
7
 
8
8
  module Config
9
9
  def config_file = "config/deploy.yml"
@@ -267,7 +267,7 @@ module Hamal
267
267
 
268
268
  def help_command
269
269
  puts <<~HELP
270
- Usage: bin/hamal [command]
270
+ Usage: hamal [command]
271
271
 
272
272
  Commands:
273
273
  deploy - Deploy the app to the server
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hamal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genadi Samokovarov
@@ -58,5 +58,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  requirements: []
59
59
  rubygems_version: 3.6.2
60
60
  specification_version: 4
61
- summary: Hamal is a simple deploy tool for self-hosted Rails application
61
+ summary: Hamal is a simple deploy tool for self-hosted Rails applications
62
62
  test_files: []