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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac6ee2831ec7f2de7850faa2532efd3a540a77d65c9a1d76287efe71e6038854
4
- data.tar.gz: f07a8214b09bee61511b64c287eb143ca8e451dadf9efa024b309464f5f28be1
3
+ metadata.gz: ef155479c2de20dfb3e3832c19a641451e04f80223f72d549f00b9deef55bfb1
4
+ data.tar.gz: fd35c88ae871e535a8d5a2423a2a93725593f9124a290656b37221b229071905
5
5
  SHA512:
6
- metadata.gz: 0d4610a6ef47430063e336e1aeee4223313f44026265dde8aa5bec4d7815da7fb9bc4194ad8c123e5900351cc111d1780b7d4f4b39bb35c0c67b33b3b46291c1
7
- data.tar.gz: cf986f3064959810cf26e3f524804ae5eb0f359055610b9e206a2ffd17ddff9c31f449b8145dcf873e004651db43da74e15b2dac2bf45e52217fd2c550fa0aec
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 UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
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 UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
33
+ gem install jira-auto-tool
34
34
  ```
35
35
 
36
36
  ## Setup
@@ -3,7 +3,7 @@
3
3
  module Jira
4
4
  module Auto
5
5
  class Tool
6
- VERSION = "0.1.1"
6
+ VERSION = "1.0.0"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jira-auto-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christophe Broult