[DRE-commits] [ruby-ramaze] 01/02: Merge tag 'upstream/2012.12.08'

Gunnar Wolf gwolf at alioth.debian.org
Thu Aug 29 15:50:38 UTC 2013


This is an automated email from the git hooks/post-receive script.

gwolf pushed a commit to branch master
in repository ruby-ramaze.

commit ad5d8c23effbb10c9705c9e6c7e2ee9bf9ebcd0d
Merge: d47214d dc524e6
Author: Gunnar Wolf <gwolf at debian.org>
Date:   Thu Aug 29 10:08:17 2013 -0500

    Merge tag 'upstream/2012.12.08'
    
    Upstream version 2012.12.08
    
    # gpg: Signature made Thu 29 Aug 2013 10:07:59 AM CDT using RSA key ID C1DB921F
    # gpg: checking the trustdb
    # gpg: 3 marginal(s) needed, 1 complete(s) needed, classic trust model
    # gpg: depth: 0  valid:   3  signed: 200  trust: 0-, 0q, 0n, 0m, 0f, 3u
    # gpg: depth: 1  valid: 200  signed: 455  trust: 191-, 0q, 0n, 5m, 4f, 0u
    # gpg: depth: 2  valid:  17  signed: 162  trust: 17-, 0q, 0n, 0m, 0f, 0u
    # gpg: next trustdb check due at 2013-09-16
    # gpg: Good signature from "Gunnar Eyal Wolf Iszaevich <gwolf at debian.org>"
    # gpg:                 aka "Gunnar Eyal Wolf Iszaevich <gwolf at gwolf.org>"
    # gpg:                 aka "Gunnar Eyal Wolf Iszaevich (Instituto de Investigaciones Económicas UNAM) <gwolf at iiec.unam.mx>"

 .gems                                              |   63 +-
 .gitignore                                         |    4 +
 .travis.yml                                        |    6 +-
 Gemfile                                            |    3 +
 README.md                                          |    7 +-
 Rakefile                                           |   29 +-
 examples/app/blog/app.rb                           |   19 +-
 examples/app/todolist/start.rb                     |    6 +-
 guide/AUTHORS                                      |   11 +-
 guide/CHANGELOG                                    |  636 ++++++++++++++++++++
 guide/_static/ramaze_console.png                   |  Bin 81250 -> 0 bytes
 guide/general/cache.md                             |    1 +
 guide/general/configuration.md                     |    3 +-
 guide/general/contributing.md                      |    1 +
 guide/general/controllers.md                       |  115 +++-
 guide/general/helpers.md                           |   13 +-
 guide/general/installation.md                      |    3 +-
 guide/general/logging.md                           |    5 +-
 guide/general/middlewares.md                       |   38 +-
 guide/general/models.md                            |    1 +
 guide/general/principles.md                        |    1 +
 guide/general/ramaze_command.md                    |   63 +-
 guide/general/routes.md                            |    1 +
 guide/general/sessions.md                          |    5 +-
 guide/general/special_thanks.md                    |    1 +
 guide/general/testing.md                           |    1 +
 guide/general/upgrading.md                         |   85 +++
 guide/general/views.md                             |   57 +-
 guide/tutorials/introduction.md                    |  263 --------
 lib/proto/Gemfile                                  |    4 +
 lib/proto/README.md                                |   35 ++
 lib/proto/Rakefile                                 |    1 +
 lib/proto/app.rb                                   |    8 +-
 lib/proto/model/init.rb                            |    6 -
 lib/proto/public/.htaccess                         |   24 -
 lib/proto/public/dispatch.fcgi                     |   11 -
 lib/proto/spec/helper.rb                           |   39 ++
 lib/proto/spec/main.rb                             |   20 -
 lib/proto/start.rb                                 |   20 -
 lib/proto/task/ramaze.rake                         |   57 ++
 lib/ramaze.rb                                      |   51 +-
 lib/ramaze/app_graph.rb                            |  105 ----
 lib/ramaze/bin/console.rb                          |   87 ---
 lib/ramaze/bin/create.rb                           |    4 +-
 lib/ramaze/bin/helper.rb                           |  107 ----
 lib/ramaze/bin/restart.rb                          |   95 ---
 lib/ramaze/bin/runner.rb                           |   14 -
 lib/ramaze/bin/start.rb                            |  221 -------
 lib/ramaze/bin/status.rb                           |  152 -----
 lib/ramaze/bin/stop.rb                             |  112 ----
 lib/ramaze/cache.rb                                |   21 +
 lib/ramaze/cache/memcache.rb                       |    4 +-
 lib/ramaze/cache/redis.rb                          |    6 +-
 lib/ramaze/cache/sequel.rb                         |    9 +-
 lib/ramaze/controller.rb                           |   13 +-
 lib/ramaze/default_middleware.rb                   |   24 +
 lib/ramaze/dependencies.rb                         |   84 ---
 lib/ramaze/files.rb                                |   10 +-
 lib/ramaze/gestalt.rb                              |   20 +-
 lib/ramaze/helper/blue_form.rb                     |   39 +-
 lib/ramaze/helper/csrf.rb                          |   52 +-
 lib/ramaze/helper/disqus.rb                        |   27 -
 lib/ramaze/helper/flash.rb                         |    2 +-
 lib/ramaze/helper/ultraviolet.rb                   |   49 --
 lib/ramaze/helper/upload.rb                        |    8 +-
 lib/ramaze/helper/user.rb                          |    1 +
 lib/ramaze/log.rb                                  |    5 -
 lib/ramaze/log/analogger.rb                        |   50 --
 lib/ramaze/log/growl.rb                            |   55 --
 lib/ramaze/log/informer.rb                         |    6 +-
 lib/ramaze/log/knotify.rb                          |   31 -
 lib/ramaze/log/logging.rb                          |    8 +-
 lib/ramaze/log/syslog.rb                           |    4 +-
 lib/ramaze/log/xosd.rb                             |   94 ---
 lib/ramaze/middleware_compiler.rb                  |   36 --
 lib/ramaze/plugin.rb                               |   69 ---
 lib/ramaze/response.rb                             |    2 +-
 lib/ramaze/setup.rb                                |  210 -------
 lib/ramaze/snippets.rb                             |   20 -
 lib/ramaze/snippets/array/put_within.rb            |   38 --
 lib/ramaze/snippets/binding/locals.rb              |   20 -
 lib/ramaze/snippets/fiber.rb                       |   41 --
 lib/ramaze/snippets/kernel/pretty_inspect.rb       |   18 -
 lib/ramaze/snippets/metaid.rb                      |   17 -
 lib/ramaze/snippets/numeric/filesize_format.rb     |   30 -
 lib/ramaze/snippets/numeric/time.rb                |   59 --
 .../snippets/object/instance_variable_defined.rb   |   16 -
 lib/ramaze/snippets/object/pretty.rb               |   12 -
 lib/ramaze/snippets/object/scope.rb                |   16 -
 lib/ramaze/snippets/ordered_set.rb                 |   51 --
 lib/ramaze/snippets/proc/locals.rb                 |   19 -
 lib/ramaze/snippets/ramaze/acquire.rb              |   32 -
 lib/ramaze/snippets/ramaze/dictionary.rb           |  400 ------------
 lib/ramaze/snippets/ramaze/fiber.rb                |   24 -
 lib/ramaze/snippets/ramaze/struct.rb               |   43 --
 lib/ramaze/snippets/string/end_with.rb             |   17 -
 lib/ramaze/snippets/string/ord.rb                  |   16 -
 lib/ramaze/snippets/string/start_with.rb           |   14 -
 lib/ramaze/snippets/thread/into.rb                 |   16 -
 lib/ramaze/spec.rb                                 |    4 -
 lib/ramaze/spec/bacon.rb                           |   18 +-
 lib/ramaze/version.rb                              |    2 +-
 lib/ramaze/view/erector.rb                         |    4 +-
 lib/ramaze/view/erubis.rb                          |    4 +-
 lib/ramaze/view/ezamar.rb                          |    4 +-
 lib/ramaze/view/haml.rb                            |    5 +-
 lib/ramaze/view/liquid.rb                          |    4 +-
 lib/ramaze/view/lokar.rb                           |    4 +-
 lib/ramaze/view/mustache.rb                        |    4 +-
 lib/ramaze/view/nagoro.rb                          |    5 +-
 lib/ramaze/view/remarkably.rb                      |    5 +-
 lib/ramaze/view/sass.rb                            |    7 +-
 lib/ramaze/view/slim.rb                            |    4 +-
 lib/ramaze/view/slippers.rb                        |    4 +-
 lib/ramaze/view/tagz.rb                            |    4 +-
 lib/ramaze/view/tenjin.rb                          |    4 +-
 metadata.yml                                       |  242 ++++----
 ramaze.gemspec                                     |   66 +-
 spec/helper.rb                                     |    1 -
 spec/ramaze/bin/start.rb                           |   34 --
 spec/ramaze/cache/localmemcache.rb                 |    4 -
 spec/ramaze/cache/sequel.rb                        |    2 +
 spec/ramaze/controller/mapping.rb                  |   17 +
 spec/ramaze/dispatcher/directory.rb                |   36 +-
 spec/ramaze/dispatcher/file.rb                     |   11 +-
 spec/ramaze/files.rb                               |    2 -
 spec/ramaze/helper/csrf.rb                         |   26 -
 spec/ramaze/helper/paginate.rb                     |   29 +-
 spec/ramaze/helper/upload.rb                       |    1 +
 spec/ramaze/helper/user.rb                         |   12 +
 spec/ramaze/log/growl.rb                           |   45 --
 spec/ramaze/log/syslog.rb                          |  129 ++--
 spec/ramaze/session/localmemcache.rb               |    2 +
 spec/ramaze/session/sequel.rb                      |    2 +
 spec/ramaze/struct.rb                              |   50 --
 spec/ramaze/view/lokar.rb                          |    2 +-
 spec/ramaze/view/nagoro.rb                         |    2 +-
 spec/snippets/array/put_within.rb                  |   38 --
 spec/snippets/binding/locals.rb                    |   12 -
 spec/snippets/numeric/filesize_format.rb           |   15 -
 spec/snippets/numeric/time.rb                      |   15 -
 spec/snippets/ordered_set.rb                       |   66 --
 spec/snippets/ramaze/acquire.rb                    |   80 ---
 spec/snippets/ramaze/dictionary.rb                 |  113 ----
 spec/snippets/ramaze/struct.rb                     |   15 -
 spec/snippets/thread/into.rb                       |   12 -
 tasks/bacon.rake                                   |    2 +-
 tasks/gem.rake                                     |   21 -
 tasks/gems.rake                                    |   15 +
 tasks/release.rake                                 |   45 +-
 tasks/setup.rake                                   |   14 -
 151 files changed, 1647 insertions(+), 4089 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ramaze.git



More information about the Pkg-ruby-extras-commits mailing list