apadmi_grout 0.0.5 → 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: 16022940fafd296f9f52d02c001b1a78906bfe59e1d9a0c3f9c27968ca1d1386
4
- data.tar.gz: efc3cc64e75a693b32307c1b58e85a5a23d155e450187a1ecd4612d1b017d838
3
+ metadata.gz: 6e1366656468880b0537f216f0e6e6d02ac91a8da0a90098f16923bf8b0959a7
4
+ data.tar.gz: 12a4ea1f4d6a19d229aec128b2e6dce25fdc65333dc88974a9f3caca248a9a6d
5
5
  SHA512:
6
- metadata.gz: 2191857e5bfdfcf6fbca7c1b2fbb889f38ec1e198d4d149c51fa696d63eba6991ae948bd95bf057764c3d2a1528d01038d77b95a241ebf9154fb21d0f11253a6
7
- data.tar.gz: 5dcb577071f78db6e03bc5c06da0a873493f2ac9bbd3c1ecc8ec6586ba50003558d5e843d676b548cf369b330b2197b2d27029032ac9b0eece90904316a03e52
6
+ metadata.gz: e64db1a7ace678871f6f32a9e2747d62ae854024755b52bbb4caadd474f989fa10cd5151021dde2c9eafb8cf48b7e58633dbcafa2f2e81fddfc088eca0e965dc
7
+ data.tar.gz: 7bd1bd81f7bc1a24050ed0fe95bc73af8be5765745e5ff3d926728196cbf1b3d96600437f3c08cfa13256cb344b6f746fb0c457b30f0a7a0d22604050337cad4
data/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
- # Fastlane Plugin Changelog
1
+ # Core Changelog
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## [0.1.0] - 2022-01-23
5
+ ## [1.0.0] - 2022-05-09 - Initial release
6
6
 
7
- - Initial release
7
+ * Various JIRA utilities to simplify JIRA interactions
8
+ * Action for searching JIRA tickets
9
+ * Action for transitioning JIRA tickets
10
+ * Action for generating release notes
11
+ * Action for extracting ticket keys from Git changelog
@@ -4,7 +4,7 @@ module Apadmi
4
4
  module Grout
5
5
  # Convenience class for initializing and accessing the various actions
6
6
  class DependencyInjector
7
- attr_reader :move_jira_tickets_action, :find_tickets_to_move_action, :generate_release_notes_action, :issues_from_changelog_action
7
+ attr_reader :jira_wrapper, :move_jira_tickets_action, :find_tickets_to_move_action, :generate_release_notes_action, :issues_from_changelog_action
8
8
 
9
9
  # @param [String] username
10
10
  # @param [String] token
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Apadmi
4
4
  module Grout
5
- VERSION = "0.0.5"
5
+ VERSION = "1.0.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apadmi_grout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam