cloudflare / raven-lua

A Lua interface to Sentry
BSD 3-Clause "New" or "Revised" License
117 stars 52 forks source link

Add to LuaRocks #7

Open catwell opened 8 years ago

catwell commented 8 years ago

Would you consider adding a rockspec to this repository and adding this module to LuaRocks?

ccleung commented 8 years ago

+1

pranas commented 7 years ago

+1

dndx commented 7 years ago

I will try and work on this when available, but if anyone is interested in contributing a PR, fell free :)

catwell commented 7 years ago

Added one in #17. You may want to change the detailed description.

This is only a SCM rockspec because AFAIK you don't have releases yet. When you want to make an actual versioned release you just have to create a tag like v1.0 and add a corresponding rockspec like this:

 package = "raven"
-version = "scm-1"
+version = "1.0-1"

 source = {
-    url = "git://github.com/cloudflare/raven-lua.git"
+    url = "git://github.com/cloudflare/raven-lua.git",
+    branch = "v1.0",
 }
nevmerzhitsky commented 4 years ago

@jdesgats can you or somebody finish the issue? now the package cannot be installed as mentioned in #33