pronto-rubocop-patched 0.1.0 → 0.1.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: 6486bc1aa8eaea01364cb58a95ed65d9feb41c849d8e4e3abdb5b5ba677792e7
4
- data.tar.gz: 68d90ba2e53777530983293e7064fa10083f11b8e8ab5b35da8dcee820f6082c
3
+ metadata.gz: d11b19cf88e22ed2e4610022510780c1429cf3209a0f195de06c25da91347e57
4
+ data.tar.gz: 7044119f5099471570bc481f0f8ec39746c340b7539bc3b488c6a53a8d270b7f
5
5
  SHA512:
6
- metadata.gz: aeb458847100df1260fc2cf678952ef4e4f413c58ed7cab70dc06d045dde9cb75e3123ee55510c2836f635201f0ccab983c2f14a29260fcf5c793db85768cb29
7
- data.tar.gz: 60e1b4be3ed753488cc5dbdf86243aaa1973864e5eb9e21e9f7261037623f22e7277d8694bb18ce6b56350471495a0779247987d6afb771d206cb65cd0da5078
6
+ metadata.gz: 7798564a598e51c9e63a72ca09fa23ca8863676b15153ba9a1eeca4015b4e1b101c840365031446f055297bcab8dbe60a25f6aed817af5abd4852a87c3eed711
7
+ data.tar.gz: 1732106eb41c8f63cad2c778b1306e6354187ece3f6afb6b0dc5ac78567f55d8bfeccae5137bffc1fd63898cfc8bfdd8f7b4dbba66ec2443e71da92942188941
data/Gemfile.lock ADDED
@@ -0,0 +1,99 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ pronto-rubocop-patched (0.1.1)
5
+ pronto (~> 0.11.0)
6
+ rubocop (~> 1.50, >= 1.50.2)
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.2)
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.1'
5
7
  end
6
8
  end
7
9
  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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - osama-inayat
@@ -110,6 +110,7 @@ extra_rdoc_files:
110
110
  - README.md
111
111
  files:
112
112
  - CODE_OF_CONDUCT.md
113
+ - Gemfile.lock
113
114
  - LICENSE
114
115
  - README.md
115
116
  - bin/console