Skip to content

Commit

Permalink
Merge branch 'release/0.4-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
italomaia committed May 11, 2019
2 parents 312d043 + fc23f40 commit 9cc2faa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4-1

* Fixed rockspec file

# 0.4.0

* First release
Expand Down
7 changes: 4 additions & 3 deletions lua_fun-0.4.0.rockspec → lua_fun-0.4-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
package="lua_fun"
version="0.4.0"
version="0.4-1"
source = {
url = "https://github.com/italomaia/lua_fun",
tag = "0.4.0"
tag = "0.4-1"
}
description = {
summary = "set of useful functional programming tools to speed up development with lua",
detailed = [[
Lua simplicity is its biggest strengh and weakness. The lack of
common functional programming utilities can hinder development speed
quite much in the long run.
This package's goal is to help with that by providing a pure lua, simple,
yet powerful set of **FP** functions out-of-the-box to make the wonderful
lua programming experience also super fast and natural.
This module has **luafun** and **lodash** as strong influences.
This module has **luafun** and **lodash** as strong influences.
]],
license = "MIT/X11"
}
Expand Down

0 comments on commit 9cc2faa

Please sign in to comment.