eac_ruby_gems_utils 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/eac_ruby_gems_utils/version.rb +1 -1
- metadata +29 -12
- data/.gitignore +0 -3
- data/.rubocop.yml +0 -25
- data/LICENCE +0 -16
- data/eac_ruby_gems_utils.gemspec +0 -29
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e2119711a775b103e79e53d283c534053f106fd1957b1102df2090f8a00bee7
|
4
|
+
data.tar.gz: 95ed095e201df5d0c695f61c65a93199d74a68e423ff9e68383f401628431797
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddb71e98d08f6b1cb3f938d80f1bec4d89bde9b17ce681d7addf672f5f40ac9fc0ada2c841bff051e01f4d064ec86b3707ea28a3756276ccdaef905fb97c81c3
|
7
|
+
data.tar.gz: bb80228776292e23e0646072f91b926bac32d516b038c2ed57ad5159d0c719cf479bda47925e9cbc05d022afe6a84a20d3a562f0b8435cc8932a935ec976d9c9
|
metadata
CHANGED
@@ -1,15 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eac_ruby_gems_utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Esquilo Azul Company
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-05-
|
11
|
+
date: 2021-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: bundler
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '2.2'
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.2.17
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - "~>"
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '2.2'
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 2.2.17
|
13
33
|
- !ruby/object:Gem::Dependency
|
14
34
|
name: eac_ruby_utils
|
15
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -45,13 +65,9 @@ extensions: []
|
|
45
65
|
extra_rdoc_files:
|
46
66
|
- README.rdoc
|
47
67
|
files:
|
48
|
-
- ".gitignore"
|
49
68
|
- ".rspec"
|
50
|
-
- ".rubocop.yml"
|
51
69
|
- Gemfile
|
52
|
-
- LICENCE
|
53
70
|
- README.rdoc
|
54
|
-
- eac_ruby_gems_utils.gemspec
|
55
71
|
- lib/eac_ruby_gems_utils.rb
|
56
72
|
- lib/eac_ruby_gems_utils/gem.rb
|
57
73
|
- lib/eac_ruby_gems_utils/gem/command.rb
|
@@ -102,15 +118,16 @@ signing_key:
|
|
102
118
|
specification_version: 4
|
103
119
|
summary: Utilities for Ruby gems development.
|
104
120
|
test_files:
|
105
|
-
- spec/code/rubocop_check_spec.rb
|
106
|
-
- spec/lib/eac_ruby_gems_utils/gem/version_file_spec.rb
|
107
121
|
- spec/lib/eac_ruby_gems_utils/gem/version_file_spec_files/a_version_file.rb
|
122
|
+
- spec/lib/eac_ruby_gems_utils/gem/version_file_spec.rb
|
108
123
|
- spec/lib/eac_ruby_gems_utils/gem_spec.rb
|
109
124
|
- spec/spec_helper.rb
|
110
|
-
- spec/
|
111
|
-
- spec/support/mygem/Gemfile.lock
|
125
|
+
- spec/code/rubocop_check_spec.rb
|
112
126
|
- spec/support/mygem/Rakefile
|
113
|
-
- spec/support/mygem/
|
114
|
-
- spec/support/mygem/lib/mygem.rb
|
127
|
+
- spec/support/mygem/Gemfile
|
115
128
|
- spec/support/mygem/lib/mygem/version.rb
|
129
|
+
- spec/support/mygem/lib/mygem.rb
|
130
|
+
- spec/support/mygem/exe/myrunner
|
116
131
|
- spec/support/mygem/mygem.gemspec
|
132
|
+
- spec/support/mygem/Gemfile.lock
|
133
|
+
- ".rspec"
|
data/.gitignore
DELETED
data/.rubocop.yml
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
require:
|
2
|
-
- rubocop-rails
|
3
|
-
- rubocop-rspec
|
4
|
-
|
5
|
-
AllCops:
|
6
|
-
TargetRubyVersion: 2.4
|
7
|
-
|
8
|
-
Layout/LineLength:
|
9
|
-
Max: 100
|
10
|
-
|
11
|
-
Rails/RakeEnvironment:
|
12
|
-
Exclude:
|
13
|
-
- spec/support/mygem/Rakefile
|
14
|
-
|
15
|
-
Style/Documentation:
|
16
|
-
Enabled: false
|
17
|
-
|
18
|
-
Style/HashEachMethods:
|
19
|
-
Enabled: true
|
20
|
-
|
21
|
-
Style/HashTransformKeys:
|
22
|
-
Enabled: true
|
23
|
-
|
24
|
-
Style/HashTransformValues:
|
25
|
-
Enabled: true
|
data/LICENCE
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
Copyright (c) 2020 Eduardo Henrique Bogoni
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
4
|
-
associated documentation files (the "Software"), to deal in the Software without restriction,
|
5
|
-
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
6
|
-
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
7
|
-
furnished to do so, subject to the following conditions:
|
8
|
-
|
9
|
-
The above copyright notice and this permission notice (including the next paragraph) shall be
|
10
|
-
included in all copies or substantial portions of the Software.
|
11
|
-
|
12
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
|
13
|
-
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
14
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
15
|
-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
|
16
|
-
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/eac_ruby_gems_utils.gemspec
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
$LOAD_PATH.push File.expand_path('lib', __dir__)
|
4
|
-
|
5
|
-
# Maintain your gem's version:
|
6
|
-
require 'eac_ruby_gems_utils/version'
|
7
|
-
|
8
|
-
# Describe your gem and declare its dependencies:
|
9
|
-
Gem::Specification.new do |s|
|
10
|
-
s.name = 'eac_ruby_gems_utils'
|
11
|
-
s.version = ::EacRubyGemsUtils::VERSION
|
12
|
-
s.authors = ['Esquilo Azul Company']
|
13
|
-
s.summary = 'Utilities for Ruby gems development.'
|
14
|
-
s.license = 'MIT'
|
15
|
-
s.homepage = 'https://github.com/esquilo-azul/eac_ruby_gems_utils'
|
16
|
-
s.metadata = { 'source_code_uri' => s.homepage }
|
17
|
-
|
18
|
-
s.extra_rdoc_files = ['README.rdoc']
|
19
|
-
s.rdoc_options = ['--charset=UTF-8']
|
20
|
-
|
21
|
-
s.require_paths = ['lib']
|
22
|
-
s.files = `git ls-files`.split("\n")
|
23
|
-
s.test_files = `git ls-files spec examples`.split("\n")
|
24
|
-
|
25
|
-
s.add_dependency 'eac_ruby_utils', '~> 0.29'
|
26
|
-
|
27
|
-
# Tests
|
28
|
-
s.add_development_dependency 'eac_ruby_gem_support', '~> 0.2'
|
29
|
-
end
|