2 Commits
1 ... 2

Author SHA1 Message Date
70acb4f60f increment version number 2012-01-14 19:33:20 -08:00
289c8cd154 removed test depends 2012-01-14 19:31:56 -08:00
3 changed files with 3 additions and 4 deletions

View File

@@ -9,7 +9,5 @@
(needs http-client uri-common intarweb json srfi-1 srfi-18) (needs http-client uri-common intarweb json srfi-1 srfi-18)
(test-depends test srfi-1)
(author "Thomas Hintz") (author "Thomas Hintz")
(synopsis "Provides a simple interface to the SendGrid mailer service.")) (synopsis "Provides a simple interface to the SendGrid mailer service."))

View File

@@ -2,3 +2,4 @@
(uri targz "https://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}") (uri targz "https://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}")
(release "1") (release "1")
(release "2")

View File

@@ -11,5 +11,5 @@
; Files to install for your extension: ; Files to install for your extension:
'("send-grid.o" "send-grid.so" "send-grid.import.so") '("send-grid.o" "send-grid.so" "send-grid.import.so")
; Assoc list with properties for your extension: ; Assoc list with properties for your extension:
'((version 1) '((version 2)
(static "send-grid.o"))) ;; for static linking (static "send-grid.o"))) ;; for static linking