ops_tasks 0.5.0 → 0.5.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
  SHA1:
3
- metadata.gz: 2e39f0ee2347288b56686c499be7f2b052f7d18c
4
- data.tar.gz: c7f98c34b1fef91db220d7227c584ea0d08fcce7
3
+ metadata.gz: 3525d039eed793157df65e48dc7e42d6aa478324
4
+ data.tar.gz: 6430047b350aca6f1a9c841e47172432a6cf8053
5
5
  SHA512:
6
- metadata.gz: e1b664f7a3b5d2017de059e7725885b5fbfc124a8e803767a8eb355b7ddbda316c6e004b958d2ed9072d3fa185d711e71d7fbc45c4830fb8949214441fbdd6db
7
- data.tar.gz: 152d54214e45fdfde17fe958c524bb9fb87ea959f741361f892bdf43ceaf8d90f440bb696b82a65515da59eb4af2dc05218a3499666fe7304b044af2afc40444
6
+ metadata.gz: 5ef08fb56bee7cc684060e6ada87f8b6e12959a58347133ba5de423bf1c2b79116d3607d022e365f9ad04a139397603c2e9733cd6055ef72d42972f6ff5cc68e
7
+ data.tar.gz: c69a9b7ce443583058205658590652cbc19a80912754a34393909fca7632bc47730e2689384581f1ac95c704c606e5b98331cefc5de704714aaeeecdc5bdfd4f
data/README.md CHANGED
@@ -65,11 +65,11 @@ You can use [figaro](https://github.com/laserlemon/figaro) or [dotenv](https://g
65
65
  1. If using dotenv, use a `.env` file in the root of your project.
66
66
  1. To generate a dotenv file, run the command
67
67
 
68
- ops_tasks init
68
+ `ops_tasks init`
69
69
 
70
70
  1. To add a deploy environment, run the command
71
71
 
72
- ops_tasks add <environment name>
72
+ `ops_tasks add <environment name>`
73
73
 
74
74
  ## Usage (With Rails)
75
75
 
@@ -73,7 +73,7 @@ module OpsTasks
73
73
 
74
74
  def log_url(deployment_id)
75
75
  @client.describe_commands(
76
- :deployment_ids => [deployment_id]
76
+ :deployment_id => [deployment_id]
77
77
  )[:log_url]
78
78
  end
79
79
 
@@ -1,3 +1,3 @@
1
1
  module OpsTasks
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ops_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Prokesch