zorglub 0.1.7 → 0.1.8

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +14 -14
  3. data/lib/zorglub.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be6b53fccd29ce596c15253af31b7c4b7470e1a55075aa34cd541edd54144f57
4
- data.tar.gz: cda16f4674a73d6ce3659db5e5cf7f51eea5fe0779324990b406046a341b6a04
3
+ metadata.gz: 8d89d17dda2afc40f6e680136dcf4562b2dd5bc04660b7b5287ddde1cf92a7dd
4
+ data.tar.gz: b18816ab21c0a4635a1e3c0584d7ecc0bba355789304c57d15798b883a729ff1
5
5
  SHA512:
6
- metadata.gz: 10c3739c48de2eed8c53c32d703f198ec5fc4a752ce32a36de12c5964664d057ad04f81eeb6ce95b16bd4ae0236e4cd4f02d00c27327372a4479078b1c822e28
7
- data.tar.gz: 109e27aa1526edff83bd67681f61aced077b2f55a23e13d3b3aaa8ec0962ccf61a8218e0f6f0bcd405cd4c3680e3e370e515ce46718b7d758f86f0322fc1e0bc
6
+ metadata.gz: 23185e5cb71d2de61692d6a0345f36cc9f4e825405fe995b1750f1ea376adb39cc946039e30058bd30889bb91d6263d0618c0dff622955aa88b616dcaa4cde09
7
+ data.tar.gz: 31a2709c3daca4485320edd49d288109edaab0b0c5690d1d73511904293990aeae86db871991a0fb81f39d47acf56c5a33e983984b1a472ef8289d192c63bb66
data/Gemfile.lock CHANGED
@@ -1,41 +1,41 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zorglub (0.1.7)
4
+ zorglub (0.1.8)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
8
8
  specs:
9
- bigdecimal (3.1.8)
9
+ bigdecimal (3.1.9)
10
10
  coveralls (0.8.23)
11
11
  json (>= 1.8, < 3)
12
12
  simplecov (~> 0.16.1)
13
13
  term-ansicolor (~> 1.3)
14
14
  thor (>= 0.19.4, < 2.0)
15
15
  tins (~> 1.6)
16
- diff-lcs (1.5.1)
16
+ diff-lcs (1.6.1)
17
17
  docile (1.4.1)
18
- ffi (1.17.0)
18
+ ffi (1.17.1)
19
19
  haml (6.3.0)
20
20
  temple (>= 0.8.2)
21
21
  thor
22
22
  tilt
23
- json (2.7.2)
24
- rack (3.1.7)
23
+ json (2.10.2)
24
+ rack (3.1.12)
25
25
  rake (13.2.1)
26
26
  rspec (3.13.0)
27
27
  rspec-core (~> 3.13.0)
28
28
  rspec-expectations (~> 3.13.0)
29
29
  rspec-mocks (~> 3.13.0)
30
- rspec-core (3.13.0)
30
+ rspec-core (3.13.3)
31
31
  rspec-support (~> 3.13.0)
32
- rspec-expectations (3.13.1)
32
+ rspec-expectations (3.13.3)
33
33
  diff-lcs (>= 1.2.0, < 2.0)
34
34
  rspec-support (~> 3.13.0)
35
- rspec-mocks (3.13.1)
35
+ rspec-mocks (3.13.2)
36
36
  diff-lcs (>= 1.2.0, < 2.0)
37
37
  rspec-support (~> 3.13.0)
38
- rspec-support (3.13.1)
38
+ rspec-support (3.13.2)
39
39
  sassc (2.4.0)
40
40
  ffi (~> 1.9)
41
41
  simplecov (0.16.1)
@@ -47,9 +47,9 @@ GEM
47
47
  temple (0.10.3)
48
48
  term-ansicolor (1.11.2)
49
49
  tins (~> 1.0)
50
- thor (1.3.1)
51
- tilt (2.4.0)
52
- tins (1.33.0)
50
+ thor (1.3.2)
51
+ tilt (2.6.0)
52
+ tins (1.38.0)
53
53
  bigdecimal
54
54
  sync
55
55
 
@@ -66,4 +66,4 @@ DEPENDENCIES
66
66
  zorglub!
67
67
 
68
68
  BUNDLED WITH
69
- 2.5.17
69
+ 2.6.7
data/lib/zorglub.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #! /usr/bin/env ruby
2
2
 
3
3
  module Zorglub
4
- VERSION = '0.1.7'.freeze
4
+ VERSION = '0.1.8'.freeze
5
5
  end
6
6
 
7
7
  require 'zorglub/node'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zorglub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jérémy Zurcher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-01 00:00:00.000000000 Z
11
+ date: 2025-04-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A very stripped down version of innate.
14
14
  email:
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.4.19
77
+ rubygems_version: 3.5.22
78
78
  signing_key:
79
79
  specification_version: 4
80
80
  summary: a rack based nano web application framework