pronto-rubocop-patched 0.1.0 → 0.1.2

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: 6486bc1aa8eaea01364cb58a95ed65d9feb41c849d8e4e3abdb5b5ba677792e7
4
- data.tar.gz: 68d90ba2e53777530983293e7064fa10083f11b8e8ab5b35da8dcee820f6082c
3
+ metadata.gz: 381911144239e50f61589ffdbedec635fed246fc61a85b845a372709b853e78f
4
+ data.tar.gz: 20b8e0774e79f59e8c44046f2b15225f5847b34751fbd7505b307687ccbb4d05
5
5
  SHA512:
6
- metadata.gz: aeb458847100df1260fc2cf678952ef4e4f413c58ed7cab70dc06d045dde9cb75e3123ee55510c2836f635201f0ccab983c2f14a29260fcf5c793db85768cb29
7
- data.tar.gz: 60e1b4be3ed753488cc5dbdf86243aaa1973864e5eb9e21e9f7261037623f22e7277d8694bb18ce6b56350471495a0779247987d6afb771d206cb65cd0da5078
6
+ metadata.gz: 7e28d653a1c7a04223e4c9f84fa7d4d14e455049202105060846f2ecd315f284a8182ac435b471d445d04d7781ae8ad661ac64d2bbdf3170330d9550a117397a
7
+ data.tar.gz: a5970ca427778dbbbd5fe19fa82e766872219c2532f43e6fe37d41ed2a5422d336a94d8e7ad5760bd38f89d580f52abce0687bb115ba460185133084981fe797
data/Gemfile.lock ADDED
@@ -0,0 +1,99 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ pronto-rubocop-patched (0.1.2)
5
+ pronto (~> 0.11.0)
6
+ rubocop (= 1.50)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ addressable (2.8.4)
12
+ public_suffix (>= 2.0.2, < 6.0)
13
+ ast (2.4.2)
14
+ diff-lcs (1.5.0)
15
+ faraday (2.7.6)
16
+ faraday-net_http (>= 2.0, < 3.1)
17
+ ruby2_keywords (>= 0.0.4)
18
+ faraday-net_http (3.0.2)
19
+ gitlab (4.19.0)
20
+ httparty (~> 0.20)
21
+ terminal-table (>= 1.5.1)
22
+ httparty (0.21.0)
23
+ mini_mime (>= 1.0.0)
24
+ multi_xml (>= 0.5.2)
25
+ json (2.6.3)
26
+ mini_mime (1.1.2)
27
+ multi_xml (0.6.0)
28
+ octokit (4.25.1)
29
+ faraday (>= 1, < 3)
30
+ sawyer (~> 0.9)
31
+ parallel (1.23.0)
32
+ parser (3.2.2.3)
33
+ ast (~> 2.4.1)
34
+ racc
35
+ pronto (0.11.1)
36
+ gitlab (>= 4.4.0, < 5.0)
37
+ httparty (>= 0.13.7, < 1.0)
38
+ octokit (>= 4.7.0, < 7.0)
39
+ rainbow (>= 2.2, < 4.0)
40
+ rexml (>= 3.2.5, < 4.0)
41
+ rugged (>= 0.23.0, < 2.0)
42
+ thor (>= 0.20.3, < 2.0)
43
+ public_suffix (5.0.1)
44
+ racc (1.7.0)
45
+ rainbow (3.1.1)
46
+ rake (10.5.0)
47
+ regexp_parser (2.8.1)
48
+ rexml (3.2.5)
49
+ rspec (3.12.0)
50
+ rspec-core (~> 3.12.0)
51
+ rspec-expectations (~> 3.12.0)
52
+ rspec-mocks (~> 3.12.0)
53
+ rspec-core (3.12.2)
54
+ rspec-support (~> 3.12.0)
55
+ rspec-expectations (3.12.3)
56
+ diff-lcs (>= 1.2.0, < 2.0)
57
+ rspec-support (~> 3.12.0)
58
+ rspec-its (1.3.0)
59
+ rspec-core (>= 3.0.0)
60
+ rspec-expectations (>= 3.0.0)
61
+ rspec-mocks (3.12.5)
62
+ diff-lcs (>= 1.2.0, < 2.0)
63
+ rspec-support (~> 3.12.0)
64
+ rspec-support (3.12.0)
65
+ rubocop (1.50.0)
66
+ json (~> 2.3)
67
+ parallel (~> 1.10)
68
+ parser (>= 3.2.0.0)
69
+ rainbow (>= 2.2.2, < 4.0)
70
+ regexp_parser (>= 1.8, < 3.0)
71
+ rexml (>= 3.2.5, < 4.0)
72
+ rubocop-ast (>= 1.28.0, < 2.0)
73
+ ruby-progressbar (~> 1.7)
74
+ unicode-display_width (>= 2.4.0, < 3.0)
75
+ rubocop-ast (1.29.0)
76
+ parser (>= 3.2.1.0)
77
+ ruby-progressbar (1.13.0)
78
+ ruby2_keywords (0.0.5)
79
+ rugged (1.6.3)
80
+ sawyer (0.9.2)
81
+ addressable (>= 2.3.5)
82
+ faraday (>= 0.17.3, < 3)
83
+ terminal-table (3.0.2)
84
+ unicode-display_width (>= 1.1.1, < 3)
85
+ thor (1.2.2)
86
+ unicode-display_width (2.4.2)
87
+
88
+ PLATFORMS
89
+ ruby
90
+
91
+ DEPENDENCIES
92
+ bundler (~> 1.17)
93
+ pronto-rubocop-patched!
94
+ rake (~> 10.0)
95
+ rspec (~> 3.0)
96
+ rspec-its (~> 1.2)
97
+
98
+ BUNDLED WITH
99
+ 1.17.2
@@ -1,7 +1,9 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Pronto
2
4
  module Rubocop
3
5
  module Patched
4
- VERSION = "0.1.0"
6
+ VERSION = '0.1.2'
5
7
  end
6
8
  end
7
9
  end
@@ -57,5 +57,5 @@ Gem::Specification.new do |spec|
57
57
 
58
58
 
59
59
  spec.add_runtime_dependency('pronto', '~> 0.11.0')
60
- spec.add_runtime_dependency('rubocop', '~> 1.50', '>= 1.50.2')
60
+ spec.add_runtime_dependency('rubocop', '1.50')
61
61
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-rubocop-patched
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - osama-inayat
@@ -84,22 +84,16 @@ dependencies:
84
84
  name: rubocop
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - "~>"
87
+ - - '='
88
88
  - !ruby/object:Gem::Version
89
89
  version: '1.50'
90
- - - ">="
91
- - !ruby/object:Gem::Version
92
- version: 1.50.2
93
90
  type: :runtime
94
91
  prerelease: false
95
92
  version_requirements: !ruby/object:Gem::Requirement
96
93
  requirements:
97
- - - "~>"
94
+ - - '='
98
95
  - !ruby/object:Gem::Version
99
96
  version: '1.50'
100
- - - ">="
101
- - !ruby/object:Gem::Version
102
- version: 1.50.2
103
97
  description: Pronto runner for Rubocop with patched version Ruby 2.6.10
104
98
  email:
105
99
  - rajaosamainayat@gmail.com
@@ -110,6 +104,7 @@ extra_rdoc_files:
110
104
  - README.md
111
105
  files:
112
106
  - CODE_OF_CONDUCT.md
107
+ - Gemfile.lock
113
108
  - LICENSE
114
109
  - README.md
115
110
  - bin/console