lino 3.1.0.pre.11 → 3.1.0.pre.12

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: 8f6cf2b342d4c9a7b585bed74ccd49c7c45e547a29a4345163d4b31970792b1f
4
- data.tar.gz: 59b823149982143f67c7819eae0d2ae8cdeca0c975122eacec5ee710fef26eb8
3
+ metadata.gz: d2f0f6b53bfc859a903d00fe1fc9842cb640c3aca885cf5165a3bb50c6e8abbf
4
+ data.tar.gz: 8bae03a1377f413307365d531de0898d0974596eec574bf70842dc1033785cd4
5
5
  SHA512:
6
- metadata.gz: 7d7d0fbe1f50258f39e2155980dc96401352a2425a74776732eb950e2c6a74f92c482e6f1b8c676a7548db8c89d619175eebc90f580f2c9f9290f4310c6102c7
7
- data.tar.gz: e5a667aba484e4cdb6256a729eab2fdd82682d6df4f6a2c3a5c4261a04e7ea5b88649d66adc34302746217a9f643d4ad43b4b737709ad29ffb55484649b8191b
6
+ metadata.gz: 9f633b299b9445a31de3e1c2b238bda4b8310d3c6e1cccb3bdaee9230ee522e1a348b34592a1b0a2087ffb0789b87c15b5e80a86918ea35b25d729e0569dbb74
7
+ data.tar.gz: 7b881847ff1c78d112d46936270aacc4a43ff62f373dff90b8bf9d77ffe0585a85effcba9a2454323d4c010024913e818bb706627da4bcabe69a39b0cbcee579
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lino (3.1.0.pre.11)
4
+ lino (3.1.0.pre.12)
5
5
  hamster (~> 3.0)
6
6
  open4 (~> 1.3)
7
7
 
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 Toby Clemson
3
+ Copyright (c) 2022 InfraBlocks Maintainers
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/lib/lino/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lino
4
- VERSION = '3.1.0.pre.11'
4
+ VERSION = '3.1.0.pre.12'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lino
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.pre.11
4
+ version: 3.1.0.pre.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers