summaryrefslogtreecommitdiff
path: root/www/ruby-padrino-cache
diff options
context:
space:
mode:
authortaca <taca>2013-09-15 18:25:49 +0000
committertaca <taca>2013-09-15 18:25:49 +0000
commit9191310c6d075b3d2eb5e29990f1b2018a57c9b5 (patch)
treeb66a4aef2647670515e86f3cfe84b4892b1cc906 /www/ruby-padrino-cache
parent8dba85e0457569c5f183a29ba4acb0bbd75e2c41 (diff)
downloadpkgsrc-9191310c6d075b3d2eb5e29990f1b2018a57c9b5.tar.gz
Update ruby-padrino related packages to 0.11.3.
0.11.3 (July 29th 2013) * FIX #1297 Added missing comma to spec_helper.rb generation (@lmorduch) * FIX #1298 DataMapper auto_migrate/auto_upgrade the default repository (@Ortuna) * FIX #1276 Merged range_field_tag.* templates into form_tag.* (@Ortuna) * FIX #1247 Ensure requiring active_record (@udzura) * FIX #1307 Lock nokogiri to 1.5.10 (@Ortuna) * FIX #1307 fixed haml_tag so it doesn¡Çt explode with undefined method (@Ortuna) * FIX #1314 Do not add authenticity token to GET form (@Ortuna) * FIX #1320 Some auto-detection for authenticity_token & form_tag (@Ortuna) * FIX #1319 ¡È&¡É should be escaped to ¡È&amp;¡É (@tmtm) * NEW #1321 Added some additional HTML boolean attributes. (@namusyaka) * FIX #1325 Locking down active support to less than 4.0 (@Ortuna) * NEW #1326 Add ability for cache_key to be a block (@Ortuna) * FIX #1318 Make caption arg in submit-tag helper optional even when options args are supplied (@dayflower) * FIX #1313 Implemented create and drop tasks for Sequel (@dariocravero) * FIX #1250 Prevent logging of health-check requests at log level over :debug (@tyabe) * FIX #1244 mat method do not working in admin views (@silentvick) * FIX #1226 Allow users to override admin templates on a file by file basis (@xavriley) * FIX #1054 Implemented disabled attribute for select_tag form helper (@dariocravero) * FIX #1328 Added test cases for #1188 (@Ortuna) * FIX #1186 Reverted DataMapper¡Çs explicit String to Integer castings. (@dariocravero) * FIX #1330 Update Twitter Bootstrap and Font-Awesome (@WaYdotNET) * FIX #1335 Make instances of he | himself | his | him all be gender neutral. (@didlix) * FIX #1334 Error into admin section (@WaYdotNET) * FIX #1336 File.read is better than ¡Èopen¡É (@namusyaka) * FIX #1294 Use :grouped_options of select_tag (@namusyaka) * FIX #1337 don¡Çt use block for content_tag in #select_tag (@namusyaka) * FIX #751 introduce #absolute_url for generating absolute urls (@ujifgc) * FIX #827 refactor padrino-cache expiration (@ujifgc) * FIX #1327 introduce :namespace option to abstract form builder (@sshaw) * FIX #1341 Fix module name including dashes in project generator (@tyabe) * FIX #1261 introduce case insensitive authentication by email (@ujifgc) * FIX skip padrino-cache with mongo on rbx engine (@ujifgc) * FIX #1195 Generator errors without git already set-up (@ujifgc) * FIX #1349 Redo tests for cache (@Ortuna) * FIX #1353 Add test cases for select_tag (@namusyaka) * FIX #1354 compatibility with 1.8.7 (@namusyaka) * FIX #1355 Automatically add multipart option to form_for if include file_field (@tyabe) * FIX #1356 Breadcrumb#del does not work when name type is Str (@namusyaka) * FIX Receive multipart option (@tyabe) * NEW #1358 Add test file for breadcrumbs. (@namusyaka) * FIX #1361 prioritized routes are working again (@namusyaka) * FIX #1257 Add a test to show use case for routing priority (@jeffutter) * FIX #1365 padrino rake mi:create_indexes task looks at subdirs (@natsumesou) * FIX #1367 bad placement output of button_to (@namusyaka)
Diffstat (limited to 'www/ruby-padrino-cache')
-rw-r--r--www/ruby-padrino-cache/PLIST11
-rw-r--r--www/ruby-padrino-cache/distinfo8
2 files changed, 12 insertions, 7 deletions
diff --git a/www/ruby-padrino-cache/PLIST b/www/ruby-padrino-cache/PLIST
index 868ba07c04d..8cde6e52113 100644
--- a/www/ruby-padrino-cache/PLIST
+++ b/www/ruby-padrino-cache/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/06/16 10:04:08 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2013/09/15 18:25:49 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.gitignore
@@ -20,7 +20,12 @@ ${GEM_LIBDIR}/lib/padrino-cache/store/mongo.rb
${GEM_LIBDIR}/lib/padrino-cache/store/redis.rb
${GEM_LIBDIR}/padrino-cache.gemspec
${GEM_LIBDIR}/test/helper.rb
-${GEM_LIBDIR}/test/shared.rb
+${GEM_LIBDIR}/test/stores/shared.rb
+${GEM_LIBDIR}/test/stores/test_dalli.rb
+${GEM_LIBDIR}/test/stores/test_file.rb
+${GEM_LIBDIR}/test/stores/test_memcache.rb
+${GEM_LIBDIR}/test/stores/test_memory.rb
+${GEM_LIBDIR}/test/stores/test_mongo.rb
+${GEM_LIBDIR}/test/stores/test_redis.rb
${GEM_LIBDIR}/test/test_padrino_cache.rb
-${GEM_LIBDIR}/test/test_stores.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/www/ruby-padrino-cache/distinfo b/www/ruby-padrino-cache/distinfo
index 12bfd69188a..bde4f324159 100644
--- a/www/ruby-padrino-cache/distinfo
+++ b/www/ruby-padrino-cache/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/06/16 10:04:08 obache Exp $
+$NetBSD: distinfo,v 1.3 2013/09/15 18:25:49 taca Exp $
-SHA1 (padrino-cache-0.11.2.gem) = 682d678dab1d8dbd25807c998af4e224832edad6
-RMD160 (padrino-cache-0.11.2.gem) = 30230756363344f21807542700fca8fd8d43d73a
-Size (padrino-cache-0.11.2.gem) = 15872 bytes
+SHA1 (padrino-cache-0.11.3.gem) = b3466ab91423e64ae7e96fde0db4f4573bd9a9c9
+RMD160 (padrino-cache-0.11.3.gem) = 632ec29a3984090e3ea11caf235a97651faf4c43
+Size (padrino-cache-0.11.3.gem) = 16896 bytes