summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy.asynk.ch>2025-04-09 13:06:10 +0200
committerJérémy Zurcher <jeremy.asynk.ch>2025-04-09 13:06:10 +0200
commiteab090f6178609665a2230f41ccac89dbd2ae087 (patch)
tree3e8ad2b854bfac166c0360dcaac555cd8a6fa199
parent0dcbdc949f44403674bc3a2c1cb0164ce6966955 (diff)
downloadzorglub-eab090f6178609665a2230f41ccac89dbd2ae087.zip
zorglub-eab090f6178609665a2230f41ccac89dbd2ae087.tar.gz
bundle update : release 0.1.8
-rw-r--r--Gemfile.lock28
-rw-r--r--lib/zorglub.rb2
2 files changed, 15 insertions, 15 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 9463749..e29eb7f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,41 +1,41 @@
PATH
remote: .
specs:
- zorglub (0.1.7)
+ zorglub (0.1.8)
GEM
remote: http://rubygems.org/
specs:
- bigdecimal (3.1.8)
+ bigdecimal (3.1.9)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
- diff-lcs (1.5.1)
+ diff-lcs (1.6.1)
docile (1.4.1)
- ffi (1.17.0)
+ ffi (1.17.1)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
- json (2.7.2)
- rack (3.1.7)
+ json (2.10.2)
+ rack (3.1.12)
rake (13.2.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
- rspec-core (3.13.0)
+ rspec-core (3.13.3)
rspec-support (~> 3.13.0)
- rspec-expectations (3.13.1)
+ rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
- rspec-mocks (3.13.1)
+ rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
- rspec-support (3.13.1)
+ rspec-support (3.13.2)
sassc (2.4.0)
ffi (~> 1.9)
simplecov (0.16.1)
@@ -47,9 +47,9 @@ GEM
temple (0.10.3)
term-ansicolor (1.11.2)
tins (~> 1.0)
- thor (1.3.1)
- tilt (2.4.0)
- tins (1.33.0)
+ thor (1.3.2)
+ tilt (2.6.0)
+ tins (1.38.0)
bigdecimal
sync
@@ -66,4 +66,4 @@ DEPENDENCIES
zorglub!
BUNDLED WITH
- 2.5.17
+ 2.6.7
diff --git a/lib/zorglub.rb b/lib/zorglub.rb
index 4f6c5b5..56ca6c4 100644
--- a/lib/zorglub.rb
+++ b/lib/zorglub.rb
@@ -1,7 +1,7 @@
#! /usr/bin/env ruby
module Zorglub
- VERSION = '0.1.7'.freeze
+ VERSION = '0.1.8'.freeze
end
require 'zorglub/node'