brew_lib 0.1.16 → 0.1.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.idea/brew_lib.iml +20 -1
- data/Gemfile.lock +3 -1
- data/README.md +12 -0
- data/Rakefile +8 -0
- data/lib/brew_lib/version.rb +1 -1
- data/lib/rubygems_plugin.rb +0 -6
- metadata +44 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 162e8c73ec4d28ef30e4cccdd4694b4113ef09be2b1a46f54b2e05ef4f15450f
|
4
|
+
data.tar.gz: b3ae0e6850bb644c3d71b8be24a66f6944ad7b4c04f34fb7a9ec63b7860913aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec04302fc0838c3e3daaf74ef9707758ac9544e9e83f8f494760e7e031830fd5b88a127cd853792438e73b00a77b90bb72c32a34a320f929b33020fc82e7b337
|
7
|
+
data.tar.gz: bdeebfb3db38af312be5b620747f292e4067f28cb4113d96a6fda20d5615a196ef5e09f46a329f2bdccd1964f6c3b515977cf582b1bd1056565c108c475931e4
|
data/.idea/brew_lib.iml
CHANGED
@@ -52,8 +52,27 @@
|
|
52
52
|
<orderEntry type="jdk" jdkName="ruby-2.6.8-p205" jdkType="RUBY_SDK" />
|
53
53
|
<orderEntry type="sourceFolder" forTests="false" />
|
54
54
|
<orderEntry type="library" name="Python 3.10 interpreter library" level="application" />
|
55
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
55
|
+
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, ruby-2.6.8-p205) [gem]" level="application" />
|
56
|
+
<orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.9.2, ruby-2.6.8-p205) [gem]" level="application" />
|
56
57
|
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.3.13, ruby-2.6.8-p205) [gem]" level="application" />
|
58
|
+
<orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.3, ruby-2.6.8-p205) [gem]" level="application" />
|
59
|
+
<orderEntry type="library" scope="PROVIDED" name="io-console (v0.5.11, ruby-2.6.8-p205) [gem]" level="application" />
|
60
|
+
<orderEntry type="library" scope="PROVIDED" name="irb (v1.4.1, ruby-2.6.8-p205) [gem]" level="application" />
|
61
|
+
<orderEntry type="library" scope="PROVIDED" name="method_source (v1.0.0, ruby-2.6.8-p205) [gem]" level="application" />
|
62
|
+
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.15.0, ruby-2.6.8-p205) [gem]" level="application" />
|
63
|
+
<orderEntry type="library" scope="PROVIDED" name="parallel (v1.22.1, ruby-2.6.8-p205) [gem]" level="application" />
|
64
|
+
<orderEntry type="library" scope="PROVIDED" name="parser (v3.1.2.0, ruby-2.6.8-p205) [gem]" level="application" />
|
65
|
+
<orderEntry type="library" scope="PROVIDED" name="pry (v0.14.1, ruby-2.6.8-p205) [gem]" level="application" />
|
66
|
+
<orderEntry type="library" scope="PROVIDED" name="rainbow (v3.1.1, ruby-2.6.8-p205) [gem]" level="application" />
|
67
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.0.6, ruby-2.6.8-p205) [gem]" level="application" />
|
68
|
+
<orderEntry type="library" scope="PROVIDED" name="rb-readline (v0.5.5, ruby-2.6.8-p205) [gem]" level="application" />
|
69
|
+
<orderEntry type="library" scope="PROVIDED" name="regexp_parser (v2.4.0, ruby-2.6.8-p205) [gem]" level="application" />
|
70
|
+
<orderEntry type="library" scope="PROVIDED" name="reline (v0.3.1, ruby-2.6.8-p205) [gem]" level="application" />
|
71
|
+
<orderEntry type="library" scope="PROVIDED" name="rexml (v3.2.5, ruby-2.6.8-p205) [gem]" level="application" />
|
72
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop (v1.29.1, ruby-2.6.8-p205) [gem]" level="application" />
|
73
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v1.18.0, ruby-2.6.8-p205) [gem]" level="application" />
|
74
|
+
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.11.0, ruby-2.6.8-p205) [gem]" level="application" />
|
75
|
+
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v2.1.0, ruby-2.6.8-p205) [gem]" level="application" />
|
57
76
|
</component>
|
58
77
|
<component name="RakeTasksCache">
|
59
78
|
<option name="myRootTask">
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
brew_lib (0.1.
|
4
|
+
brew_lib (0.1.19)
|
5
5
|
awesome_print
|
6
6
|
|
7
7
|
GEM
|
@@ -55,6 +55,7 @@ GEM
|
|
55
55
|
diff-lcs (1.5.0)
|
56
56
|
ffi (1.15.5)
|
57
57
|
gem-release (2.2.2)
|
58
|
+
gems (1.2.0)
|
58
59
|
io-console (0.5.11)
|
59
60
|
irb (1.4.1)
|
60
61
|
reline (>= 0.3.0)
|
@@ -122,6 +123,7 @@ DEPENDENCIES
|
|
122
123
|
bundle
|
123
124
|
cucumber
|
124
125
|
gem-release
|
126
|
+
gems
|
125
127
|
irb
|
126
128
|
minitest (~> 5.0)
|
127
129
|
pry
|
data/README.md
CHANGED
@@ -31,6 +31,18 @@ To release a new version, update the version number in `version.rb`, and then ru
|
|
31
31
|
which will create a git tag for the version, push git commits and the created tag,
|
32
32
|
and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
33
33
|
|
34
|
+
### Clean
|
35
|
+
```shell
|
36
|
+
bundle clean --force
|
37
|
+
gem uninstall --ignore-dependencies --all -x
|
38
|
+
gem install bundle bundler irb
|
39
|
+
bundle install
|
40
|
+
```
|
41
|
+
|
42
|
+
### Publish
|
43
|
+
```shell
|
44
|
+
rake bump
|
45
|
+
```
|
34
46
|
## Contributing
|
35
47
|
|
36
48
|
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/brew_lib.
|
data/Rakefile
CHANGED
@@ -28,6 +28,14 @@ end
|
|
28
28
|
|
29
29
|
task default: %i[test rubocop]
|
30
30
|
|
31
|
+
desc "Clean all system installed gems and install gems"
|
32
|
+
task :setup do
|
33
|
+
sh "bundle clean --force || true"
|
34
|
+
sh "gem uninstall --ignore-dependencies --all -x"
|
35
|
+
sh "gem install bundle bundler irb"
|
36
|
+
sh "bundle install"
|
37
|
+
end
|
38
|
+
|
31
39
|
desc "Show tasks in current Rakefile, to see descriptions rake -T or rake -D"
|
32
40
|
task :tasks do
|
33
41
|
sh "rake", "--tasks"
|
data/lib/brew_lib/version.rb
CHANGED
data/lib/rubygems_plugin.rb
CHANGED
@@ -37,9 +37,3 @@ end
|
|
37
37
|
Gem.post_uninstall do |installer|
|
38
38
|
run "post_uninstall", installer
|
39
39
|
end
|
40
|
-
|
41
|
-
# TODO: el caller o que solo se haga una vez
|
42
|
-
# bundle clean --force
|
43
|
-
# gem uninstall --ignore-dependencies --all -x
|
44
|
-
# gem install bundle bundler irb
|
45
|
-
# bundle install
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brew_lib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- root
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|
@@ -80,6 +80,20 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: gems
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0'
|
83
97
|
- !ruby/object:Gem::Dependency
|
84
98
|
name: irb
|
85
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -220,6 +234,34 @@ dependencies:
|
|
220
234
|
- - ">="
|
221
235
|
- !ruby/object:Gem::Version
|
222
236
|
version: '0'
|
237
|
+
- !ruby/object:Gem::Dependency
|
238
|
+
name: rubocop-schema-gen
|
239
|
+
requirement: !ruby/object:Gem::Requirement
|
240
|
+
requirements:
|
241
|
+
- - ">="
|
242
|
+
- !ruby/object:Gem::Version
|
243
|
+
version: '0'
|
244
|
+
type: :development
|
245
|
+
prerelease: false
|
246
|
+
version_requirements: !ruby/object:Gem::Requirement
|
247
|
+
requirements:
|
248
|
+
- - ">="
|
249
|
+
- !ruby/object:Gem::Version
|
250
|
+
version: '0'
|
251
|
+
- !ruby/object:Gem::Dependency
|
252
|
+
name: standard
|
253
|
+
requirement: !ruby/object:Gem::Requirement
|
254
|
+
requirements:
|
255
|
+
- - ">="
|
256
|
+
- !ruby/object:Gem::Version
|
257
|
+
version: '0'
|
258
|
+
type: :development
|
259
|
+
prerelease: false
|
260
|
+
version_requirements: !ruby/object:Gem::Requirement
|
261
|
+
requirements:
|
262
|
+
- - ">="
|
263
|
+
- !ruby/object:Gem::Version
|
264
|
+
version: '0'
|
223
265
|
description: BrewLib
|
224
266
|
email:
|
225
267
|
- root@example.com
|