libis-tools 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +317 -0
- data/Gemfile +4 -0
- data/Rakefile +10 -0
- data/lib/libis/tools/parameter.rb +1 -1
- data/lib/libis/tools/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b02e37bfe8b5dd756b8b65272bbe7b346d4fc6cd8a478c8a4252dce211d63be
|
4
|
+
data.tar.gz: 592c999acd6ff302e4c6e0a0ffa2740dc9d4d36c90a8db774a79adf0b9178e64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 302b631cb8ca6691b427ac4f7b8ba1e649de94e4f90dd66220c8fe5318a86fddd828784c854757790a5bd38076396197de6504adf1283aed080ccedc1b96b884
|
7
|
+
data.tar.gz: 27fa341317da84e0703e014d1f77f45dd65e8260420f92c76d686e90fe98830acea2a60193495c70d6031a2a3b79a7df9f6cb573349549c1869f6c0c7a0eefb6
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,317 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## [v1.1.1](https://github.com/libis/LIBIS_Tools/tree/v1.1.1) (26/03/2024)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.1.0...v1.1.1)
|
6
|
+
|
7
|
+
## [v1.1.0](https://github.com/libis/LIBIS_Tools/tree/v1.1.0) (24/11/2023)
|
8
|
+
|
9
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.19...v1.1.0)
|
10
|
+
|
11
|
+
## [v1.0.19](https://github.com/libis/LIBIS_Tools/tree/v1.0.19) (06/09/2023)
|
12
|
+
|
13
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.18...v1.0.19)
|
14
|
+
|
15
|
+
## [v1.0.18](https://github.com/libis/LIBIS_Tools/tree/v1.0.18) (30/08/2023)
|
16
|
+
|
17
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.17...v1.0.18)
|
18
|
+
|
19
|
+
## [v1.0.17](https://github.com/libis/LIBIS_Tools/tree/v1.0.17) (23/08/2023)
|
20
|
+
|
21
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.16...v1.0.17)
|
22
|
+
|
23
|
+
## [v1.0.16](https://github.com/libis/LIBIS_Tools/tree/v1.0.16) (31/08/2021)
|
24
|
+
|
25
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.15...v1.0.16)
|
26
|
+
|
27
|
+
## [v1.0.15](https://github.com/libis/LIBIS_Tools/tree/v1.0.15) (30/08/2021)
|
28
|
+
|
29
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.14...v1.0.15)
|
30
|
+
|
31
|
+
## [v1.0.14](https://github.com/libis/LIBIS_Tools/tree/v1.0.14) (27/08/2021)
|
32
|
+
|
33
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.13...v1.0.14)
|
34
|
+
|
35
|
+
## [v1.0.13](https://github.com/libis/LIBIS_Tools/tree/v1.0.13) (25/08/2021)
|
36
|
+
|
37
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.12...v1.0.13)
|
38
|
+
|
39
|
+
## [v1.0.12](https://github.com/libis/LIBIS_Tools/tree/v1.0.12) (25/08/2021)
|
40
|
+
|
41
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.9...v1.0.12)
|
42
|
+
|
43
|
+
## [v1.0.9](https://github.com/libis/LIBIS_Tools/tree/v1.0.9) (25/05/2020)
|
44
|
+
|
45
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.7...v1.0.9)
|
46
|
+
|
47
|
+
## [v1.0.7](https://github.com/libis/LIBIS_Tools/tree/v1.0.7) (13/05/2020)
|
48
|
+
|
49
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.6...v1.0.7)
|
50
|
+
|
51
|
+
## [v1.0.6](https://github.com/libis/LIBIS_Tools/tree/v1.0.6) (09/01/2020)
|
52
|
+
|
53
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.5...v1.0.6)
|
54
|
+
|
55
|
+
## [v1.0.5](https://github.com/libis/LIBIS_Tools/tree/v1.0.5) (13/11/2019)
|
56
|
+
|
57
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.4...v1.0.5)
|
58
|
+
|
59
|
+
## [v1.0.4](https://github.com/libis/LIBIS_Tools/tree/v1.0.4) (29/10/2019)
|
60
|
+
|
61
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.3...v1.0.4)
|
62
|
+
|
63
|
+
## [v1.0.3](https://github.com/libis/LIBIS_Tools/tree/v1.0.3) (29/10/2019)
|
64
|
+
|
65
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.2...v1.0.3)
|
66
|
+
|
67
|
+
## [v1.0.2](https://github.com/libis/LIBIS_Tools/tree/v1.0.2) (01/10/2018)
|
68
|
+
|
69
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.1...v1.0.2)
|
70
|
+
|
71
|
+
## [v1.0.1](https://github.com/libis/LIBIS_Tools/tree/v1.0.1) (01/10/2018)
|
72
|
+
|
73
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v1.0.0...v1.0.1)
|
74
|
+
|
75
|
+
## [v1.0.0](https://github.com/libis/LIBIS_Tools/tree/v1.0.0) (20/08/2018)
|
76
|
+
|
77
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.65...v1.0.0)
|
78
|
+
|
79
|
+
## [v0.9.65](https://github.com/libis/LIBIS_Tools/tree/v0.9.65) (14/05/2018)
|
80
|
+
|
81
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.64...v0.9.65)
|
82
|
+
|
83
|
+
## [v0.9.64](https://github.com/libis/LIBIS_Tools/tree/v0.9.64) (06/04/2018)
|
84
|
+
|
85
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.63...v0.9.64)
|
86
|
+
|
87
|
+
## [v0.9.63](https://github.com/libis/LIBIS_Tools/tree/v0.9.63) (05/04/2018)
|
88
|
+
|
89
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.62...v0.9.63)
|
90
|
+
|
91
|
+
## [v0.9.62](https://github.com/libis/LIBIS_Tools/tree/v0.9.62) (19/03/2018)
|
92
|
+
|
93
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.60...v0.9.62)
|
94
|
+
|
95
|
+
## [v0.9.60](https://github.com/libis/LIBIS_Tools/tree/v0.9.60) (22/01/2018)
|
96
|
+
|
97
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.59...v0.9.60)
|
98
|
+
|
99
|
+
## [v0.9.59](https://github.com/libis/LIBIS_Tools/tree/v0.9.59) (30/11/2017)
|
100
|
+
|
101
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.58...v0.9.59)
|
102
|
+
|
103
|
+
## [v0.9.58](https://github.com/libis/LIBIS_Tools/tree/v0.9.58) (30/11/2017)
|
104
|
+
|
105
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.57...v0.9.58)
|
106
|
+
|
107
|
+
## [v0.9.57](https://github.com/libis/LIBIS_Tools/tree/v0.9.57) (17/11/2017)
|
108
|
+
|
109
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.56...v0.9.57)
|
110
|
+
|
111
|
+
## [v0.9.56](https://github.com/libis/LIBIS_Tools/tree/v0.9.56) (09/11/2017)
|
112
|
+
|
113
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.54...v0.9.56)
|
114
|
+
|
115
|
+
## [v0.9.54](https://github.com/libis/LIBIS_Tools/tree/v0.9.54) (04/10/2017)
|
116
|
+
|
117
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.53...v0.9.54)
|
118
|
+
|
119
|
+
## [v0.9.53](https://github.com/libis/LIBIS_Tools/tree/v0.9.53) (22/09/2017)
|
120
|
+
|
121
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.52...v0.9.53)
|
122
|
+
|
123
|
+
## [v0.9.52](https://github.com/libis/LIBIS_Tools/tree/v0.9.52) (16/09/2017)
|
124
|
+
|
125
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.51...v0.9.52)
|
126
|
+
|
127
|
+
## [v0.9.51](https://github.com/libis/LIBIS_Tools/tree/v0.9.51) (16/09/2017)
|
128
|
+
|
129
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.50...v0.9.51)
|
130
|
+
|
131
|
+
## [v0.9.50](https://github.com/libis/LIBIS_Tools/tree/v0.9.50) (12/07/2017)
|
132
|
+
|
133
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.49...v0.9.50)
|
134
|
+
|
135
|
+
## [v0.9.49](https://github.com/libis/LIBIS_Tools/tree/v0.9.49) (12/07/2017)
|
136
|
+
|
137
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.48...v0.9.49)
|
138
|
+
|
139
|
+
## [v0.9.48](https://github.com/libis/LIBIS_Tools/tree/v0.9.48) (06/07/2017)
|
140
|
+
|
141
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.47...v0.9.48)
|
142
|
+
|
143
|
+
## [v0.9.47](https://github.com/libis/LIBIS_Tools/tree/v0.9.47) (19/12/2016)
|
144
|
+
|
145
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.46...v0.9.47)
|
146
|
+
|
147
|
+
## [v0.9.46](https://github.com/libis/LIBIS_Tools/tree/v0.9.46) (19/12/2016)
|
148
|
+
|
149
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.45...v0.9.46)
|
150
|
+
|
151
|
+
## [v0.9.45](https://github.com/libis/LIBIS_Tools/tree/v0.9.45) (24/11/2016)
|
152
|
+
|
153
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.44...v0.9.45)
|
154
|
+
|
155
|
+
## [v0.9.44](https://github.com/libis/LIBIS_Tools/tree/v0.9.44) (22/11/2016)
|
156
|
+
|
157
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.43...v0.9.44)
|
158
|
+
|
159
|
+
## [v0.9.43](https://github.com/libis/LIBIS_Tools/tree/v0.9.43) (16/11/2016)
|
160
|
+
|
161
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.42...v0.9.43)
|
162
|
+
|
163
|
+
## [v0.9.42](https://github.com/libis/LIBIS_Tools/tree/v0.9.42) (19/09/2016)
|
164
|
+
|
165
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.41...v0.9.42)
|
166
|
+
|
167
|
+
## [v0.9.41](https://github.com/libis/LIBIS_Tools/tree/v0.9.41) (28/07/2016)
|
168
|
+
|
169
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.40...v0.9.41)
|
170
|
+
|
171
|
+
## [v0.9.40](https://github.com/libis/LIBIS_Tools/tree/v0.9.40) (04/07/2016)
|
172
|
+
|
173
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.39...v0.9.40)
|
174
|
+
|
175
|
+
## [v0.9.39](https://github.com/libis/LIBIS_Tools/tree/v0.9.39) (31/05/2016)
|
176
|
+
|
177
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.38...v0.9.39)
|
178
|
+
|
179
|
+
## [v0.9.38](https://github.com/libis/LIBIS_Tools/tree/v0.9.38) (24/05/2016)
|
180
|
+
|
181
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.37...v0.9.38)
|
182
|
+
|
183
|
+
## [v0.9.37](https://github.com/libis/LIBIS_Tools/tree/v0.9.37) (24/05/2016)
|
184
|
+
|
185
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.36...v0.9.37)
|
186
|
+
|
187
|
+
## [v0.9.36](https://github.com/libis/LIBIS_Tools/tree/v0.9.36) (24/05/2016)
|
188
|
+
|
189
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.35...v0.9.36)
|
190
|
+
|
191
|
+
## [v0.9.35](https://github.com/libis/LIBIS_Tools/tree/v0.9.35) (24/05/2016)
|
192
|
+
|
193
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.34...v0.9.35)
|
194
|
+
|
195
|
+
## [v0.9.34](https://github.com/libis/LIBIS_Tools/tree/v0.9.34) (02/05/2016)
|
196
|
+
|
197
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.33...v0.9.34)
|
198
|
+
|
199
|
+
## [v0.9.33](https://github.com/libis/LIBIS_Tools/tree/v0.9.33) (27/04/2016)
|
200
|
+
|
201
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.32...v0.9.33)
|
202
|
+
|
203
|
+
## [v0.9.32](https://github.com/libis/LIBIS_Tools/tree/v0.9.32) (26/04/2016)
|
204
|
+
|
205
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.31...v0.9.32)
|
206
|
+
|
207
|
+
## [v0.9.31](https://github.com/libis/LIBIS_Tools/tree/v0.9.31) (27/03/2016)
|
208
|
+
|
209
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.30...v0.9.31)
|
210
|
+
|
211
|
+
## [v0.9.30](https://github.com/libis/LIBIS_Tools/tree/v0.9.30) (26/03/2016)
|
212
|
+
|
213
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.29...v0.9.30)
|
214
|
+
|
215
|
+
## [v0.9.29](https://github.com/libis/LIBIS_Tools/tree/v0.9.29) (26/03/2016)
|
216
|
+
|
217
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.28...v0.9.29)
|
218
|
+
|
219
|
+
## [v0.9.28](https://github.com/libis/LIBIS_Tools/tree/v0.9.28) (26/03/2016)
|
220
|
+
|
221
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.27...v0.9.28)
|
222
|
+
|
223
|
+
## [v0.9.27](https://github.com/libis/LIBIS_Tools/tree/v0.9.27) (25/03/2016)
|
224
|
+
|
225
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.25...v0.9.27)
|
226
|
+
|
227
|
+
## [v0.9.25](https://github.com/libis/LIBIS_Tools/tree/v0.9.25) (11/03/2016)
|
228
|
+
|
229
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.24...v0.9.25)
|
230
|
+
|
231
|
+
## [v0.9.24](https://github.com/libis/LIBIS_Tools/tree/v0.9.24) (10/03/2016)
|
232
|
+
|
233
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.23...v0.9.24)
|
234
|
+
|
235
|
+
## [v0.9.23](https://github.com/libis/LIBIS_Tools/tree/v0.9.23) (07/03/2016)
|
236
|
+
|
237
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.22...v0.9.23)
|
238
|
+
|
239
|
+
## [v0.9.22](https://github.com/libis/LIBIS_Tools/tree/v0.9.22) (07/03/2016)
|
240
|
+
|
241
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.21...v0.9.22)
|
242
|
+
|
243
|
+
## [v0.9.21](https://github.com/libis/LIBIS_Tools/tree/v0.9.21) (04/03/2016)
|
244
|
+
|
245
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.20...v0.9.21)
|
246
|
+
|
247
|
+
## [v0.9.20](https://github.com/libis/LIBIS_Tools/tree/v0.9.20) (06/01/2016)
|
248
|
+
|
249
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.19...v0.9.20)
|
250
|
+
|
251
|
+
## [v0.9.19](https://github.com/libis/LIBIS_Tools/tree/v0.9.19) (05/01/2016)
|
252
|
+
|
253
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.18...v0.9.19)
|
254
|
+
|
255
|
+
## [v0.9.18](https://github.com/libis/LIBIS_Tools/tree/v0.9.18) (14/12/2015)
|
256
|
+
|
257
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.17...v0.9.18)
|
258
|
+
|
259
|
+
## [v0.9.17](https://github.com/libis/LIBIS_Tools/tree/v0.9.17) (14/12/2015)
|
260
|
+
|
261
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.16...v0.9.17)
|
262
|
+
|
263
|
+
## [v0.9.16](https://github.com/libis/LIBIS_Tools/tree/v0.9.16) (03/12/2015)
|
264
|
+
|
265
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.15...v0.9.16)
|
266
|
+
|
267
|
+
## [v0.9.15](https://github.com/libis/LIBIS_Tools/tree/v0.9.15) (10/11/2015)
|
268
|
+
|
269
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.14...v0.9.15)
|
270
|
+
|
271
|
+
## [v0.9.14](https://github.com/libis/LIBIS_Tools/tree/v0.9.14) (08/10/2015)
|
272
|
+
|
273
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.13...v0.9.14)
|
274
|
+
|
275
|
+
## [v0.9.13](https://github.com/libis/LIBIS_Tools/tree/v0.9.13) (08/10/2015)
|
276
|
+
|
277
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.12...v0.9.13)
|
278
|
+
|
279
|
+
## [v0.9.12](https://github.com/libis/LIBIS_Tools/tree/v0.9.12) (07/10/2015)
|
280
|
+
|
281
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.10...v0.9.12)
|
282
|
+
|
283
|
+
## [v0.9.10](https://github.com/libis/LIBIS_Tools/tree/v0.9.10) (05/10/2015)
|
284
|
+
|
285
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.9...v0.9.10)
|
286
|
+
|
287
|
+
## [v0.9.9](https://github.com/libis/LIBIS_Tools/tree/v0.9.9) (21/06/2015)
|
288
|
+
|
289
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.7...v0.9.9)
|
290
|
+
|
291
|
+
## [v0.9.7](https://github.com/libis/LIBIS_Tools/tree/v0.9.7) (29/05/2015)
|
292
|
+
|
293
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.6...v0.9.7)
|
294
|
+
|
295
|
+
## [v0.9.6](https://github.com/libis/LIBIS_Tools/tree/v0.9.6) (21/05/2015)
|
296
|
+
|
297
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.5...v0.9.6)
|
298
|
+
|
299
|
+
## [v0.9.5](https://github.com/libis/LIBIS_Tools/tree/v0.9.5) (21/05/2015)
|
300
|
+
|
301
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.4...v0.9.5)
|
302
|
+
|
303
|
+
## [v0.9.4](https://github.com/libis/LIBIS_Tools/tree/v0.9.4) (13/05/2015)
|
304
|
+
|
305
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.3...v0.9.4)
|
306
|
+
|
307
|
+
## [v0.9.3](https://github.com/libis/LIBIS_Tools/tree/v0.9.3) (15/04/2015)
|
308
|
+
|
309
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/v0.9.1...v0.9.3)
|
310
|
+
|
311
|
+
## [v0.9.1](https://github.com/libis/LIBIS_Tools/tree/v0.9.1) (01/04/2015)
|
312
|
+
|
313
|
+
[Full Changelog](https://github.com/libis/LIBIS_Tools/compare/4465e0770b32f3fc464f1a839ba0c6ce489f5588...v0.9.1)
|
314
|
+
|
315
|
+
|
316
|
+
|
317
|
+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
data/Gemfile
CHANGED
data/Rakefile
CHANGED
@@ -9,3 +9,13 @@ YARD::Rake::YardocTask.new do |t|
|
|
9
9
|
end
|
10
10
|
|
11
11
|
task :default => :spec
|
12
|
+
|
13
|
+
require 'github_changelog_generator/task'
|
14
|
+
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
|
15
|
+
config.user = 'libis'
|
16
|
+
config.project = 'LIBIS_Tools'
|
17
|
+
config.token = ENV['CHANGELOG_GITHUB_TOKEN']
|
18
|
+
config.date_format = '%d/%m/%Y'
|
19
|
+
config.unreleased = true
|
20
|
+
config.verbose = false
|
21
|
+
end
|
@@ -183,7 +183,7 @@ module Libis
|
|
183
183
|
when 'hash'
|
184
184
|
return v if v.is_a?(Hash)
|
185
185
|
return Hash[(0...v.size).zip(v)] if v.is_a?(Array)
|
186
|
-
return JSON.parse(v) if v.is_a?(String)
|
186
|
+
return JSON.parse(v.gsub('=>', ':').gsub(/\bnil\b/, "null")) if v.is_a?(String)
|
187
187
|
else
|
188
188
|
raise ParameterValidationError, "Datatype not supported: '#{self[:datatype]}'"
|
189
189
|
end
|
data/lib/libis/tools/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libis-tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kris Dekeyser
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -288,6 +288,7 @@ files:
|
|
288
288
|
- ".gitignore"
|
289
289
|
- ".rspec"
|
290
290
|
- ".travis.yml"
|
291
|
+
- CHANGELOG.md
|
291
292
|
- Gemfile
|
292
293
|
- README.md
|
293
294
|
- Rakefile
|
@@ -372,7 +373,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
372
373
|
- !ruby/object:Gem::Version
|
373
374
|
version: '0'
|
374
375
|
requirements: []
|
375
|
-
rubygems_version: 3.4.
|
376
|
+
rubygems_version: 3.4.19
|
376
377
|
signing_key:
|
377
378
|
specification_version: 4
|
378
379
|
summary: LIBIS toolbox.
|