functional-light-service 6.2.0 → 6.3.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/lib/functional-light-service.rb +6 -36
- metadata +14 -307
- data/.github/workflows/project-build.yml +0 -71
- data/.gitignore +0 -24
- data/.rspec +0 -3
- data/.rubocop.yml +0 -101
- data/.solargraph.yml +0 -11
- data/AUDIT-functional-light-service.md +0 -352
- data/Appraisals +0 -7
- data/CHANGELOG.md +0 -292
- data/CODE_OF_CONDUCT.md +0 -22
- data/Gemfile +0 -4
- data/LICENSE +0 -22
- data/README.md +0 -1663
- data/Rakefile +0 -12
- data/VERSION +0 -1
- data/audit/bench.rb +0 -99
- data/audit/verify_findings.rb +0 -172
- data/functional-light-service.gemspec +0 -35
- data/gemfiles/dry_inflector_0_2_1.gemfile +0 -5
- data/gemfiles/i18n_1_8_11.gemfile +0 -5
- data/lib/functional-light-service/action.rb +0 -145
- data/lib/functional-light-service/configuration.rb +0 -36
- data/lib/functional-light-service/context/key_verifier.rb +0 -124
- data/lib/functional-light-service/context.rb +0 -208
- data/lib/functional-light-service/deprecations.rb +0 -26
- data/lib/functional-light-service/errors.rb +0 -9
- data/lib/functional-light-service/functional/enum.rb +0 -286
- data/lib/functional-light-service/functional/maybe.rb +0 -21
- data/lib/functional-light-service/functional/monad.rb +0 -77
- data/lib/functional-light-service/functional/null.rb +0 -88
- data/lib/functional-light-service/functional/option.rb +0 -100
- data/lib/functional-light-service/functional/result.rb +0 -129
- data/lib/functional-light-service/functional/sequencer.rb +0 -144
- data/lib/functional-light-service/i18n/localization_adapter.rb +0 -50
- data/lib/functional-light-service/localization_adapter.rb +0 -39
- data/lib/functional-light-service/localization_map.rb +0 -9
- data/lib/functional-light-service/organizer/execute.rb +0 -16
- data/lib/functional-light-service/organizer/iterate.rb +0 -30
- data/lib/functional-light-service/organizer/reduce_case.rb +0 -50
- data/lib/functional-light-service/organizer/reduce_if.rb +0 -19
- data/lib/functional-light-service/organizer/reduce_if_else.rb +0 -23
- data/lib/functional-light-service/organizer/reduce_until.rb +0 -22
- data/lib/functional-light-service/organizer/reduce_while.rb +0 -31
- data/lib/functional-light-service/organizer/scoped_reducable.rb +0 -15
- data/lib/functional-light-service/organizer/with_callback.rb +0 -28
- data/lib/functional-light-service/organizer/with_reducer.rb +0 -81
- data/lib/functional-light-service/organizer/with_reducer_factory.rb +0 -20
- data/lib/functional-light-service/organizer/with_reducer_log_decorator.rb +0 -111
- data/lib/functional-light-service/organizer.rb +0 -129
- data/lib/functional-light-service/testing/context_factory.rb +0 -48
- data/lib/functional-light-service/testing.rb +0 -3
- data/lib/functional-light-service/version.rb +0 -5
- data/resources/fail_actions.png +0 -0
- data/resources/light-service.png +0 -0
- data/resources/organizer_and_actions.png +0 -0
- data/resources/skip_actions.png +0 -0
- data/spec/acceptance/add_numbers_spec.rb +0 -11
- data/spec/acceptance/after_actions_spec.rb +0 -87
- data/spec/acceptance/around_each_spec.rb +0 -19
- data/spec/acceptance/before_actions_spec.rb +0 -115
- data/spec/acceptance/custom_log_from_organizer_spec.rb +0 -61
- data/spec/acceptance/deprecation_warnings_spec.rb +0 -82
- data/spec/acceptance/fail_spec.rb +0 -52
- data/spec/acceptance/log_from_organizer_spec.rb +0 -154
- data/spec/acceptance/message_localization_spec.rb +0 -119
- data/spec/acceptance/organizer/add_aliases_spec.rb +0 -28
- data/spec/acceptance/organizer/add_to_context_spec.rb +0 -54
- data/spec/acceptance/organizer/around_each_with_reduce_if_spec.rb +0 -42
- data/spec/acceptance/organizer/context_failure_and_skipping_spec.rb +0 -90
- data/spec/acceptance/organizer/execute_spec.rb +0 -67
- data/spec/acceptance/organizer/iterate_spec.rb +0 -44
- data/spec/acceptance/organizer/reduce_case_spec.rb +0 -65
- data/spec/acceptance/organizer/reduce_if_else_spec.rb +0 -60
- data/spec/acceptance/organizer/reduce_if_spec.rb +0 -89
- data/spec/acceptance/organizer/reduce_until_spec.rb +0 -49
- data/spec/acceptance/organizer/reduce_while_spec.rb +0 -96
- data/spec/acceptance/organizer/with_callback_spec.rb +0 -113
- data/spec/acceptance/organizer_entry_point_spec.rb +0 -35
- data/spec/acceptance/rollback_spec.rb +0 -183
- data/spec/acceptance/skip_all_remaining_spec.rb +0 -139
- data/spec/acceptance/testing/context_factory_spec.rb +0 -54
- data/spec/action_expected_keys_spec.rb +0 -63
- data/spec/action_expects_and_promises_spec.rb +0 -97
- data/spec/action_optional_expected_keys_spec.rb +0 -107
- data/spec/action_promised_keys_spec.rb +0 -126
- data/spec/action_spec.rb +0 -97
- data/spec/context/inspect_spec.rb +0 -52
- data/spec/context_spec.rb +0 -301
- data/spec/examples/amount_spec.rb +0 -77
- data/spec/examples/controller_spec.rb +0 -63
- data/spec/examples/validate_address_spec.rb +0 -38
- data/spec/i18n_localization_adapter_spec.rb +0 -83
- data/spec/lib/deterministic/class_mixin_spec.rb +0 -24
- data/spec/lib/deterministic/currify_spec.rb +0 -90
- data/spec/lib/deterministic/monad_axioms.rb +0 -46
- data/spec/lib/deterministic/monad_spec.rb +0 -47
- data/spec/lib/deterministic/null_spec.rb +0 -65
- data/spec/lib/deterministic/option_spec.rb +0 -140
- data/spec/lib/deterministic/result/failure_spec.rb +0 -65
- data/spec/lib/deterministic/result/result_map_spec.rb +0 -155
- data/spec/lib/deterministic/result/result_shared.rb +0 -25
- data/spec/lib/deterministic/result/success_spec.rb +0 -41
- data/spec/lib/deterministic/result_spec.rb +0 -63
- data/spec/lib/deterministic/sequencer_spec.rb +0 -506
- data/spec/lib/edge_cases_spec.rb +0 -156
- data/spec/lib/enum_spec.rb +0 -114
- data/spec/lib/native_pattern_matching_spec.rb +0 -74
- data/spec/localization_adapter_spec.rb +0 -66
- data/spec/organizer/with_reducer_spec.rb +0 -56
- data/spec/organizer_key_aliases_spec.rb +0 -29
- data/spec/organizer_spec.rb +0 -115
- data/spec/readme_spec.rb +0 -45
- data/spec/sample/calculates_order_tax_action_spec.rb +0 -16
- data/spec/sample/calculates_tax_spec.rb +0 -30
- data/spec/sample/looks_up_tax_percentage_action_spec.rb +0 -55
- data/spec/sample/provides_free_shipping_action_spec.rb +0 -25
- data/spec/sample/tax/calculates_order_tax_action.rb +0 -10
- data/spec/sample/tax/calculates_tax.rb +0 -11
- data/spec/sample/tax/looks_up_tax_percentage_action.rb +0 -28
- data/spec/sample/tax/provides_free_shipping_action.rb +0 -11
- data/spec/spec_helper.rb +0 -32
- data/spec/support.rb +0 -1
- data/spec/test_doubles.rb +0 -656
- data/spec/testing/context_factory/iterate_spec.rb +0 -39
- data/spec/testing/context_factory/reduce_if_spec.rb +0 -40
- data/spec/testing/context_factory/reduce_until_spec.rb +0 -40
- data/spec/testing/context_factory/with_callback_spec.rb +0 -38
- data/spec/testing/context_factory_spec.rb +0 -76
data/CHANGELOG.md
DELETED
|
@@ -1,292 +0,0 @@
|
|
|
1
|
-
## 6.2.0 (2026-07-18)
|
|
2
|
-
|
|
3
|
-
Port selettivo delle feature di light-service upstream 0.14-0.21 (niente Rails
|
|
4
|
-
support; solo aggiunte retro-compatibili).
|
|
5
|
-
|
|
6
|
-
### Added
|
|
7
|
-
- skip_all_remaining!: salta tutto il resto dell'organizer, scope annidati compresi; non viene resettato da reduce_if/iterate/ecc. (upstream 0.21) ( 2026-07-18 ) [ sphynx79]
|
|
8
|
-
- reduce_while: macro dell'organizer che controlla la condizione prima di ogni step (upstream 0.21) ( 2026-07-18 ) [ sphynx79]
|
|
9
|
-
- reduce_if_else: come reduce_if ma con ramo else (upstream 0.17) ( 2026-07-18 ) [ sphynx79]
|
|
10
|
-
- reduce_case: dispatch sugli step in base a un valore del context, kwargs :value/:when/:else (upstream 0.18) ( 2026-07-18 ) [ sphynx79]
|
|
11
|
-
- expects :key, default: valore-o-lambda per chiavi attese opzionali; kwarg diverso da :default solleva UnusableExpectKeyDefaultError (upstream 0.17) ( 2026-07-18 ) [ sphynx79]
|
|
12
|
-
- execute accetta un blocco oltre alla lambda (upstream master) ( 2026-07-18 ) [ sphynx79]
|
|
13
|
-
- :organized_by tra le chiavi riservate del KeyVerifier: errore piu chiaro in caso di collisione (upstream 0.14) ( 2026-07-18 ) [ sphynx79]
|
|
14
|
-
|
|
15
|
-
### Changed
|
|
16
|
-
- add_to_context registra anche gli accessor delle chiavi aggiunte (ctx.mia_chiave); chiavi che collidono con metodi del Context ora sollevano ReservedKeysInContextError invece di passare in silenzio (upstream 0.16) ( 2026-07-18 ) [ sphynx79]
|
|
17
|
-
- i18n non e' piu una dipendenza runtime: di default i simboli si risolvono col nuovo adapter built-in (LocalizationMap + Configuration.locale); l'adapter I18n trasloca in FunctionalLightService::I18n::LocalizationAdapter e viene selezionato solo se l'applicazione carica la gem i18n (upstream 0.19/0.20) ( 2026-07-18 ) [ sphynx79]
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
## 6.1.0 (2026-07-03)
|
|
21
|
-
|
|
22
|
-
### Added
|
|
23
|
-
- Sequencer: do-notation per Result con in_sequence/get/let/and_then/observe/and_yield, portato dalla gem deterministic (MIT) e incluso nel Prelude ( 2026-07-03 ) [ sphynx79]
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
## 6.0.0 (2026-07-03)
|
|
28
|
-
|
|
29
|
-
Release maggiore guidata da un audit tecnico completo (vedi `AUDIT-functional-light-service.md`
|
|
30
|
-
e la sezione "Upgrading to 6.0" del README). Richiede **Ruby >= 3.1** (testato fino a Ruby 4.0).
|
|
31
|
-
|
|
32
|
-
### Fixed
|
|
33
|
-
- Gli hook before_actions/after_actions dichiarativi non vengono piu consumati dalla prima chiamata dell'organizer (bug critico + race condition in multi-thread) ( 2026-07-03 ) [ sphynx79]
|
|
34
|
-
- La classe Action non trattiene piu l'ultimo context in una variabile di classe (race + memory retention) ( 2026-07-03 ) [ sphynx79]
|
|
35
|
-
- Context#fetch rispetta il contratto di Hash#fetch: KeyError su chiave mancante, nessuna scrittura durante la lettura (BREAKING) ( 2026-07-03 ) [ sphynx79]
|
|
36
|
-
- Alias simmetrici: lettura e scrittura risolvono entrambe verso la chiave originale; niente piu copie fisiche divergenti (BREAKING) ( 2026-07-03 ) [ sphynx79]
|
|
37
|
-
- Rollback completo anche con la stessa action presente piu volte nella pipeline ( 2026-07-03 ) [ sphynx79]
|
|
38
|
-
- fail! non muta piu l'hash di opzioni del chiamante ( 2026-07-03 ) [ sphynx79]
|
|
39
|
-
- reset_skip_remaining! preserva l'outcome e il suo messaggio ( 2026-07-03 ) [ sphynx79]
|
|
40
|
-
- Errore esplicito (ReservedKeysInContextError) quando una chiave expects/promises collide con un metodo esistente del Context (BREAKING) ( 2026-07-03 ) [ sphynx79]
|
|
41
|
-
- Null: respond_to_missing? con la firma corretta; Some(nil) vietato (BREAKING); Context#outcome in sola lettura (BREAKING) ( 2026-07-03 ) [ sphynx79]
|
|
42
|
-
- Spec compatibili con Ruby 3.1-3.4+ (formato Hash#inspect, messaggi NoMethodError, kwargs rspec-mocks) ( 2026-07-03 ) [ sphynx79]
|
|
43
|
-
|
|
44
|
-
### Added
|
|
45
|
-
- Supporto al pattern matching nativo di Ruby (case/in) per Result/Option e tutti gli enum (deconstruct/deconstruct_keys) ( 2026-07-03 ) [ sphynx79]
|
|
46
|
-
- Modulo Deprecations: warning non fatali, una volta per processo, silenziabili ( 2026-07-03 ) [ sphynx79]
|
|
47
|
-
- Deprecati (funzionanti con warning): Maybe()/Null, Result#>=, Result#<<, Result#+, Option#+ ( 2026-07-03 ) [ sphynx79]
|
|
48
|
-
- Audit tecnico completo con script di verifica e benchmark riproducibili in audit/ ( 2026-07-03 ) [ sphynx79]
|
|
49
|
-
|
|
50
|
-
### Performance
|
|
51
|
-
- Operazioni Option/Result con dispatch diretto: value_or da ~29k a ~7,1M i/s (~245x) ( 2026-07-03 ) [ sphynx79]
|
|
52
|
-
- Motore match 3x piu veloce (Binding#receiver, exhaustiveness memoizzata, cache degli Struct dei guard) ( 2026-07-03 ) [ sphynx79]
|
|
53
|
-
- Rimosso il deprecation shim VerifyCallMethodExists (~17us per ogni with, pagato anche per item in iterate) ( 2026-07-03 ) [ sphynx79]
|
|
54
|
-
- Accessor del context via method_missing con whitelist (niente singleton class per istanza); iterate senza inflection per chiamata; handler around_each di default costante. Overhead end-to-end per call: da ~55us a ~21us ( 2026-07-03 ) [ sphynx79]
|
|
55
|
-
- frozen_string_literal: true in tutta la lib ( 2026-07-03 ) [ sphynx79]
|
|
56
|
-
|
|
57
|
-
### Changed
|
|
58
|
-
- required_ruby_version >= 3.1; dev dependencies modernizzate (rspec 3.13, rubocop 1.75+, simplecov 0.22, solargraph 0.60); CI matrix Ruby 3.1/3.2/3.3/3.4/4.0 ( 2026-07-03 ) [ sphynx79]
|
|
59
|
-
- README: sezione "Upgrading to 6.0", contratto di threading documentato, fix esempio fail_with_rollback! (residuo LightService::) ( 2026-07-03 ) [ sphynx79]
|
|
60
|
-
|
|
61
|
-
### Removed
|
|
62
|
-
- Kernel.eval in impl (sostituito da const_get); dead code (macro ctx di Action) ( 2026-07-03 ) [ sphynx79]
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## 0.5.4 (2026-07-03)
|
|
66
|
-
### Fixed
|
|
67
|
-
- Blocca rexml < 3.3 per compatibilita con simplecov-cobertura 2.1.0 (fix CI Codecov: Malformed XML No root element) ( 2026-07-03 ) [ sphynx79]
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
## 0.5.3 (2026-07-03)
|
|
71
|
-
### Changed
|
|
72
|
-
- Aggiornato il badge Download Count da herokuapp (dismesso) a shields.io ( 2026-07-03 ) [ sphynx79]
|
|
73
|
-
- Riformattato il README: normalizzazione markdown e line-ending ( 2026-07-03 ) [ sphynx79]
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
## 0.5.2 (2022-01-30)
|
|
77
|
-
### Fixed
|
|
78
|
-
- Risoltro problema codecov upload perche non avevo settato il token ( 2025-05-16 ) [ sphynx79]
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
## 0.5.1 (2022-01-30)
|
|
82
|
-
### Removed
|
|
83
|
-
- Rimuove supporto Travis CI, migrazione completa a GitHub Actions ( 2025-05-16 ) [ sphynx79]
|
|
84
|
-
|
|
85
|
-
## 0.5.0 (2022-01-30)
|
|
86
|
-
### GitHub
|
|
87
|
-
- Aggiunto variabile RUN_COVERAGE_REPORT per eseguire il coverage solo nelle azioni di github ( 2022-01-30 ) [ sphynx79]
|
|
88
|
-
|
|
89
|
-
### Github
|
|
90
|
-
- Aggiornato il sistema per fare l'upload del coverage in https://docs.codecov.com/ nelle action di github ( 2022-01-30 ) [ sphynx79]
|
|
91
|
-
|
|
92
|
-
### Test
|
|
93
|
-
- organized_by with TestReduceIf organizer ( 2022-01-30 ) [ sphynx79]
|
|
94
|
-
- amend expectation titles to be clearer ( 2022-01-30 ) [ sphynx79]
|
|
95
|
-
- ensure that ctx.organized_by returns correct values ( 2022-01-30 ) [ sphynx79]
|
|
96
|
-
|
|
97
|
-
### Style
|
|
98
|
-
- sistemato per rubocop 2 allinemaenti parametri keyword ( 2022-01-30 ) [ sphynx79]
|
|
99
|
-
|
|
100
|
-
### Doc
|
|
101
|
-
- update README with notes about organized_by re: rollback ( 2022-01-30 ) [ sphynx79]
|
|
102
|
-
|
|
103
|
-
### Added
|
|
104
|
-
- ensure organized_by attr is set on context when Organizer is used ( 2022-01-30 ) [ sphynx79]
|
|
105
|
-
- add `Context#organized_by` attr ( 2022-01-30 ) [ sphynx79]
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
## 0.4.9 (2022-01-30)
|
|
110
|
-
### Added
|
|
111
|
-
- Agginyo altri test per #add_to_context e #add_aliases e inserito nel README l'utilizzo di add_to_context ( 2022-01-30 ) [ sphynx79]
|
|
112
|
-
|
|
113
|
-
### Changed
|
|
114
|
-
- migliorato spec per #add_aliases method ( 2022-01-30 ) [ sphynx79]
|
|
115
|
-
- migliorato la descrizione per spec add add_to_context method ( 2022-01-30 ) [ sphynx79]
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
## 0.4.8 (2022-01-30)
|
|
120
|
-
### Added
|
|
121
|
-
- Aggiuhnto il supporto per add_to_context and add_aliases organizer methods ( 2022-01-30 ) [ sphynx79]
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
## 0.4.7 (2022-01-29)
|
|
126
|
-
### Fixed
|
|
127
|
-
- sistemato il problema di rspec che mi dava un errore su un test ho dovuto fissare rspec-mocks alla versione 3.10.2 la 3.10.3 mi dava problemi ( 2022-01-29 ) [ sphynx79]
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
## 0.4.6 (2022-01-29)
|
|
132
|
-
### Fixed
|
|
133
|
-
- sistemato problema github action non trovava i gemfile rinominati ( 2022-01-29 ) [ sphynx79]
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
## 0.4.5 (2022-01-29)
|
|
138
|
-
### Fixed
|
|
139
|
-
- corretto il problema di spec che non passava i test option_spec match ( 2022-01-29 ) [ sphynx79]
|
|
140
|
-
- Aggiornato Appraisals per eseguire i test rspec e rubocop con diverse versione di i18n e dry_inflector ( 2022-01-28 ) [ sphynx79]
|
|
141
|
-
- Fix the spec description, order <=200 should not have free shipping ( 2022-01-27 ) [ sphynx79]
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
## 0.4.4 (2022-01-27)
|
|
146
|
-
### Updated
|
|
147
|
-
- Aggiornato la versione è sistemato problema upload codeconv ( 2022-01-27 ) [ sphynx79]
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## 0.4.3 (2022-01-27)
|
|
152
|
-
### Added
|
|
153
|
-
- Aggiunto lo stato di codecov nel file readme ( 2022-01-27 ) [ sphynx79]
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
## 0.4.2 (2022-01-27)
|
|
158
|
-
### Fixed
|
|
159
|
-
- sistemato il path dove codeconv cerca il file del coverage ( 2022-01-27 ) [ sphynx79]
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
## 0.4.1 (2022-01-27)
|
|
164
|
-
### Added
|
|
165
|
-
- aggiunto supporto per codecov.com ( 2022-01-27 ) [ sphynx79]
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
## 0.4.0 (2022-01-27)
|
|
170
|
-
### Aupdated
|
|
171
|
-
- Aggioranto il readme, invece di travis uso il simbolo di github actions per vedere se tutti i test hanno dato esito positivo (rubocop,rspec) ( 2022-01-27 ) [ sphynx79]
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
## 0.3.9 (2022-01-26)
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
## 0.3.8 (2022-01-26)
|
|
179
|
-
### Added
|
|
180
|
-
- Aggiunto actions per fare i test in github ( 2022-01-26 ) [ sphynx79]
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
## 0.3.7 (2022-01-26)
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
## 0.3.6 (2022-01-26)
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
## 0.3.5 (2022-01-26)
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
## 0.3.4 (2021-12-15)
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
## 0.3.3 (2021-12-15)
|
|
197
|
-
### Fixed
|
|
198
|
-
- Corretto il problema di passare un hash per avere il dettaglio dell'errore quando fallisce ( 2021-12-15 ) [ sphynx]
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
## 0.3.2 (2020-07-17)
|
|
203
|
-
### Changed
|
|
204
|
-
- Ottimizzato performance di Deterministic [enum,result] ( 2020-07-17 ) [ sphynx79]
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
## 0.3.1 (2020-02-16)
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
## 0.3.0 (2020-02-16)
|
|
212
|
-
### Removed
|
|
213
|
-
- Rimosso completamente activesupport ( 2020-02-16 ) [ sphynx79]
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
## 0.2.9.2 (2020-02-16)
|
|
218
|
-
### Removed
|
|
219
|
-
- Rimosso ActiveSupport::Deprecation per i warning di deprecation ( 2020-02-16 ) [ sphynx79]
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
## 0.2.9.1 (2020-02-16)
|
|
224
|
-
### Fixed
|
|
225
|
-
- Sto cercando di sistemate il problema di travis che da errore per activesupport ( 2020-02-16 ) [ sphynx79]
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
## 0.2.9 (2020-02-16)
|
|
230
|
-
### Fixed
|
|
231
|
-
- Travis va in errore aggiunt activesupport al mio gemfile ( 2020-02-16 ) [ sphynx79]
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
## 0.2.8 (2020-02-16)
|
|
236
|
-
### Removed
|
|
237
|
-
- rimosso supporto a activesupport 5 ( 2020-02-16 ) [ sphynx79]
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
## 0.2.7 (2020-02-16)
|
|
242
|
-
### Fix
|
|
243
|
-
- Risolto problema travis bundle update ( 2020-02-16 ) [ sphynx79]
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
## 0.2.6 (2020-02-16)
|
|
248
|
-
### Fixed
|
|
249
|
-
- FiFix problem /dev/null windows, e corretto il bug sul metodo failure? ( 2020-02-16 ) [ sphynx79]
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
## 0.2.5 (2019-02-24)
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
## 0.2.4 (2019-02-24)
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
## 0.2.3 (2019-02-24)
|
|
260
|
-
### Added
|
|
261
|
-
- test for null and option ( 2019-02-24 ) [ sphynx79]
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
## 0.2.2 (2019-02-24)
|
|
266
|
-
### Added
|
|
267
|
-
- make readme + some fix ( 2019-02-24 ) [ sphynx79]
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
## 0.2.1 (2019-02-17)
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
## 0.2.1 (2019-02-17)
|
|
275
|
-
### Fixed
|
|
276
|
-
- remove doble version in changelog ( 2019-02-17 ) [ sphynx79]
|
|
277
|
-
|
|
278
|
-
### Removed
|
|
279
|
-
- remove all orchestrator reference ( 2019-02-17 ) [ sphynx79]
|
|
280
|
-
|
|
281
|
-
### Changed
|
|
282
|
-
- cambiato versione parto dalla 0.1.0 ( 2019-02-17 ) [ sphynx79]
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
## 0.2.0 (2019-02-17)
|
|
287
|
-
### Removed
|
|
288
|
-
- remove all orchestrator reference ( 2019-02-17 ) [ sphynx79]
|
|
289
|
-
|
|
290
|
-
## 0.1.0 (2019-02-17)
|
|
291
|
-
### Changed
|
|
292
|
-
- fork light-service gem and create first commmit ( 2019-02-17 ) [ sphynx79]
|
data/CODE_OF_CONDUCT.md
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# Contributor Code of Conduct
|
|
2
|
-
|
|
3
|
-
As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
|
|
4
|
-
|
|
5
|
-
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.
|
|
6
|
-
|
|
7
|
-
Examples of unacceptable behavior by participants include:
|
|
8
|
-
|
|
9
|
-
* The use of sexualized language or imagery
|
|
10
|
-
* Personal attacks
|
|
11
|
-
* Trolling or insulting/derogatory comments
|
|
12
|
-
* Public or private harassment
|
|
13
|
-
* Publishing other's private information, such as physical or electronic addresses, without explicit permission
|
|
14
|
-
* Other unethical or unprofessional conduct.
|
|
15
|
-
|
|
16
|
-
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from the project team.
|
|
17
|
-
|
|
18
|
-
This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
|
|
19
|
-
|
|
20
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
|
|
21
|
-
|
|
22
|
-
This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0, available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/)
|
data/Gemfile
DELETED
data/LICENSE
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2012 Attila Domokos
|
|
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.
|