jira-auto-tool 0.1.1 → 1.0.0
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 +4 -4
- data/README.md +2 -2
- data/lib/jira/auto/tool/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef155479c2de20dfb3e3832c19a641451e04f80223f72d549f00b9deef55bfb1
|
4
|
+
data.tar.gz: fd35c88ae871e535a8d5a2423a2a93725593f9124a290656b37221b229071905
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5913dded0750570c80fe1be755edf588a1f136f0ba417ff1168ae6093d1fa58406252f18280a4158c46971532445d20a00c0b4bbf82cd800176192f776664ff
|
7
|
+
data.tar.gz: '09aeea8783e1c9ff219b202e1b6ad031870e802b4f4b6bdfaeb33f3adeed47f8ca93056f79127a50edda131b115e4f232fc19be0e794e30ecafd28e954c6ca0c'
|
data/README.md
CHANGED
@@ -24,13 +24,13 @@ in such a cloud sandbox. Though, if the sandbox belongs to the target context
|
|
24
24
|
* ... and add to the application's Gemfile by executing:
|
25
25
|
|
26
26
|
```bash
|
27
|
-
bundle add
|
27
|
+
bundle add jira-auto-tool
|
28
28
|
```
|
29
29
|
|
30
30
|
* ... if bundler is not being used to manage dependencies, by executing:
|
31
31
|
|
32
32
|
```bash
|
33
|
-
gem install
|
33
|
+
gem install jira-auto-tool
|
34
34
|
```
|
35
35
|
|
36
36
|
## Setup
|