rfix 1.0.7 → 1.1.0.pre.147

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +25 -0
  3. data/.rspec +0 -1
  4. data/.rubocop.yml +50 -31
  5. data/.travis.yml +5 -9
  6. data/Gemfile +2 -16
  7. data/Gemfile.base +14 -0
  8. data/Gemfile.base.lock +172 -0
  9. data/Gemfile.lock +40 -49
  10. data/Guardfile +1 -1
  11. data/Makefile +4 -0
  12. data/README.md +66 -13
  13. data/Rakefile +16 -82
  14. data/bin/bundle +114 -0
  15. data/bin/console +23 -9
  16. data/bin/guard +29 -0
  17. data/bin/rake +29 -0
  18. data/bin/rfix +29 -0
  19. data/bin/rspec +29 -0
  20. data/bin/setup +27 -6
  21. data/ci/Gemfile.rubocop-0.80 +1 -1
  22. data/ci/Gemfile.rubocop-0.80.lock +29 -45
  23. data/ci/Gemfile.rubocop-0.81 +1 -1
  24. data/ci/Gemfile.rubocop-0.81.lock +29 -45
  25. data/ci/Gemfile.rubocop-0.82 +2 -2
  26. data/ci/Gemfile.rubocop-0.82.lock +30 -46
  27. data/ci/Gemfile.rubocop-0.83 +1 -1
  28. data/ci/Gemfile.rubocop-0.83.lock +32 -48
  29. data/ci/Gemfile.rubocop-0.84 +1 -1
  30. data/ci/Gemfile.rubocop-0.84.lock +32 -48
  31. data/ci/Gemfile.rubocop-0.85 +1 -1
  32. data/ci/Gemfile.rubocop-0.85.1 +1 -1
  33. data/ci/Gemfile.rubocop-0.85.1.lock +32 -48
  34. data/ci/Gemfile.rubocop-0.85.lock +29 -45
  35. data/exe/rfix +18 -149
  36. data/lib/rfix.rb +21 -1
  37. data/lib/rfix/box.rb +112 -0
  38. data/lib/rfix/branch.rb +30 -0
  39. data/lib/rfix/branches/base.rb +29 -0
  40. data/lib/rfix/branches/head.rb +11 -0
  41. data/lib/rfix/branches/main.rb +33 -0
  42. data/lib/rfix/branches/name.rb +21 -0
  43. data/lib/rfix/branches/reference.rb +19 -0
  44. data/lib/rfix/branches/upstream.rb +11 -0
  45. data/lib/rfix/cmd.rb +13 -12
  46. data/lib/rfix/commands/all.rb +26 -0
  47. data/lib/rfix/commands/branch.rb +15 -0
  48. data/lib/rfix/commands/extensions/options.rb +8 -0
  49. data/lib/rfix/commands/help.rb +7 -0
  50. data/lib/rfix/commands/helper/args.rb +137 -0
  51. data/lib/rfix/commands/helper/help.rb +6 -0
  52. data/lib/rfix/commands/helper/loader.rb +6 -0
  53. data/lib/rfix/commands/helper/option.rb +0 -0
  54. data/lib/rfix/commands/helper/params.rb +0 -0
  55. data/lib/rfix/commands/helper/rubocop.rb +17 -0
  56. data/lib/rfix/commands/info.rb +30 -0
  57. data/lib/rfix/commands/lint.rb +23 -0
  58. data/lib/rfix/commands/local.rb +12 -0
  59. data/lib/rfix/commands/origin.rb +19 -0
  60. data/lib/rfix/commands/setup.rb +29 -0
  61. data/lib/rfix/commands/welcome.rb +24 -0
  62. data/lib/rfix/deleted.rb +13 -0
  63. data/lib/rfix/error.rb +2 -0
  64. data/lib/rfix/extensions/extensions.rb +18 -0
  65. data/lib/rfix/extensions/offense.rb +78 -0
  66. data/lib/rfix/extensions/string.rb +8 -0
  67. data/lib/rfix/file.rb +46 -0
  68. data/lib/rfix/file_cache.rb +59 -0
  69. data/lib/rfix/formatter.rb +38 -34
  70. data/lib/rfix/git_helper.rb +34 -3
  71. data/lib/rfix/log.rb +105 -6
  72. data/lib/rfix/no_file.rb +13 -0
  73. data/lib/rfix/rake/paths.rb +50 -0
  74. data/lib/rfix/rake/support.rb +75 -0
  75. data/lib/rfix/repository.rb +201 -0
  76. data/lib/rfix/rfix.rb +9 -96
  77. data/lib/rfix/tracked.rb +76 -0
  78. data/lib/rfix/tracked_file.rb +1 -1
  79. data/lib/rfix/untracked.rb +13 -0
  80. data/lib/rfix/version.rb +1 -1
  81. data/path.rb +7 -0
  82. data/resources/ps.png +0 -0
  83. data/rfix.gemspec +23 -12
  84. data/rugged.rb +206 -0
  85. data/tasks/bump.rake +11 -0
  86. data/tasks/bundle.rake +17 -0
  87. data/tasks/complex.rake +54 -0
  88. data/tasks/simple.rake +58 -0
  89. data/tasks/travis.rake +74 -0
  90. data/tasks/vendor.rake +34 -0
  91. metadata +226 -49
  92. data/lib/rfix/extensions.rb +0 -92
  93. data/lib/rfix/git_file.rb +0 -36
  94. data/lib/rfix/untracked_file.rb +0 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62646c9f16e2ab955a7a9991bdb352f746abc64fe40935748d1f46102a377a71
4
- data.tar.gz: 4887ecd7aa14ca41aa06905d3eb2213ee91a58b9e7578e7bb0a87d30331598f3
3
+ metadata.gz: 146c6ec27a43d207f55a8c52da5d59b7033414b6f3b8219b79842b7ebdc0ff56
4
+ data.tar.gz: 56270507f4346f5a2b6747dcaca7e2f9376b578edef1673a6cbdb5a9cedd21ae
5
5
  SHA512:
6
- metadata.gz: acac0bbc26cda8e39742b91abde14386c0d6cb8f252aa7de3de65c69421f93c3db4ffb3026c6763f3328f901ba148451c7c3ee1fb71ca7548d09922f0e5c9b41
7
- data.tar.gz: b65b8dde72ab2ad7796a402d60ac2e351009adab266509797e71654129bcd7577edf821ef15bd5b6b065defaf6284a8cf7b827e975f9314146cf68772ff68a5b
6
+ metadata.gz: 5ca98082f6aabcc6475f4ca2688e67d8accbc6716f2c35ee709638e752632605d840f39243cc4aba65562f114769cec7336efe9b27d15d58358b10ba461279d1
7
+ data.tar.gz: 43b809200c5cba10cda32528aad9b79ea03a61ce63c5b1bcf4895215747be373ff24351e3d5ab6c8ab249b58b453d709ec55e594720414072395c68c961a06a5
data/.gitignore CHANGED
@@ -16,3 +16,28 @@ vendor/*
16
16
  tmp/*
17
17
  .rspec_status
18
18
  pkg/*.gem
19
+ bin/_guard-core
20
+ bin/aruba
21
+ bin/coderay
22
+ bin/cucumber
23
+ bin/cucumber-html-formatter
24
+ bin/gherkin
25
+ bin/gherkin-ruby
26
+ bin/git-fame
27
+ bin/htmldiff
28
+ bin/ldiff
29
+ bin/listen
30
+ bin/protoc-gen-ruby
31
+ bin/pry
32
+ bin/rougify
33
+ bin/rpc_server
34
+ bin/rubocop
35
+ bin/ruby-parse
36
+ bin/ruby-rewrite
37
+ bin/thor
38
+ ci/vendor/
39
+ git
40
+
41
+ spec/fixtures/complex.bundle
42
+ spec/fixtures/simple.bundle
43
+ spec/support/g.rb
data/.rspec CHANGED
@@ -1,3 +1,2 @@
1
1
  --color
2
2
  --require spec_helper
3
- --format doc
@@ -1,30 +1,10 @@
1
1
  AllCops:
2
2
  Exclude:
3
- - 'Rakefile'
4
- - 'Gemfile'
3
+ - 'ci/*'
5
4
  - 'bin/*'
6
5
  - 'vendor/bundle/**/*'
7
- - 'db/**/*'
8
6
  - 'node_modules/**/*'
9
- - 'spec/rails_helper.rb'
10
- - 'lib/tasks/*'
11
-
12
- Layout/LineLength:
13
- Max: 120
14
- Exclude:
15
- - 'config/**/*'
16
-
17
- Metrics/BlockLength:
18
- Exclude:
19
- - 'config/**/*'
20
- - 'spec/**/*'
21
- - 'lib/tasks/*'
22
- - 'lib/capistrano/**/*'
23
-
24
- Metrics/ClassLength:
25
- Max: 150
26
- Exclude:
27
- - 'config/**/*'
7
+ - 'spec/fixtures/**'
28
8
 
29
9
  Metrics/MethodLength:
30
10
  Enabled: false
@@ -38,15 +18,6 @@ Style/Documentation:
38
18
  Style/FrozenStringLiteralComment:
39
19
  Enabled: false
40
20
 
41
- Style/HashEachMethods:
42
- Enabled: true
43
-
44
- Style/HashTransformKeys:
45
- Enabled: true
46
-
47
- Style/HashTransformValues:
48
- Enabled: true
49
-
50
21
  Style/NumericLiterals:
51
22
  Enabled: false
52
23
 
@@ -66,3 +37,51 @@ Style/AsciiComments:
66
37
  Enabled: false
67
38
  Style/ConditionalAssignment:
68
39
  EnforcedStyle: assign_inside_condition
40
+ Lint/AmbiguousBlockAssociation:
41
+ Enabled: false
42
+ Style/Semicolon:
43
+ Enabled: false
44
+ Style/StructInheritance:
45
+ Enabled: false
46
+ Style/IfUnlessModifier:
47
+ Enabled: false
48
+ Layout/LineLength:
49
+ Enabled: false
50
+ Style/SymbolArray:
51
+ EnforcedStyle: brackets
52
+
53
+ Style/RedundantReturn:
54
+ Enabled: false
55
+ Style/EmptyLiteral:
56
+ Enabled: false
57
+
58
+ # TODOs
59
+ Metrics/BlockLength:
60
+ Enabled: false
61
+ Metrics/ClassLength:
62
+ Enabled: false
63
+ Style/MixinUsage:
64
+ Enabled: false
65
+ Naming/AccessorMethodName:
66
+ Enabled: false
67
+ Security/Eval:
68
+ Enabled: false
69
+ Style/OptionalArguments:
70
+ Enabled: false
71
+ Metrics/PerceivedComplexity:
72
+ Enabled: false
73
+ Metrics/ParameterLists:
74
+ Enabled: false
75
+ Metrics/CyclomaticComplexity:
76
+ Enabled: false
77
+ Style/FormatStringToken:
78
+ Enabled: false
79
+ Style/StderrPuts:
80
+ Enabled: false
81
+
82
+
83
+ Layout/ParameterAlignment:
84
+ EnforcedStyle: with_fixed_indentation
85
+ Layout/HashAlignment:
86
+ Enabled: false
87
+ EnforcedColonStyle: key
@@ -7,7 +7,6 @@ os:
7
7
  - osx
8
8
  - linux
9
9
  gemfile:
10
- - Gemfile
11
10
  - ci/Gemfile.rubocop-0.80
12
11
  - ci/Gemfile.rubocop-0.81
13
12
  - ci/Gemfile.rubocop-0.82
@@ -17,17 +16,14 @@ gemfile:
17
16
  - ci/Gemfile.rubocop-0.85.1
18
17
  before_install:
19
18
  - yes | gem update --system --force
20
- - gem uninstall bundler
21
- - gem install bundler -v 2.1.4
22
- - bundle config git.allow_insecure true
23
19
  install:
24
20
  - bundle install
25
- - bundle exec rake setup
26
- - bundle exec rake git:config
21
+ - gem install colorize
22
+ - gem install rake
23
+ - rake travis:setup
27
24
  script:
28
- - bundle exec rake spec
29
- - bundle exec rake install
30
- - rfix info
25
+ - bundle exec rake travis:spec
26
+ - bundle exec rake travis:verify
31
27
  jobs:
32
28
  include:
33
29
  deploy:
data/Gemfile CHANGED
@@ -1,16 +1,2 @@
1
- # frozen_string_literal: true
2
-
3
- source 'https://rubygems.org'
4
- ruby '>= 2.5.0'
5
-
6
- gemspec
7
-
8
- gem 'aruba'
9
- gem 'pry'
10
- gem 'rake', '~> 12.0'
11
- gem 'rspec', '~> 3.0'
12
- gem 'guard', require: false
13
- gem 'guard-rspec', require: false
14
-
15
- gem 'cli-ui', github: 'Shopify/cli-ui', ref: 'ef976df676f4', require: false
16
- gem 'git_fame', github: 'oleander/git-fame-rb', ref: 'a9b9c25bbab1', require: false
1
+ eval_gemfile(File.join(__dir__, "Gemfile.base"))
2
+ gem "rubocop", "~> 0.85"
@@ -0,0 +1,14 @@
1
+ source "https://rubygems.org"
2
+
3
+
4
+ group :development do
5
+ gem "pry"
6
+ gem "colorize"
7
+ gem "faker"
8
+ gem "gem-release", require: false
9
+ gem "guard", require: false
10
+ gem "guard-rspec", require: false
11
+ gem "jsonpath"
12
+ end
13
+
14
+ gemspec path: __dir__
@@ -0,0 +1,172 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ rfix (1.0.20)
5
+ cri (~> 2.15.10)
6
+ listen (~> 3.0)
7
+ rainbow (~> 3.0)
8
+ rouge (~> 3.20)
9
+ rubocop (>= 0.80)
10
+ rugged (~> 1.0.0)
11
+
12
+ GEM
13
+ remote: https://rubygems.org/
14
+ specs:
15
+ activesupport (6.0.3.2)
16
+ concurrent-ruby (~> 1.0, >= 1.0.2)
17
+ i18n (>= 0.7, < 2)
18
+ minitest (~> 5.1)
19
+ tzinfo (~> 1.1)
20
+ zeitwerk (~> 2.2, >= 2.2.2)
21
+ aruba (1.0.2)
22
+ childprocess (>= 2.0, < 5.0)
23
+ contracts (~> 0.16.0)
24
+ cucumber (>= 2.4, < 5.0)
25
+ ffi (~> 1.9)
26
+ rspec-expectations (~> 3.4)
27
+ thor (~> 1.0)
28
+ ast (2.4.1)
29
+ builder (3.2.4)
30
+ childprocess (4.0.0)
31
+ coderay (1.1.3)
32
+ colorize (0.8.1)
33
+ concurrent-ruby (1.1.6)
34
+ contracts (0.16.0)
35
+ cri (2.15.10)
36
+ cucumber (4.0.1)
37
+ builder (~> 3.2, >= 3.2.3)
38
+ cucumber-core (~> 7.0, >= 7.0.0)
39
+ cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
40
+ cucumber-gherkin (~> 13.0, >= 13.0.0)
41
+ cucumber-html-formatter (~> 6.0, >= 6.0.1)
42
+ cucumber-messages (~> 12.1, >= 12.1.1)
43
+ cucumber-wire (~> 3.0, >= 3.0.0)
44
+ diff-lcs (~> 1.3, >= 1.3, < 1.4)
45
+ multi_test (~> 0.1, >= 0.1.2)
46
+ sys-uname (~> 1.0, >= 1.0.2)
47
+ cucumber-core (7.0.0)
48
+ cucumber-gherkin (~> 13.0, >= 13.0.0)
49
+ cucumber-messages (~> 12.1, >= 12.1.1)
50
+ cucumber-tag-expressions (~> 2.0, >= 2.0.4)
51
+ cucumber-cucumber-expressions (10.2.1)
52
+ cucumber-gherkin (13.0.0)
53
+ cucumber-messages (~> 12.0, >= 12.0.0)
54
+ cucumber-html-formatter (6.0.3)
55
+ cucumber-messages (~> 12.1, >= 12.1.1)
56
+ cucumber-messages (12.2.0)
57
+ protobuf-cucumber (~> 3.10, >= 3.10.8)
58
+ cucumber-tag-expressions (2.0.4)
59
+ cucumber-wire (3.0.0)
60
+ cucumber-core (~> 7.0, >= 7.0.0)
61
+ cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
62
+ cucumber-messages (~> 12.1, >= 12.1.1)
63
+ diff-lcs (1.3)
64
+ faker (2.13.0)
65
+ i18n (>= 1.6, < 2)
66
+ ffi (1.13.1)
67
+ formatador (0.2.5)
68
+ gem-release (2.1.1)
69
+ git (1.7.0)
70
+ rchardet (~> 1.8)
71
+ guard (2.16.2)
72
+ formatador (>= 0.2.4)
73
+ listen (>= 2.7, < 4.0)
74
+ lumberjack (>= 1.0.12, < 2.0)
75
+ nenv (~> 0.1)
76
+ notiffany (~> 0.0)
77
+ pry (>= 0.9.12)
78
+ shellany (~> 0.0)
79
+ thor (>= 0.18.1)
80
+ guard-compat (1.2.1)
81
+ guard-rspec (4.7.3)
82
+ guard (~> 2.1)
83
+ guard-compat (~> 1.1)
84
+ rspec (>= 2.99.0, < 4.0)
85
+ i18n (1.8.3)
86
+ concurrent-ruby (~> 1.0)
87
+ listen (3.2.1)
88
+ rb-fsevent (~> 0.10, >= 0.10.3)
89
+ rb-inotify (~> 0.9, >= 0.9.10)
90
+ lumberjack (1.2.6)
91
+ method_source (1.0.0)
92
+ middleware (0.1.0)
93
+ minitest (5.14.1)
94
+ multi_test (0.1.2)
95
+ nenv (0.3.0)
96
+ notiffany (0.1.3)
97
+ nenv (~> 0.1)
98
+ shellany (~> 0.0)
99
+ parallel (1.19.2)
100
+ parser (2.7.1.4)
101
+ ast (~> 2.4.1)
102
+ protobuf-cucumber (3.10.8)
103
+ activesupport (>= 3.2)
104
+ middleware
105
+ thor
106
+ thread_safe
107
+ pry (0.13.1)
108
+ coderay (~> 1.1)
109
+ method_source (~> 1.0)
110
+ rainbow (3.0.0)
111
+ rake (12.3.3)
112
+ rb-fsevent (0.10.4)
113
+ rb-inotify (0.10.1)
114
+ ffi (~> 1.0)
115
+ rchardet (1.8.0)
116
+ regexp_parser (1.7.1)
117
+ rexml (3.2.4)
118
+ rouge (3.20.0)
119
+ rspec (3.9.0)
120
+ rspec-core (~> 3.9.0)
121
+ rspec-expectations (~> 3.9.0)
122
+ rspec-mocks (~> 3.9.0)
123
+ rspec-core (3.9.2)
124
+ rspec-support (~> 3.9.3)
125
+ rspec-expectations (3.9.2)
126
+ diff-lcs (>= 1.2.0, < 2.0)
127
+ rspec-support (~> 3.9.0)
128
+ rspec-mocks (3.9.1)
129
+ diff-lcs (>= 1.2.0, < 2.0)
130
+ rspec-support (~> 3.9.0)
131
+ rspec-support (3.9.3)
132
+ rubocop (0.86.0)
133
+ parallel (~> 1.10)
134
+ parser (>= 2.7.0.1)
135
+ rainbow (>= 2.2.2, < 4.0)
136
+ regexp_parser (>= 1.7)
137
+ rexml
138
+ rubocop-ast (>= 0.0.3, < 1.0)
139
+ ruby-progressbar (~> 1.7)
140
+ unicode-display_width (>= 1.4.0, < 2.0)
141
+ rubocop-ast (0.1.0)
142
+ parser (>= 2.7.0.1)
143
+ ruby-progressbar (1.10.1)
144
+ rugged (1.0.1)
145
+ shellany (0.0.1)
146
+ sys-uname (1.2.1)
147
+ ffi (>= 1.0.0)
148
+ thor (1.0.1)
149
+ thread_safe (0.3.6)
150
+ tzinfo (1.2.7)
151
+ thread_safe (~> 0.1)
152
+ unicode-display_width (1.7.0)
153
+ zeitwerk (2.3.0)
154
+
155
+ PLATFORMS
156
+ ruby
157
+
158
+ DEPENDENCIES
159
+ aruba (~> 1.0)
160
+ colorize
161
+ faker
162
+ gem-release
163
+ git (~> 1.7.0)
164
+ guard
165
+ guard-rspec
166
+ pry
167
+ rake (~> 12.3)
168
+ rfix!
169
+ rspec (~> 3.0)
170
+
171
+ BUNDLED WITH
172
+ 2.1.4
@@ -1,42 +1,25 @@
1
- GIT
2
- remote: https://github.com/Shopify/cli-ui.git
3
- revision: ef976df676f43a80b47249ac2390d5f12b2293d1
4
- ref: ef976df676f4
5
- specs:
6
- cli-ui (1.3.0)
7
-
8
- GIT
9
- remote: https://github.com/oleander/git-fame-rb.git
10
- revision: a9b9c25bbab197feaee00f9a5c970998e76f636c
11
- ref: a9b9c25bbab1
12
- specs:
13
- git_fame (2.5.3)
14
- hirb (~> 0.7.3)
15
- memoist (~> 0.14.0)
16
- method_profiler (~> 2.0.1)
17
- progressbar (~> 0.21.0)
18
- scrub_rb (~> 1.0.1)
19
- trollop (~> 2.1.2)
20
-
21
1
  PATH
22
2
  remote: .
23
3
  specs:
24
- rfix (1.0.7)
4
+ rfix (1.1.0)
5
+ cri (~> 2.15.10)
6
+ listen (~> 3.0)
25
7
  rainbow (~> 3.0)
26
8
  rouge (~> 3.20)
27
- rubocop (~> 0.80)
9
+ rubocop (>= 0.80)
10
+ rugged (~> 1.0.0)
28
11
 
29
12
  GEM
30
13
  remote: https://rubygems.org/
31
14
  specs:
32
- activesupport (6.0.3.1)
15
+ activesupport (6.0.3.2)
33
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
34
17
  i18n (>= 0.7, < 2)
35
18
  minitest (~> 5.1)
36
19
  tzinfo (~> 1.1)
37
20
  zeitwerk (~> 2.2, >= 2.2.2)
38
- aruba (1.0.1)
39
- childprocess (~> 3.0)
21
+ aruba (1.0.2)
22
+ childprocess (>= 2.0, < 5.0)
40
23
  contracts (~> 0.16.0)
41
24
  cucumber (>= 2.4, < 5.0)
42
25
  ffi (~> 1.9)
@@ -44,11 +27,13 @@ GEM
44
27
  thor (~> 1.0)
45
28
  ast (2.4.1)
46
29
  builder (3.2.4)
47
- childprocess (3.0.0)
30
+ childprocess (4.0.0)
48
31
  coderay (1.1.3)
32
+ colorize (0.8.1)
49
33
  concurrent-ruby (1.1.6)
50
34
  contracts (0.16.0)
51
- cucumber (4.0.0)
35
+ cri (2.15.10)
36
+ cucumber (4.0.1)
52
37
  builder (~> 3.2, >= 3.2.3)
53
38
  cucumber-core (~> 7.0, >= 7.0.0)
54
39
  cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
@@ -56,14 +41,14 @@ GEM
56
41
  cucumber-html-formatter (~> 6.0, >= 6.0.1)
57
42
  cucumber-messages (~> 12.1, >= 12.1.1)
58
43
  cucumber-wire (~> 3.0, >= 3.0.0)
59
- diff-lcs (~> 1.3, >= 1.3)
44
+ diff-lcs (~> 1.3, >= 1.3, < 1.4)
60
45
  multi_test (~> 0.1, >= 0.1.2)
61
46
  sys-uname (~> 1.0, >= 1.0.2)
62
47
  cucumber-core (7.0.0)
63
48
  cucumber-gherkin (~> 13.0, >= 13.0.0)
64
49
  cucumber-messages (~> 12.1, >= 12.1.1)
65
50
  cucumber-tag-expressions (~> 2.0, >= 2.0.4)
66
- cucumber-cucumber-expressions (10.2.0)
51
+ cucumber-cucumber-expressions (10.2.1)
67
52
  cucumber-gherkin (13.0.0)
68
53
  cucumber-messages (~> 12.0, >= 12.0.0)
69
54
  cucumber-html-formatter (6.0.3)
@@ -76,8 +61,13 @@ GEM
76
61
  cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
77
62
  cucumber-messages (~> 12.1, >= 12.1.1)
78
63
  diff-lcs (1.3)
64
+ faker (2.13.0)
65
+ i18n (>= 1.6, < 2)
79
66
  ffi (1.13.1)
80
67
  formatador (0.2.5)
68
+ gem-release (2.1.1)
69
+ git (1.7.0)
70
+ rchardet (~> 1.8)
81
71
  guard (2.16.2)
82
72
  formatador (>= 0.2.4)
83
73
  listen (>= 2.7, < 4.0)
@@ -92,28 +82,27 @@ GEM
92
82
  guard (~> 2.1)
93
83
  guard-compat (~> 1.1)
94
84
  rspec (>= 2.99.0, < 4.0)
95
- hirb (0.7.3)
96
85
  i18n (1.8.3)
97
86
  concurrent-ruby (~> 1.0)
87
+ jsonpath (1.0.5)
88
+ multi_json
89
+ to_regexp (~> 0.2.1)
98
90
  listen (3.2.1)
99
91
  rb-fsevent (~> 0.10, >= 0.10.3)
100
92
  rb-inotify (~> 0.9, >= 0.9.10)
101
- lumberjack (1.2.5)
102
- memoist (0.14.0)
103
- method_profiler (2.0.1)
104
- hirb (>= 0.6.0)
93
+ lumberjack (1.2.6)
105
94
  method_source (1.0.0)
106
95
  middleware (0.1.0)
107
96
  minitest (5.14.1)
97
+ multi_json (1.14.1)
108
98
  multi_test (0.1.2)
109
99
  nenv (0.3.0)
110
100
  notiffany (0.1.3)
111
101
  nenv (~> 0.1)
112
102
  shellany (~> 0.0)
113
103
  parallel (1.19.2)
114
- parser (2.7.1.3)
115
- ast (~> 2.4.0)
116
- progressbar (0.21.0)
104
+ parser (2.7.1.4)
105
+ ast (~> 2.4.1)
117
106
  protobuf-cucumber (3.10.8)
118
107
  activesupport (>= 3.2)
119
108
  middleware
@@ -127,9 +116,10 @@ GEM
127
116
  rb-fsevent (0.10.4)
128
117
  rb-inotify (0.10.1)
129
118
  ffi (~> 1.0)
119
+ rchardet (1.8.0)
130
120
  regexp_parser (1.7.1)
131
121
  rexml (3.2.4)
132
- rouge (3.20.0)
122
+ rouge (3.21.0)
133
123
  rspec (3.9.0)
134
124
  rspec-core (~> 3.9.0)
135
125
  rspec-expectations (~> 3.9.0)
@@ -143,25 +133,25 @@ GEM
143
133
  diff-lcs (>= 1.2.0, < 2.0)
144
134
  rspec-support (~> 3.9.0)
145
135
  rspec-support (3.9.3)
146
- rubocop (0.85.1)
136
+ rubocop (0.86.0)
147
137
  parallel (~> 1.10)
148
138
  parser (>= 2.7.0.1)
149
139
  rainbow (>= 2.2.2, < 4.0)
150
140
  regexp_parser (>= 1.7)
151
141
  rexml
152
- rubocop-ast (>= 0.0.3)
142
+ rubocop-ast (>= 0.0.3, < 1.0)
153
143
  ruby-progressbar (~> 1.7)
154
144
  unicode-display_width (>= 1.4.0, < 2.0)
155
145
  rubocop-ast (0.0.3)
156
146
  parser (>= 2.7.0.1)
157
147
  ruby-progressbar (1.10.1)
158
- scrub_rb (1.0.1)
148
+ rugged (1.0.1)
159
149
  shellany (0.0.1)
160
150
  sys-uname (1.2.1)
161
151
  ffi (>= 1.0.0)
162
152
  thor (1.0.1)
163
153
  thread_safe (0.3.6)
164
- trollop (2.1.3)
154
+ to_regexp (0.2.1)
165
155
  tzinfo (1.2.7)
166
156
  thread_safe (~> 0.1)
167
157
  unicode-display_width (1.7.0)
@@ -171,18 +161,19 @@ PLATFORMS
171
161
  ruby
172
162
 
173
163
  DEPENDENCIES
174
- aruba
175
- cli-ui!
176
- git_fame!
164
+ aruba (~> 1.0)
165
+ colorize
166
+ faker
167
+ gem-release
168
+ git (~> 1.7.0)
177
169
  guard
178
170
  guard-rspec
171
+ jsonpath
179
172
  pry
180
- rake (~> 12.0)
173
+ rake (~> 12.3)
181
174
  rfix!
182
175
  rspec (~> 3.0)
183
-
184
- RUBY VERSION
185
- ruby 2.5.0p0
176
+ rubocop (~> 0.85)
186
177
 
187
178
  BUNDLED WITH
188
179
  2.1.4