Skip to content

Commit

Permalink
Release spacer v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Grubov committed Mar 13, 2024
1 parent 269c1c5 commit 4a0e3d5
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ <h1>Available rocks</h1>
<font size="-1"><a href="git+https://github.com/igorcoding/tarantool-spacer.git">latest sources</a> | <a href="https://github.com/igorcoding/tarantool-spacer" target="_blank">project homepage</a> | License: MIT</font></p>
</blockquote></a></td>
<td class="version">
scm-3:&nbsp;<a href="spacer-scm-3.rockspec">rockspec</a><br/>scm-2:&nbsp;<a href="spacer-scm-2.rockspec">rockspec</a><br/>scm-1:&nbsp;<a href="spacer-scm-1.rockspec">rockspec</a><br/>3.0.1-1:&nbsp;<a href="spacer-3.0.1-1.rockspec">rockspec</a><br/>2.1.2-1:&nbsp;<a href="spacer-2.1.2-1.rockspec">rockspec</a><br/>2.1.1-1:&nbsp;<a href="spacer-2.1.1-1.rockspec">rockspec</a><br/>2.0.1-1:&nbsp;<a href="spacer-2.0.1-1.rockspec">rockspec</a><br/></td></tr>
scm-3:&nbsp;<a href="spacer-scm-3.rockspec">rockspec</a><br/>scm-2:&nbsp;<a href="spacer-scm-2.rockspec">rockspec</a><br/>scm-1:&nbsp;<a href="spacer-scm-1.rockspec">rockspec</a><br/>3.2.0-1:&nbsp;<a href="spacer-3.2.0-1.rockspec">rockspec</a><br/>3.0.1-1:&nbsp;<a href="spacer-3.0.1-1.rockspec">rockspec</a><br/>2.1.2-1:&nbsp;<a href="spacer-2.1.2-1.rockspec">rockspec</a><br/>2.1.1-1:&nbsp;<a href="spacer-2.1.1-1.rockspec">rockspec</a><br/>2.0.1-1:&nbsp;<a href="spacer-2.0.1-1.rockspec">rockspec</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
<td class="package">
<p><a name="stash"></a><a href="#stash" class="pkg"><b>stash</b></a> - Keep data between code reloads<br/>
Expand Down
5 changes: 5 additions & 0 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,11 @@ repository = {
arch = "rockspec"
}
},
["3.2.0-1"] = {
{
arch = "rockspec"
}
},
["scm-1"] = {
{
arch = "rockspec"
Expand Down
5 changes: 5 additions & 0 deletions manifest-5.1
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,11 @@ repository = {
arch = "rockspec"
}
},
["3.2.0-1"] = {
{
arch = "rockspec"
}
},
["scm-1"] = {
{
arch = "rockspec"
Expand Down
24 changes: 24 additions & 0 deletions spacer-3.2.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package = "spacer"
version = "3.2.0-1"
source = {
url = "git+https://github.com/igorcoding/tarantool-spacer.git",
tag = "v3.2.0",
}
description = {
summary = "Tarantool Spacer. Automatic models migrations.",
homepage = "https://github.com/igorcoding/tarantool-spacer",
license = "MIT"
}
dependencies = {
"lua >= 5.1",
"inspect >= 3.1.0-1",
"moonwalker"
}
build = {
type = "cmake",
variables = {
CMAKE_BUILD_TYPE = "RelWithDebInfo",
TARANTOOL_INSTALL_LIBDIR = "$(LIBDIR)",
TARANTOOL_INSTALL_LUADIR = "$(LUADIR)"
}
}

0 comments on commit 4a0e3d5

Please sign in to comment.