ehpt 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ehpt/create_stories.rb +2 -7
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0dc406a11a4ece9f21d00c1b887398922cd2aa6cd57fc85fb240d3ce53681e60
4
- data.tar.gz: bf89bab4544bf000676c81a59be2bb8b3181b167345077fdf50c035c7bb8d710
3
+ metadata.gz: 0fb8d4c1fb9c87fd89ae55444f3f8cd7f3a7bc83e6de0924b91f0d1930ee8908
4
+ data.tar.gz: 5a5c317ffd25042a9aeede1dc8fe1f8122188f1e8a41ecd5245a1ae620ce6990
5
5
  SHA512:
6
- metadata.gz: 4a06dd761b9e73760c2b68ee2c7522dbd0b73225c4954446b8f5807b8469a5e7830b7a6d17b0e0d84a0caa280e070d2c62665b5e91c26eaf4edd42297ded3a27
7
- data.tar.gz: 82b086225a90066902af3acd57b75d26ecb4d0bd0a05b6b5fd39c145435a20bd7724544549150c14013bc04f454affcfcb1480a1179fba7319788de200e9596a
6
+ metadata.gz: 89956c440258c42310af997979c343152222469cc01f801fbf53558edee233d5a1cc976a80a2c6c013dd4cd52705553bc8ae7fa038dd953be51ba7a9fd00a7b1
7
+ data.tar.gz: b41201119b1f05296d1c9ed1a2e84de882b523d3512c6c157fd97eefa5e5159f2475d378eeea003b2547eb966a1d16042e43e4b3b641a8d32e3994b23d3a7c96
@@ -6,14 +6,9 @@ class Ehpt
6
6
  class CreateStories < Base
7
7
  attr_reader :csv_content, :project
8
8
 
9
- ARRAY_TYPE_ATTRIBUTES = %w[
10
- labels tasks pull_requests branches blockers followers comments reviews
11
- ]
9
+ ARRAY_TYPE_ATTRIBUTES = %w[ labels tasks pull_requests branches blockers comments reviews ]
12
10
 
13
- INT_ARRAY_TYPE_ATTRIBUTES = %w[
14
- owner_ids label_ids task_ids pull_request_ids branch_ids
15
- blocker_ids follower_ids comment_ids review_ids
16
- ]
11
+ INT_ARRAY_TYPE_ATTRIBUTES = %w[ owner_ids label_ids follower_ids ]
17
12
 
18
13
  INT_TYPE_ATTRIBUTES = %w[ project_id requested_by_id before_id after_id integration_id ]
19
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ehpt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - phamhoaivu911