eac_ruby_gem_support 0.14.0 → 0.15.0
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/.rubocop.yml +2 -2
- data/lib/eac_ruby_gem_support/version.rb +1 -1
- data/lib/eac_ruby_gem_support.rb +0 -1
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0835d4a6536c14af49bc8344471fd828e11c711a605d911fd35856afa3bc106
|
|
4
|
+
data.tar.gz: c9c79e2326d2abba8c6caa41887fe096ac55d6799f53a2f99cd196d00c958f4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f009e09fd21674873a069b45e9e0604a1d54be455ad8ba86fb02eed3f0da60ce6679340ae7ca219787b789a8625a36650594e1f938b42efaf799e3baffb3a968
|
|
7
|
+
data.tar.gz: d73cefe98a89c66b25d393f508dd6b532252d1de3ffa3b4cf3ad3ef0f03e549446d1a913e1e6f6b2446d714d1e97fc82c3c54bdb317011c81aacdbbc31fa13be
|
data/.rubocop.yml
CHANGED
data/lib/eac_ruby_gem_support.rb
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
require 'eac_ruby_base1'
|
|
4
4
|
EacRubyBase1::RootModuleSetup.perform __FILE__ do
|
|
5
5
|
ignore 'rspec/shared_examples/**/*'
|
|
6
|
-
require 'active_support/ordered_options' # Fix "super_diff" '0.18.0'.
|
|
7
6
|
require 'super_diff'
|
|
8
7
|
require 'super_diff/active_support'
|
|
9
8
|
require 'super_diff/rspec'
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eac_ruby_gem_support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Esquilo Azul Company
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: eac_ruby_base1
|
|
@@ -17,6 +16,9 @@ dependencies:
|
|
|
17
16
|
- - "~>"
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
18
|
version: '0.1'
|
|
19
|
+
- - ">="
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: 0.1.1
|
|
20
22
|
type: :runtime
|
|
21
23
|
prerelease: false
|
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -24,6 +26,9 @@ dependencies:
|
|
|
24
26
|
- - "~>"
|
|
25
27
|
- !ruby/object:Gem::Version
|
|
26
28
|
version: '0.1'
|
|
29
|
+
- - ">="
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: 0.1.1
|
|
27
32
|
- !ruby/object:Gem::Dependency
|
|
28
33
|
name: rspec
|
|
29
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -112,8 +117,6 @@ dependencies:
|
|
|
112
117
|
- - "~>"
|
|
113
118
|
- !ruby/object:Gem::Version
|
|
114
119
|
version: '0.19'
|
|
115
|
-
description:
|
|
116
|
-
email:
|
|
117
120
|
executables: []
|
|
118
121
|
extensions: []
|
|
119
122
|
extra_rdoc_files: []
|
|
@@ -135,7 +138,6 @@ homepage: https://github.com/esquilo-azul/eac_ruby_gem_support
|
|
|
135
138
|
licenses: []
|
|
136
139
|
metadata:
|
|
137
140
|
source_code_uri: https://github.com/esquilo-azul/eac_ruby_gem_support
|
|
138
|
-
post_install_message:
|
|
139
141
|
rdoc_options: []
|
|
140
142
|
require_paths:
|
|
141
143
|
- lib
|
|
@@ -150,8 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
150
152
|
- !ruby/object:Gem::Version
|
|
151
153
|
version: '0'
|
|
152
154
|
requirements: []
|
|
153
|
-
rubygems_version: 3.
|
|
154
|
-
signing_key:
|
|
155
|
+
rubygems_version: 3.6.9
|
|
155
156
|
specification_version: 4
|
|
156
157
|
summary: Development support for Ruby' Gem.
|
|
157
158
|
test_files: []
|