fluid_cli 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/fluid_cli/api.rb +9 -3
- data/lib/fluid_cli/http_request.rb +7 -1
- data/lib/fluid_cli/theme/syncer.rb +93 -13
- data/lib/fluid_cli/version.rb +1 -1
- data/lib/fluid_cli.rb +1 -0
- metadata +16 -97
- data/vendor/deps/listen/.github/release-drafter.yml +0 -17
- data/vendor/deps/listen/.github/workflows/development.yml +0 -67
- data/vendor/deps/listen/.github/workflows/push.yml +0 -12
- data/vendor/deps/listen/.gitignore +0 -28
- data/vendor/deps/listen/.rspec +0 -3
- data/vendor/deps/listen/.rubocop.yml +0 -283
- data/vendor/deps/listen/.yardopts +0 -11
- data/vendor/deps/listen/CHANGELOG.md +0 -1
- data/vendor/deps/listen/CONTRIBUTING.md +0 -45
- data/vendor/deps/listen/Gemfile +0 -33
- data/vendor/deps/listen/Guardfile +0 -26
- data/vendor/deps/listen/LICENSE.txt +0 -22
- data/vendor/deps/listen/README.md +0 -490
- data/vendor/deps/listen/Rakefile +0 -154
- data/vendor/deps/listen/bin/listen +0 -11
- data/vendor/deps/listen/lib/listen/adapter/base.rb +0 -129
- data/vendor/deps/listen/lib/listen/adapter/bsd.rb +0 -104
- data/vendor/deps/listen/lib/listen/adapter/config.rb +0 -31
- data/vendor/deps/listen/lib/listen/adapter/darwin.rb +0 -77
- data/vendor/deps/listen/lib/listen/adapter/linux.rb +0 -108
- data/vendor/deps/listen/lib/listen/adapter/polling.rb +0 -40
- data/vendor/deps/listen/lib/listen/adapter/windows.rb +0 -96
- data/vendor/deps/listen/lib/listen/adapter.rb +0 -43
- data/vendor/deps/listen/lib/listen/backend.rb +0 -40
- data/vendor/deps/listen/lib/listen/change.rb +0 -69
- data/vendor/deps/listen/lib/listen/cli.rb +0 -65
- data/vendor/deps/listen/lib/listen/directory.rb +0 -93
- data/vendor/deps/listen/lib/listen/error.rb +0 -11
- data/vendor/deps/listen/lib/listen/event/config.rb +0 -39
- data/vendor/deps/listen/lib/listen/event/loop.rb +0 -92
- data/vendor/deps/listen/lib/listen/event/processor.rb +0 -128
- data/vendor/deps/listen/lib/listen/event/queue.rb +0 -52
- data/vendor/deps/listen/lib/listen/file.rb +0 -95
- data/vendor/deps/listen/lib/listen/fsm.rb +0 -131
- data/vendor/deps/listen/lib/listen/listener/config.rb +0 -41
- data/vendor/deps/listen/lib/listen/listener.rb +0 -136
- data/vendor/deps/listen/lib/listen/logger.rb +0 -65
- data/vendor/deps/listen/lib/listen/monotonic_time.rb +0 -27
- data/vendor/deps/listen/lib/listen/options.rb +0 -24
- data/vendor/deps/listen/lib/listen/queue_optimizer.rb +0 -129
- data/vendor/deps/listen/lib/listen/record/entry.rb +0 -66
- data/vendor/deps/listen/lib/listen/record/symlink_detector.rb +0 -47
- data/vendor/deps/listen/lib/listen/record.rb +0 -122
- data/vendor/deps/listen/lib/listen/silencer/controller.rb +0 -50
- data/vendor/deps/listen/lib/listen/silencer.rb +0 -106
- data/vendor/deps/listen/lib/listen/thread.rb +0 -54
- data/vendor/deps/listen/lib/listen/version.rb +0 -5
- data/vendor/deps/listen/lib/listen.rb +0 -47
- data/vendor/deps/listen/listen.gemspec +0 -40
- data/vendor/deps/listen/spec/acceptance/listen_spec.rb +0 -320
- data/vendor/deps/listen/spec/lib/listen/adapter/base_spec.rb +0 -101
- data/vendor/deps/listen/spec/lib/listen/adapter/bsd_spec.rb +0 -13
- data/vendor/deps/listen/spec/lib/listen/adapter/config_spec.rb +0 -122
- data/vendor/deps/listen/spec/lib/listen/adapter/darwin_spec.rb +0 -82
- data/vendor/deps/listen/spec/lib/listen/adapter/linux_spec.rb +0 -199
- data/vendor/deps/listen/spec/lib/listen/adapter/polling_spec.rb +0 -83
- data/vendor/deps/listen/spec/lib/listen/adapter/windows_spec.rb +0 -13
- data/vendor/deps/listen/spec/lib/listen/adapter_spec.rb +0 -69
- data/vendor/deps/listen/spec/lib/listen/backend_spec.rb +0 -82
- data/vendor/deps/listen/spec/lib/listen/change_spec.rb +0 -102
- data/vendor/deps/listen/spec/lib/listen/cli_spec.rb +0 -116
- data/vendor/deps/listen/spec/lib/listen/directory_spec.rb +0 -284
- data/vendor/deps/listen/spec/lib/listen/event/config_spec.rb +0 -33
- data/vendor/deps/listen/spec/lib/listen/event/loop_spec.rb +0 -118
- data/vendor/deps/listen/spec/lib/listen/event/processor_spec.rb +0 -250
- data/vendor/deps/listen/spec/lib/listen/event/queue_spec.rb +0 -118
- data/vendor/deps/listen/spec/lib/listen/file_spec.rb +0 -254
- data/vendor/deps/listen/spec/lib/listen/fsm_spec.rb +0 -147
- data/vendor/deps/listen/spec/lib/listen/listener/config_spec.rb +0 -29
- data/vendor/deps/listen/spec/lib/listen/listener_spec.rb +0 -321
- data/vendor/deps/listen/spec/lib/listen/logger_spec.rb +0 -212
- data/vendor/deps/listen/spec/lib/listen/monotonic_time_spec.rb +0 -58
- data/vendor/deps/listen/spec/lib/listen/queue_optimizer_spec.rb +0 -111
- data/vendor/deps/listen/spec/lib/listen/record_spec.rb +0 -424
- data/vendor/deps/listen/spec/lib/listen/silencer/controller_spec.rb +0 -97
- data/vendor/deps/listen/spec/lib/listen/silencer_spec.rb +0 -109
- data/vendor/deps/listen/spec/lib/listen/thread_spec.rb +0 -133
- data/vendor/deps/listen/spec/lib/listen_spec.rb +0 -25
- data/vendor/deps/listen/spec/spec_helper.rb +0 -49
- data/vendor/deps/listen/spec/support/acceptance_helper.rb +0 -260
- data/vendor/deps/listen/spec/support/fixtures_helper.rb +0 -32
- data/vendor/deps/listen/spec/support/platform_helper.rb +0 -17
- data/vendor/deps/observer/.github/dependabot.yml +0 -6
- data/vendor/deps/observer/.github/workflows/test.yml +0 -33
- data/vendor/deps/observer/.gitignore +0 -8
- data/vendor/deps/observer/BSDL +0 -22
- data/vendor/deps/observer/COPYING +0 -56
- data/vendor/deps/observer/Gemfile +0 -9
- data/vendor/deps/observer/README.md +0 -139
- data/vendor/deps/observer/Rakefile +0 -10
- data/vendor/deps/observer/bin/console +0 -14
- data/vendor/deps/observer/bin/setup +0 -8
- data/vendor/deps/observer/lib/observer.rb +0 -229
- data/vendor/deps/observer/observer.gemspec +0 -32
- data/vendor/deps/observer/test/test_observer.rb +0 -66
|
@@ -1,283 +0,0 @@
|
|
|
1
|
-
AllCops:
|
|
2
|
-
TargetRubyVersion: 3.0.4
|
|
3
|
-
Exclude:
|
|
4
|
-
- Gemfile
|
|
5
|
-
- Guardfile
|
|
6
|
-
- Rakefile
|
|
7
|
-
- vendor/**/*
|
|
8
|
-
UseCache: false
|
|
9
|
-
|
|
10
|
-
Layout/AccessModifierIndentation:
|
|
11
|
-
IndentationWidth: 2
|
|
12
|
-
Layout/BeginEndAlignment:
|
|
13
|
-
Enabled: true
|
|
14
|
-
Layout/DotPosition:
|
|
15
|
-
Enabled: true
|
|
16
|
-
EnforcedStyle: trailing
|
|
17
|
-
Layout/EmptyLineAfterGuardClause:
|
|
18
|
-
Enabled: false
|
|
19
|
-
Layout/EmptyLinesAroundAttributeAccessor:
|
|
20
|
-
Enabled: true
|
|
21
|
-
Layout/EndAlignment:
|
|
22
|
-
EnforcedStyleAlignWith: variable
|
|
23
|
-
Layout/HashAlignment:
|
|
24
|
-
Enabled: false
|
|
25
|
-
Layout/HeredocIndentation:
|
|
26
|
-
Enabled: true
|
|
27
|
-
Layout/LineLength:
|
|
28
|
-
Max: 150
|
|
29
|
-
Layout/MultilineMethodCallBraceLayout:
|
|
30
|
-
Enabled: false
|
|
31
|
-
Layout/MultilineMethodCallIndentation:
|
|
32
|
-
EnforcedStyle: indented
|
|
33
|
-
Layout/SpaceAroundMethodCallOperator:
|
|
34
|
-
Enabled: true
|
|
35
|
-
Layout/SpaceInsideBlockBraces:
|
|
36
|
-
EnforcedStyleForEmptyBraces: space
|
|
37
|
-
Lint/AmbiguousBlockAssociation:
|
|
38
|
-
Enabled: false
|
|
39
|
-
Lint/AmbiguousRegexpLiteral:
|
|
40
|
-
Enabled: false
|
|
41
|
-
Lint/AssignmentInCondition:
|
|
42
|
-
Enabled: true
|
|
43
|
-
AllowSafeAssignment: true
|
|
44
|
-
Lint/BinaryOperatorWithIdenticalOperands:
|
|
45
|
-
Enabled: true
|
|
46
|
-
Lint/ConstantDefinitionInBlock:
|
|
47
|
-
Enabled: true
|
|
48
|
-
Exclude:
|
|
49
|
-
- "**/*_spec.rb"
|
|
50
|
-
Lint/DeprecatedOpenSSLConstant:
|
|
51
|
-
Enabled: true
|
|
52
|
-
Lint/DuplicateElsifCondition:
|
|
53
|
-
Enabled: true
|
|
54
|
-
Lint/DuplicateRequire:
|
|
55
|
-
Enabled: true
|
|
56
|
-
Lint/DuplicateRescueException:
|
|
57
|
-
Enabled: true
|
|
58
|
-
Lint/EmptyConditionalBody:
|
|
59
|
-
Enabled: true
|
|
60
|
-
Lint/EmptyFile:
|
|
61
|
-
Enabled: true
|
|
62
|
-
Lint/EmptyWhen:
|
|
63
|
-
Enabled: false
|
|
64
|
-
Lint/FloatComparison:
|
|
65
|
-
Enabled: true
|
|
66
|
-
Lint/IdentityComparison:
|
|
67
|
-
Enabled: true
|
|
68
|
-
Lint/LiteralInInterpolation:
|
|
69
|
-
Enabled: false
|
|
70
|
-
Lint/MissingSuper:
|
|
71
|
-
Enabled: true
|
|
72
|
-
Lint/MixedRegexpCaptureTypes:
|
|
73
|
-
Enabled: false
|
|
74
|
-
Lint/OutOfRangeRegexpRef:
|
|
75
|
-
Enabled: true
|
|
76
|
-
Lint/RaiseException:
|
|
77
|
-
Enabled: true
|
|
78
|
-
Lint/RedundantRequireStatement:
|
|
79
|
-
Enabled: false
|
|
80
|
-
Lint/SelfAssignment:
|
|
81
|
-
Enabled: true
|
|
82
|
-
Lint/StructNewOverride:
|
|
83
|
-
Enabled: true
|
|
84
|
-
Lint/SuppressedException:
|
|
85
|
-
Enabled: false
|
|
86
|
-
Lint/TopLevelReturnWithArgument:
|
|
87
|
-
Enabled: true
|
|
88
|
-
Lint/TrailingCommaInAttributeDeclaration:
|
|
89
|
-
Enabled: true
|
|
90
|
-
Lint/UnreachableLoop:
|
|
91
|
-
Enabled: true
|
|
92
|
-
Lint/UselessMethodDefinition:
|
|
93
|
-
Enabled: true
|
|
94
|
-
Lint/UselessTimes:
|
|
95
|
-
Enabled: true
|
|
96
|
-
Metrics/AbcSize:
|
|
97
|
-
Enabled: false
|
|
98
|
-
Metrics/BlockLength:
|
|
99
|
-
Exclude:
|
|
100
|
-
- Rakefile
|
|
101
|
-
- "**/*.rake"
|
|
102
|
-
- "**/*_test.rb"
|
|
103
|
-
- "**/*_spec.rb"
|
|
104
|
-
Metrics/CyclomaticComplexity:
|
|
105
|
-
Max: 10
|
|
106
|
-
Metrics/MethodLength:
|
|
107
|
-
Max: 15
|
|
108
|
-
Metrics/ModuleLength:
|
|
109
|
-
CountComments: false
|
|
110
|
-
Max: 200
|
|
111
|
-
Enabled: true
|
|
112
|
-
Metrics/ParameterLists:
|
|
113
|
-
Enabled: true
|
|
114
|
-
Max: 6
|
|
115
|
-
Metrics/PerceivedComplexity:
|
|
116
|
-
Max: 10
|
|
117
|
-
Naming/AccessorMethodName:
|
|
118
|
-
Enabled: false
|
|
119
|
-
Naming/FileName:
|
|
120
|
-
Enabled: false
|
|
121
|
-
Exclude: []
|
|
122
|
-
Naming/HeredocDelimiterNaming:
|
|
123
|
-
Enabled: false
|
|
124
|
-
Naming/PredicatePrefix:
|
|
125
|
-
Enabled: true
|
|
126
|
-
NamePrefix:
|
|
127
|
-
- is_
|
|
128
|
-
- has_
|
|
129
|
-
- have_
|
|
130
|
-
ForbiddenPrefixes:
|
|
131
|
-
- is_
|
|
132
|
-
Exclude:
|
|
133
|
-
- spec/**/*
|
|
134
|
-
Naming/RescuedExceptionsVariableName:
|
|
135
|
-
Enabled: false
|
|
136
|
-
Naming/VariableNumber:
|
|
137
|
-
Enabled: false
|
|
138
|
-
Style/AccessorGrouping:
|
|
139
|
-
Enabled: true
|
|
140
|
-
Style/Alias:
|
|
141
|
-
Enabled: false
|
|
142
|
-
Style/AndOr:
|
|
143
|
-
EnforcedStyle: conditionals
|
|
144
|
-
Style/ArrayCoercion:
|
|
145
|
-
Enabled: true
|
|
146
|
-
Style/BisectedAttrAccessor:
|
|
147
|
-
Enabled: true
|
|
148
|
-
Style/CaseLikeIf:
|
|
149
|
-
Enabled: true
|
|
150
|
-
Style/ClassAndModuleChildren:
|
|
151
|
-
Enabled: true
|
|
152
|
-
Style/CollectionMethods:
|
|
153
|
-
Enabled: true
|
|
154
|
-
PreferredMethods:
|
|
155
|
-
collect: map
|
|
156
|
-
collect!: map!
|
|
157
|
-
inject: reduce
|
|
158
|
-
detect: find
|
|
159
|
-
find_all: select
|
|
160
|
-
length: size
|
|
161
|
-
Style/CombinableLoops:
|
|
162
|
-
Enabled: true
|
|
163
|
-
Style/CommentedKeyword:
|
|
164
|
-
Enabled: false
|
|
165
|
-
Style/Documentation:
|
|
166
|
-
Enabled: false
|
|
167
|
-
Style/DoubleNegation:
|
|
168
|
-
Enabled: false
|
|
169
|
-
Style/EachWithObject:
|
|
170
|
-
Enabled: false
|
|
171
|
-
Style/EmptyMethod:
|
|
172
|
-
Enabled: false
|
|
173
|
-
Style/ExplicitBlockArgument:
|
|
174
|
-
Enabled: true
|
|
175
|
-
Style/ExponentialNotation:
|
|
176
|
-
Enabled: true
|
|
177
|
-
Style/FormatStringToken:
|
|
178
|
-
Enabled: false
|
|
179
|
-
Style/GlobalStdStream:
|
|
180
|
-
Enabled: false
|
|
181
|
-
Style/GuardClause:
|
|
182
|
-
Enabled: false
|
|
183
|
-
Style/HashAsLastArrayItem:
|
|
184
|
-
Enabled: true
|
|
185
|
-
Style/HashEachMethods:
|
|
186
|
-
Enabled: true
|
|
187
|
-
Style/HashLikeCase:
|
|
188
|
-
Enabled: true
|
|
189
|
-
Style/HashSyntax:
|
|
190
|
-
EnforcedStyle: ruby19_no_mixed_keys
|
|
191
|
-
Style/HashTransformKeys:
|
|
192
|
-
Enabled: true
|
|
193
|
-
Style/HashTransformValues:
|
|
194
|
-
Enabled: true
|
|
195
|
-
Style/IfUnlessModifier:
|
|
196
|
-
Enabled: false
|
|
197
|
-
Style/InlineComment:
|
|
198
|
-
Enabled: false
|
|
199
|
-
Style/KeywordParametersOrder:
|
|
200
|
-
Enabled: true
|
|
201
|
-
Style/Lambda:
|
|
202
|
-
Enabled: false
|
|
203
|
-
Style/MixinUsage:
|
|
204
|
-
Enabled: false
|
|
205
|
-
Style/ModuleFunction:
|
|
206
|
-
Enabled: false
|
|
207
|
-
Style/NegatedIf:
|
|
208
|
-
Enabled: false
|
|
209
|
-
Style/Next:
|
|
210
|
-
Enabled: false
|
|
211
|
-
Style/NumericLiteralPrefix:
|
|
212
|
-
Enabled: false
|
|
213
|
-
Style/NumericLiterals:
|
|
214
|
-
MinDigits: 9
|
|
215
|
-
Style/NumericPredicate:
|
|
216
|
-
Enabled: false
|
|
217
|
-
Style/OneLineConditional:
|
|
218
|
-
Enabled: false
|
|
219
|
-
Style/OptionalBooleanParameter:
|
|
220
|
-
Enabled: true
|
|
221
|
-
Style/ParallelAssignment:
|
|
222
|
-
Enabled: false
|
|
223
|
-
Style/PercentLiteralDelimiters:
|
|
224
|
-
Enabled: false
|
|
225
|
-
Style/PreferredHashMethods:
|
|
226
|
-
Enabled: false
|
|
227
|
-
Style/RaiseArgs:
|
|
228
|
-
Enabled: false
|
|
229
|
-
EnforcedStyle: exploded
|
|
230
|
-
Style/RedundantAssignment:
|
|
231
|
-
Enabled: true
|
|
232
|
-
Style/RedundantFetchBlock:
|
|
233
|
-
Enabled: true
|
|
234
|
-
Style/RedundantFileExtensionInRequire:
|
|
235
|
-
Enabled: true
|
|
236
|
-
Style/RedundantRegexpCharacterClass:
|
|
237
|
-
Enabled: true
|
|
238
|
-
Style/RedundantRegexpEscape:
|
|
239
|
-
Enabled: true
|
|
240
|
-
Style/RedundantSelfAssignment:
|
|
241
|
-
Enabled: true
|
|
242
|
-
Style/RegexpLiteral:
|
|
243
|
-
Enabled: false
|
|
244
|
-
Style/RescueStandardError:
|
|
245
|
-
Enabled: false
|
|
246
|
-
Style/Send:
|
|
247
|
-
Enabled: false
|
|
248
|
-
Style/SignalException:
|
|
249
|
-
Enabled: false
|
|
250
|
-
Style/SingleArgumentDig:
|
|
251
|
-
Enabled: true
|
|
252
|
-
Style/SingleLineBlockParams:
|
|
253
|
-
Enabled: false
|
|
254
|
-
Style/SingleLineMethods:
|
|
255
|
-
Enabled: false
|
|
256
|
-
AllowIfMethodIsEmpty: true
|
|
257
|
-
Style/SlicingWithRange:
|
|
258
|
-
Enabled: true
|
|
259
|
-
Style/SoleNestedConditional:
|
|
260
|
-
Enabled: true
|
|
261
|
-
Style/StringConcatenation:
|
|
262
|
-
Enabled: true
|
|
263
|
-
Style/StringLiterals:
|
|
264
|
-
Enabled: false
|
|
265
|
-
Style/StringLiteralsInInterpolation:
|
|
266
|
-
Enabled: true
|
|
267
|
-
EnforcedStyle: single_quotes
|
|
268
|
-
Style/SymbolArray:
|
|
269
|
-
Enabled: false
|
|
270
|
-
Style/TrailingCommaInArguments:
|
|
271
|
-
Enabled: false
|
|
272
|
-
Style/TrailingCommaInArrayLiteral:
|
|
273
|
-
Enabled: false
|
|
274
|
-
Style/TrailingCommaInHashLiteral:
|
|
275
|
-
Enabled: false
|
|
276
|
-
Style/TrailingUnderscoreVariable:
|
|
277
|
-
Enabled: false
|
|
278
|
-
Style/VariableInterpolation:
|
|
279
|
-
Enabled: false
|
|
280
|
-
Style/WhenThen:
|
|
281
|
-
Enabled: false
|
|
282
|
-
Style/WordArray:
|
|
283
|
-
Enabled: false
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Moved to [GitHub releases](https://github.com/guard/listen/releases) page.
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Contribute to Listen
|
|
2
|
-
===================
|
|
3
|
-
|
|
4
|
-
File an issue
|
|
5
|
-
-------------
|
|
6
|
-
|
|
7
|
-
If you haven't already, first see [TROUBLESHOOTING](https://github.com/guard/listen/blob/master/README.md#Issues-and-Troubleshooting) for known issues, solutions and workarounds.
|
|
8
|
-
|
|
9
|
-
You can report bugs and feature requests to [GitHub Issues](https://github.com/guard/listen/issues).
|
|
10
|
-
|
|
11
|
-
**Please don't ask question in the issue tracker**, instead ask them in our
|
|
12
|
-
[Google group](http://groups.google.com/group/guard-dev) or on `#guard` (irc.freenode.net).
|
|
13
|
-
|
|
14
|
-
Try to figure out where the issue belongs to: Is it an issue with Listen itself or with Guard?
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
**It's most likely that your bug gets resolved faster if you provide as much information as possible!**
|
|
18
|
-
|
|
19
|
-
The MOST useful information is debugging output from Listen (`LISTEN_GEM_DEBUGGING=1`) - see [TROUBLESHOOTING](https://github.com/guard/listen/blob/master/README.md#Issues-and-Troubleshooting) for details.
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
Development
|
|
23
|
-
-----------
|
|
24
|
-
|
|
25
|
-
* Documentation hosted at [RubyDoc](http://rubydoc.info/github/guard/listen/master/frames).
|
|
26
|
-
* Source hosted at [GitHub](https://github.com/guard/listen).
|
|
27
|
-
|
|
28
|
-
Pull requests are very welcome! Please try to follow these simple rules if applicable:
|
|
29
|
-
|
|
30
|
-
* Please create a topic branch for every separate change you make.
|
|
31
|
-
* Make sure your patches are well tested. All specs run with `rake spec` must pass.
|
|
32
|
-
* Update the [Yard](http://yardoc.org/) documentation.
|
|
33
|
-
* Update the [README](https://github.com/guard/listen/blob/master/README.md).
|
|
34
|
-
* Please **do not change** the version number.
|
|
35
|
-
|
|
36
|
-
The title of your PR will automatically be included in the release notes for the next version of the gem. A maintainer can add one of the following GitHub labels to the PR to automatically categorize it when the release notes are generated:
|
|
37
|
-
|
|
38
|
-
- ⚠️ Breaking
|
|
39
|
-
- ✨ Feature
|
|
40
|
-
- 🐛 Bug Fix
|
|
41
|
-
- 📚 Docs
|
|
42
|
-
- 🏠 Housekeeping
|
|
43
|
-
|
|
44
|
-
For questions please join us in our [Google group](http://groups.google.com/group/guard-dev) or on
|
|
45
|
-
`#guard` (irc.freenode.net).
|
data/vendor/deps/listen/Gemfile
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
source 'https://rubygems.org'
|
|
4
|
-
|
|
5
|
-
# Create this file to use pristine/installed version of Listen for development
|
|
6
|
-
use_installed = "./use_installed_guard"
|
|
7
|
-
if File.exist?(use_installed)
|
|
8
|
-
STDERR.puts "WARNING: using installed version of Listen for development" \
|
|
9
|
-
" (remove #{use_installed} file to use local version)"
|
|
10
|
-
else
|
|
11
|
-
gemspec development_group: :gem_build_tools
|
|
12
|
-
end
|
|
13
|
-
|
|
14
|
-
gem 'rb-kqueue', '>= 0.2'
|
|
15
|
-
gem 'wdm', '>= 0.1.0'
|
|
16
|
-
|
|
17
|
-
group :test do
|
|
18
|
-
gem 'coveralls'
|
|
19
|
-
gem 'rake'
|
|
20
|
-
gem 'rspec', '~> 3.3'
|
|
21
|
-
end
|
|
22
|
-
|
|
23
|
-
group :development do
|
|
24
|
-
gem 'bundler'
|
|
25
|
-
gem 'gems', require: false
|
|
26
|
-
gem 'guard-rspec', require: false
|
|
27
|
-
gem 'guard-rubocop'
|
|
28
|
-
gem 'netrc', require: false
|
|
29
|
-
gem 'octokit', require: false
|
|
30
|
-
gem 'pry-rescue'
|
|
31
|
-
gem 'rubocop', require: false
|
|
32
|
-
gem 'yard', require: false
|
|
33
|
-
end
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
ignore(%r{spec/\.fixtures/})
|
|
2
|
-
|
|
3
|
-
group :specs, halt_on_fail: true do
|
|
4
|
-
guard :rspec, cmd: 'bundle exec rspec -t ~acceptance', failed_mode: :keep, all_after_pass: true do
|
|
5
|
-
watch(%r{^spec/lib/.+_spec\.rb$})
|
|
6
|
-
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
|
|
7
|
-
watch(%r{^spec/support/*}) { 'spec' }
|
|
8
|
-
watch('spec/spec_helper.rb') { 'spec' }
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
guard :rubocop, all_on_start: false, cli: '--rails' do
|
|
12
|
-
watch(%r{.+\.rb$}) { |m| m[0] }
|
|
13
|
-
watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
|
|
14
|
-
watch(%r{(?:.+/)?\.rubocop_todo\.yml$}) { |m| File.dirname(m[0]) }
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
# TODO: guard rspec should have a configurable file for this to work
|
|
18
|
-
# TODO: also split up Rakefile
|
|
19
|
-
guard :rspec, cmd: 'bundle exec rspec -t acceptance', failed_mode: :keep, all_after_pass: true do
|
|
20
|
-
watch(%r{^spec/lib/.+_spec\.rb$})
|
|
21
|
-
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
|
|
22
|
-
watch(%r{^spec/support/*}) { 'spec' }
|
|
23
|
-
watch('spec/spec_helper.rb') { 'spec' }
|
|
24
|
-
watch(%r{^spec/acceptance/.+_spec\.rb$})
|
|
25
|
-
end
|
|
26
|
-
end
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2013 Thibaud Guillaume-Gentil
|
|
2
|
-
|
|
3
|
-
MIT License
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
-
a copy of this software and associated documentation files (the
|
|
7
|
-
"Software"), to deal in the Software without restriction, including
|
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
-
the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be
|
|
14
|
-
included in all copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|