dude-cli 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a79bc51f94b638cd5924d001d4846754aa62665ae427b2ddd323ec880e1bd4bc
4
- data.tar.gz: 9ace665f11e4338894ae466d921d8179363e6f13183848b5d56d905579700875
3
+ metadata.gz: ae53371c7fc3cf10cc4a0dd5e1de22266e065d30395321547dadf6d5636de8da
4
+ data.tar.gz: 7b88740c6849e9a21056e87ea0f3689d12698b8251f4c06267b089d8e0a34c72
5
5
  SHA512:
6
- metadata.gz: 9f141f3ef3e34cc3da6cebe73feceb9f01077870228b8f311974be21c94bfed1244a6cde8d030a451baa4a96f6fda1ca0d26592b56b9b441ae8c90cd8a53ee28
7
- data.tar.gz: b3006b12eadb6b57349d36a3e8be818ff5f0e2103cf3ba5c7f5b408ac7de781d3d4fff71635910b8bcbc3f924a62cc022c8746ea1259b070f65ef8c913411ca6
6
+ metadata.gz: 2e5cbf1936ed062017041c6d803005514378927babca5c38e67dd3c7e5ed9e7fe3807cbd7ca0c9955d1bd5d01ca16e1454b136873b693a4c02af03bdae5125d4
7
+ data.tar.gz: 7bdf3aff1601829b22c992c73305963fcdaa64faca40f0bbaaeae7b5148f6a18cc130ad094ef93549408126e529dfc2d70154b115eceadffd0ff8170ae4ee061
@@ -0,0 +1,8 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: bundler
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "03:00"
8
+ open-pull-requests-limit: 10
data/Gemfile CHANGED
@@ -3,5 +3,5 @@ source "https://rubygems.org"
3
3
  # Specify your gem's dependencies in dude.gemspec
4
4
  gemspec
5
5
 
6
- gem "rake", "~> 12.0"
6
+ gem "rake", "~> 13.0"
7
7
  gem "rspec", "~> 3.0"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dude-cli (2.0.0)
4
+ dude-cli (2.0.1)
5
5
  colorize (~> 0.8.1)
6
6
  dry-cli (>= 0.6)
7
7
  faraday (~> 1.1)
@@ -20,29 +20,31 @@ GEM
20
20
  jwt (~> 2.1.0)
21
21
  coderay (1.1.3)
22
22
  colorize (0.8.1)
23
- concurrent-ruby (1.1.7)
23
+ concurrent-ruby (1.1.8)
24
24
  diff-lcs (1.4.4)
25
25
  dry-cli (0.6.0)
26
26
  concurrent-ruby (~> 1.0)
27
- faraday (1.1.0)
27
+ faraday (1.3.0)
28
+ faraday-net_http (~> 1.0)
28
29
  multipart-post (>= 1.2, < 3)
29
30
  ruby2_keywords
30
- i18n (1.8.7)
31
+ faraday-net_http (1.0.1)
32
+ i18n (1.8.9)
31
33
  concurrent-ruby (~> 1.0)
32
- jira-ruby (2.1.4)
34
+ jira-ruby (2.1.5)
33
35
  activesupport
34
36
  atlassian-jwt
35
37
  multipart-post
36
38
  oauth (~> 0.5, >= 0.5.0)
37
39
  jwt (2.1.0)
38
40
  method_source (1.0.0)
39
- minitest (5.14.3)
41
+ minitest (5.14.4)
40
42
  multipart-post (2.1.1)
41
- oauth (0.5.4)
42
- pry (0.13.1)
43
+ oauth (0.5.5)
44
+ pry (0.14.0)
43
45
  coderay (~> 1.1)
44
46
  method_source (~> 1.0)
45
- rake (12.3.3)
47
+ rake (13.0.3)
46
48
  rspec (3.10.0)
47
49
  rspec-core (~> 3.10.0)
48
50
  rspec-expectations (~> 3.10.0)
@@ -56,7 +58,7 @@ GEM
56
58
  diff-lcs (>= 1.2.0, < 2.0)
57
59
  rspec-support (~> 3.10.0)
58
60
  rspec-support (3.10.0)
59
- ruby2_keywords (0.0.2)
61
+ ruby2_keywords (0.0.4)
60
62
  tzinfo (2.0.4)
61
63
  concurrent-ruby (~> 1.0)
62
64
  zeitwerk (2.4.2)
@@ -66,8 +68,8 @@ PLATFORMS
66
68
 
67
69
  DEPENDENCIES
68
70
  dude-cli!
69
- pry (~> 0.13.1)
70
- rake (~> 12.0)
71
+ pry (~> 0.14.0)
72
+ rake (~> 13.0)
71
73
  rspec (~> 3.0)
72
74
 
73
75
  BUNDLED WITH
data/dude.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["work.pupko@gmail.com"]
8
8
 
9
9
  spec.summary = %q{A daily assistant in the hard work of a programmer.}
10
- spec.description = %q{This program helps to combine such services as Gitlab, Toggl and git and replace most routine activities with one simple CLI utility.}
10
+ spec.description = %q{This program helps to combine such services as Jira, Toggl and git and replace most routine activities with one simple CLI utility.}
11
11
  spec.homepage = "https://github.com/npupko/dude"
12
12
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
13
 
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
28
28
  spec.add_runtime_dependency "colorize", "~> 0.8.1"
29
29
  spec.add_runtime_dependency "jira-ruby", "~> 2.1"
30
30
 
31
- spec.add_development_dependency 'pry', '~> 0.13.1'
31
+ spec.add_development_dependency 'pry', '~> 0.14.0'
32
32
  end
data/lib/dude/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Dude
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dude-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikita Pupko
@@ -72,16 +72,16 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 0.13.1
75
+ version: 0.14.0
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 0.13.1
83
- description: This program helps to combine such services as Gitlab, Toggl and git
84
- and replace most routine activities with one simple CLI utility.
82
+ version: 0.14.0
83
+ description: This program helps to combine such services as Jira, Toggl and git and
84
+ replace most routine activities with one simple CLI utility.
85
85
  email:
86
86
  - work.pupko@gmail.com
87
87
  executables:
@@ -89,6 +89,7 @@ executables:
89
89
  extensions: []
90
90
  extra_rdoc_files: []
91
91
  files:
92
+ - ".github/dependabot.yml"
92
93
  - ".gitignore"
93
94
  - ".rspec"
94
95
  - ".travis.yml"