Acme-CPANModules-PortedFrom-Ruby

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/PortedFrom/Ruby.pm  view on Meta::CPAN

package Acme::CPANModules::PortedFrom::Ruby;

use strict;
#use warnings;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2024-01-15'; # DATE
our $DIST = 'Acme-CPANModules-PortedFrom-Ruby'; # DIST
our $VERSION = '0.011'; # VERSION

our $LIST = {
    summary => "List of modules/applications that are ported from (or inspired by) ".
        "Ruby libraries",
    description => <<'_',

If you know of others, please drop me a message.

_
    entries => [
        {
            module => 'App::Sass',
            tags => ['web'],
            #ruby_package => undef,
        },
        {
            module => 'Data::Gimei',
            ruby_package => 'gimei',
            tags => [],
        },
        {
            module => 'Scientist',
            #tags => [],
            #ruby_package => undef,
        },
        {
            module => 'HTTP::Server::Brick',
            tags => ['web'],
            #ruby_package => undef,
        },
        {
            module => 'Plack',
            tags => ['web', 'framework'],
            description => <<'_',

From Plack's documentation: "Plack is like Ruby's Rack or Python's Paste for
WSGI." Plack and PSGI were created by MIYAGAWA in 2009 and were inspired by both
Python's WSGI specification (hence the dual specification-implementation split)
and Ruby's Rack (hence the name).

_
            ruby_package => 'rack',
            ruby_website_url => 'https://rack.github.io/',
            ruby_github_url => 'https://github.com/rack/rack',
        },
        {
            module => 'Squatting',
            tags => ['web', 'framework'],
            ruby_package => 'camping',
            ruby_website_url => 'http://www.ruby-camping.com/',
        },
        {
            module => 'Valiant',
            summary => 'Inspired by the data validation style in Ruby on Rails',
            tags => ['validation', 'framework'],
            ruby_package => 'rails',
            ruby_website_url => 'https://rubyonrails.org/',
        },
        {
            module => 'Dotenv',
            summary => 'Although the 12-factor methodology is not tied to a single language, the original implementation is in Ruby',
            #tags => ['framework'],
            ruby_package => 'dotenv',
            ruby_website_url => 'https://github.com/heroku/12factor',
        },
    ],
};

1;
# ABSTRACT: List of modules/applications that are ported from (or inspired by) Ruby libraries

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::PortedFrom::Ruby - List of modules/applications that are ported from (or inspired by) Ruby libraries

=head1 VERSION

This document describes version 0.011 of Acme::CPANModules::PortedFrom::Ruby (from Perl distribution Acme-CPANModules-PortedFrom-Ruby), released on 2024-01-15.

=head1 DESCRIPTION

If you know of others, please drop me a message.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<App::Sass>

Author: L<WWOLF|https://metacpan.org/author/WWOLF>

=item L<Data::Gimei>

Author: L<YOUPONG|https://metacpan.org/author/YOUPONG>

Ruby project's gem: L<https://rubygems.org/gems/gimei>

=item L<Scientist>

Author: L<LANCEW|https://metacpan.org/author/LANCEW>

=item L<HTTP::Server::Brick>

Author: L<AUFFLICK|https://metacpan.org/author/AUFFLICK>

=item L<Plack>

Author: L<MIYAGAWA|https://metacpan.org/author/MIYAGAWA>

From Plack's documentation: "Plack is like Ruby's Rack or Python's Paste for
WSGI." Plack and PSGI were created by MIYAGAWA in 2009 and were inspired by both
Python's WSGI specification (hence the dual specification-implementation split)
and Ruby's Rack (hence the name).


Ruby project's gem: L<https://rubygems.org/gems/rack>



( run in 1.322 second using v1.01-cache-2.11-cpan-e1769b4cff6 )