Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
Etiene committed May 28, 2016
1 parent 20eded4 commit 5c060ff
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions rockspecs/remy-0.2.11-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package = "remy"
version = "0.2.11-1"
source = {
url = "git://github.com/sailorproject/remy",
tag = "v0.2.11-alpha"
}
description = {
summary = "An abstraction of web servers supporting Lua",
detailed = [[
Remy (the R emulator) is a simple mod_lua emulator, allowing to run web applications built for mod_lua in alternative environments that allow to run server-side Lua code
]],
license = "MIT"
}
dependencies = {
}
build = {
type = "builtin",
modules = {
remy = "src/remy.lua",
['remy.cgilua'] = "src/remy/cgilua.lua",
['remy.mod_magnet'] = "src/remy/mod_magnet.lua",
['remy.mod_plua'] = "src/remy/mod_plua.lua",
['remy.nginx'] = "src/remy/nginx.lua",
['remy.lwan'] = "src/remy/lwan.lua",
['remy.nginx'] = "src/remy/nginx.lua",
}
}
2 changes: 1 addition & 1 deletion src/remy.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Remy 0.2.10
-- Remy 0.2.11
-- Copyright (c) 2014-2015 Felipe Daragon
-- License: MIT (http://opensource.org/licenses/mit-license.php)
--
Expand Down

0 comments on commit 5c060ff

Please sign in to comment.