avm-eac_ruby_base1 0.24.0 → 0.25.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61cd74d1c7c94ddf551b1726a2e3b95e3f1da08ff5abba9c376985d638f5f0bf
|
|
4
|
+
data.tar.gz: 8330b9dc83ffe072cbe5f1cde1df134e653c335851636abc84497d910228b073
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9a91f44d7a06ec671dbadacde3eb430a0866957bb0a44850adea137e45ebbed8f24570c67b49960b6da49e5c64f909f3cb03680262a29d3908693d6f2d7a698
|
|
7
|
+
data.tar.gz: fcd46b0b4bb33164de0209e83484e4e6e86e36a33d3b7852399b57ea2cdfef31e3d0f60cf4ee5f3bef9dc121e75fb439e43df182160faad42ce39540d749dace
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
require 'avm/eac_ruby_base1/rspec/source_generator'
|
|
4
|
+
require 'eac_ruby_utils/core_ext'
|
|
5
|
+
|
|
6
|
+
module Avm
|
|
7
|
+
module EacRubyBase1
|
|
8
|
+
module Rspec
|
|
9
|
+
module Setup
|
|
10
|
+
def self.extended(obj)
|
|
11
|
+
obj.rspec_config.include(::Avm::EacRubyBase1::Rspec::SourceGenerator)
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
require 'eac_ruby_utils/core_ext'
|
|
4
|
+
|
|
5
|
+
module Avm
|
|
6
|
+
module EacRubyBase1
|
|
7
|
+
module Rspec
|
|
8
|
+
module SourceGenerator
|
|
9
|
+
APPLICATION_STEREOTYPE = 'EacRubyBase1'
|
|
10
|
+
DEFAULT_EAC_RUBY_GEM_SUPPORT_VERSION = '0.5.1'
|
|
11
|
+
DEFAULT_EAC_RUBY_UTILS_VERSION = '0.104.0'
|
|
12
|
+
|
|
13
|
+
# @return [Avm::EacRubyBase1::Sources::Base]
|
|
14
|
+
def avm_eac_ruby_base1_source(options = {})
|
|
15
|
+
options['eac-ruby-utils-version'] ||= DEFAULT_EAC_RUBY_UTILS_VERSION
|
|
16
|
+
options['eac-ruby-gem-support-version'] ||= DEFAULT_EAC_RUBY_GEM_SUPPORT_VERSION
|
|
17
|
+
avm_source(APPLICATION_STEREOTYPE, options)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: avm-eac_ruby_base1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.25.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Put here the authors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: avm
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.50'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0.
|
|
26
|
+
version: '0.50'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: avm-eac_generic_base0
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '0.
|
|
47
|
+
version: '0.105'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '0.
|
|
54
|
+
version: '0.105'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: aranha-parsers
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -114,6 +114,9 @@ files:
|
|
|
114
114
|
- lib/avm/eac_ruby_base1/launcher_stereotypes/base/local_project_mixin.rb
|
|
115
115
|
- lib/avm/eac_ruby_base1/launcher_stereotypes/base/publish.rb
|
|
116
116
|
- lib/avm/eac_ruby_base1/preferred_version_requirements.rb
|
|
117
|
+
- lib/avm/eac_ruby_base1/rspec.rb
|
|
118
|
+
- lib/avm/eac_ruby_base1/rspec/setup.rb
|
|
119
|
+
- lib/avm/eac_ruby_base1/rspec/source_generator.rb
|
|
117
120
|
- lib/avm/eac_ruby_base1/rubocop.rb
|
|
118
121
|
- lib/avm/eac_ruby_base1/rubocop/configured.rb
|
|
119
122
|
- lib/avm/eac_ruby_base1/rubocop/envvar.rb
|