summaryrefslogtreecommitdiff
path: root/www/ruby-innate
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-06-19 03:55:11 +0000
committertaca <taca@pkgsrc.org>2011-06-19 03:55:11 +0000
commit11c48ea1a34910cb39434abe5eaff103442470ee (patch)
tree44b3552c316cf9199ce70cd35cef019c3a25975e /www/ruby-innate
parent01ab7711e040aecb756581ef41a516dfe316cc83 (diff)
downloadpkgsrc-11c48ea1a34910cb39434abe5eaff103442470ee.tar.gz
Update ruby-innate package to 2011.04.
[d05190a | 2011-04-19 02:37:16 UTC] Michael Fellinger <m.fellinger@gmail.com> * Version 2011.04 [bacc603 | 2011-04-19 02:37:03 UTC] Michael Fellinger <m.fellinger@gmail.com> * Remove rubyforge release task [05ccf96 | 2011-04-19 02:31:28 UTC] Michael Fellinger <m.fellinger@gmail.com> * Node::find_method must accept anything that responds to #to_s as method name [8d4bfd0 | 2011-02-13 23:07:12 UTC] Michael Fellinger <m.fellinger@gmail.com> * Don't mention :state, it's gone [2b3a9ca | 2011-01-26 06:12:26 UTC] Michael Fellinger <m.fellinger@gmail.com> * Version 2011.01 [6039ffa | 2010-12-11 13:58:04 UTC] Michael Fellinger <m.fellinger@gmail.com> * Adjust spec for changes in Rack [5e30254 | 2010-09-17 10:58:10 UTC] Antti Tuomi <antti.tuomi@tkk.fi> * New method for Innate::Session, #resid!, that can be used to change the session key. The intent of the method is to allow changing session keys when user logs in to prevent certain session fixation attack vectors. #resid! moves all session data under a new session key and thus invalidates the old key. It is probably a good idea to explicitly reset the session data as well on login, but the necessity of this depends on the application. [85d45ea | 2010-09-07 01:14:44 UTC] Lee Jarvis <injekt.me@gmail.com> * updated git url [51eac73 | 2010-09-06 23:25:22 UTC] Lee Jarvis <injekt.me@gmail.com> * added gitignore [32c943c | 2010-09-06 06:02:25 UTC] Lee Jarvis <injekt.me@gmail.com> * fixed pointless spec addition [b180c1c | 2010-09-06 06:00:44 UTC] Lee Jarvis <injekt.me@gmail.com> * added specs for helper suffix [c7fccc6 | 2010-09-06 05:50:45 UTC] Lee Jarvis <injekt.me@gmail.com> * removed send_file helper spec [49c9963 | 2010-09-06 05:49:54 UTC] Lee Jarvis <injekt.me@gmail.com> * removed send_file from default helpers [4ca7b0c | 2010-09-06 05:22:23 UTC] Lee Jarvis <injekt.me@gmail.com> * allow helper modules to be suffixed with 'helper' this allows us to create helpers which may have identical names as Models without having namespace conflicts [7d8437e | 2010-08-26 15:12:26 UTC] Michael Fellinger <m.fellinger@gmail.com> * Support HttpOnly [1183bca | 2010-08-20 14:15:58 UTC] Lee Jarvis <injekt.me@gmail.com> * moved send_file helper to ramaze [6412640 | 2010-07-21 04:32:15 UTC] injekt <ljjarvis@gmail.com> * fixed readme formatting [1ac3e6f | 2010-07-21 04:31:27 UTC] injekt <ljjarvis@gmail.com> * updated installation docs
Diffstat (limited to 'www/ruby-innate')
-rw-r--r--www/ruby-innate/Makefile4
-rw-r--r--www/ruby-innate/PLIST5
-rw-r--r--www/ruby-innate/distinfo8
3 files changed, 8 insertions, 9 deletions
diff --git a/www/ruby-innate/Makefile b/www/ruby-innate/Makefile
index 2f6ade47e36..fa2918cf10e 100644
--- a/www/ruby-innate/Makefile
+++ b/www/ruby-innate/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 13:11:29 taca Exp $
+# $NetBSD: Makefile,v 1.3 2011/06/19 03:55:11 taca Exp $
-DISTNAME= innate-2010.07
+DISTNAME= innate-2011.04
CATEGORIES= devel
MAINTAINER= filip@joyent.com
diff --git a/www/ruby-innate/PLIST b/www/ruby-innate/PLIST
index b26911162a5..0af8ffd53f4 100644
--- a/www/ruby-innate/PLIST
+++ b/www/ruby-innate/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2010/09/10 13:11:29 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2011/06/19 03:55:11 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/AUTHORS
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
@@ -42,7 +43,6 @@ ${GEM_LIBDIR}/lib/innate/helper/flash.rb
${GEM_LIBDIR}/lib/innate/helper/link.rb
${GEM_LIBDIR}/lib/innate/helper/redirect.rb
${GEM_LIBDIR}/lib/innate/helper/render.rb
-${GEM_LIBDIR}/lib/innate/helper/send_file.rb
${GEM_LIBDIR}/lib/innate/log.rb
${GEM_LIBDIR}/lib/innate/log/color_formatter.rb
${GEM_LIBDIR}/lib/innate/log/hub.rb
@@ -89,7 +89,6 @@ ${GEM_LIBDIR}/spec/innate/helper/flash.rb
${GEM_LIBDIR}/spec/innate/helper/link.rb
${GEM_LIBDIR}/spec/innate/helper/redirect.rb
${GEM_LIBDIR}/spec/innate/helper/render.rb
-${GEM_LIBDIR}/spec/innate/helper/send_file.rb
${GEM_LIBDIR}/spec/innate/helper/view/aspect_hello.xhtml
${GEM_LIBDIR}/spec/innate/helper/view/locals.xhtml
${GEM_LIBDIR}/spec/innate/helper/view/loop.xhtml
diff --git a/www/ruby-innate/distinfo b/www/ruby-innate/distinfo
index c7250801f5f..26b64292104 100644
--- a/www/ruby-innate/distinfo
+++ b/www/ruby-innate/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2010/09/10 13:11:29 taca Exp $
+$NetBSD: distinfo,v 1.3 2011/06/19 03:55:11 taca Exp $
-SHA1 (innate-2010.07.gem) = d5fa17717765073e7cb59befe8ee8c7423f712f7
-RMD160 (innate-2010.07.gem) = 3728298670ac6b62f130cb10c003e97f93d96227
-Size (innate-2010.07.gem) = 102912 bytes
+SHA1 (innate-2011.04.gem) = 8ab00d8a6f9a88a403de162275809b679fa21247
+RMD160 (innate-2011.04.gem) = de12b9ad46601a5ffc8ecacab1046dd9c804ea39
+Size (innate-2011.04.gem) = 103424 bytes