Acme-CPANModules-PortedFrom-Ruby
view release on metacpan or search on metacpan
"version" : "0.10"
},
{
"class" : "Dist::Zilla::Plugin::PodnameFromFilename",
"name" : "@Author::PERLANCAR/PodnameFromFilename",
"version" : "0.02"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec",
"config" : {
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec",
"version" : "0.064"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::MetaResources",
"name" : "@Author::PERLANCAR/PERLANCAR::MetaResources",
"version" : "0.043"
"version" : "0.001"
},
{
"class" : "Dist::Zilla::Plugin::CheckSelfDependency",
"config" : {
"Dist::Zilla::Plugin::CheckSelfDependency" : {
"finder" : [
":InstallModules"
]
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/CheckSelfDependency",
"version" : "0.011"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
}
],
"include_underscores" : 0
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
"$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004",
"inherit_missing" : 1,
"inherit_version" : 1,
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/MetaProvides::Package",
"version" : "2.004003"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::Authority",
"name" : "@Author::PERLANCAR/PERLANCAR::Authority",
"version" : "0.001"
class: Dist::Zilla::Plugin::Rinci::AbstractFromMeta
name: '@Author::PERLANCAR/Rinci::AbstractFromMeta'
version: '0.10'
-
class: Dist::Zilla::Plugin::PodnameFromFilename
name: '@Author::PERLANCAR/PodnameFromFilename'
version: '0.02'
-
class: Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec
config:
Dist::Zilla::Role::ModuleMetadata:
Module::Metadata: '1.000037'
version: '0.006'
name: '@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec'
version: '0.064'
-
class: Dist::Zilla::Plugin::PERLANCAR::MetaResources
name: '@Author::PERLANCAR/PERLANCAR::MetaResources'
version: '0.043'
-
class: Dist::Zilla::Plugin::CheckChangeLog
name: '@Author::PERLANCAR/CheckChangeLog'
-
class: Dist::Zilla::Plugin::CheckMetaResources
name: '@Author::PERLANCAR/CheckMetaResources'
version: '0.001'
-
class: Dist::Zilla::Plugin::CheckSelfDependency
config:
Dist::Zilla::Plugin::CheckSelfDependency:
finder:
- ':InstallModules'
Dist::Zilla::Role::ModuleMetadata:
Module::Metadata: '1.000037'
version: '0.006'
name: '@Author::PERLANCAR/CheckSelfDependency'
version: '0.011'
-
class: Dist::Zilla::Plugin::Git::Contributors
config:
Dist::Zilla::Plugin::Git::Contributors:
git_version: 2.25.1
include_authors: 0
include_releaser: 1
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Author::PERLANCAR/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
version: '6.031'
include_underscores: 0
Dist::Zilla::Role::MetaProvider::Provider:
$Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
inherit_missing: 1
inherit_version: 1
meta_noindex: 1
Dist::Zilla::Role::ModuleMetadata:
Module::Metadata: '1.000037'
version: '0.006'
name: '@Author::PERLANCAR/MetaProvides::Package'
version: '2.004003'
-
class: Dist::Zilla::Plugin::PERLANCAR::Authority
name: '@Author::PERLANCAR/PERLANCAR::Authority'
version: '0.001'
-
class: Dist::Zilla::Plugin::OurDate
name: '@Author::PERLANCAR/OurDate'
Ruby project's GitHub: <https://github.com/rack/rack>
Squatting
Author: BEPPU <https://metacpan.org/author/BEPPU>
Ruby project's gem: <https://rubygems.org/gems/camping>
Ruby project's website: <http://www.ruby-camping.com/>
Valiant
Inspired by the data validation style in Ruby on Rails.
Author: JJNAPIORK <https://metacpan.org/author/JJNAPIORK>
Ruby project's gem: <https://rubygems.org/gems/rails>
Ruby project's website: <https://rubyonrails.org/>
Dotenv
Although the 12-factor methodology is not tied to a single language,
the original implementation is in Ruby.
lib/Acme/CPANModules/PortedFrom/Ruby.pm view on Meta::CPAN
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',
lib/Acme/CPANModules/PortedFrom/Ruby.pm view on Meta::CPAN
=item L<Squatting>
Author: L<BEPPU|https://metacpan.org/author/BEPPU>
Ruby project's gem: L<https://rubygems.org/gems/camping>
Ruby project's website: L<http://www.ruby-camping.com/>
=item L<Valiant>
Inspired by the data validation style in Ruby on Rails.
Author: L<JJNAPIORK|https://metacpan.org/author/JJNAPIORK>
Ruby project's gem: L<https://rubygems.org/gems/rails>
Ruby project's website: L<https://rubyonrails.org/>
=item L<Dotenv>
Although the 12-factor methodology is not tied to a single language, the original implementation is in Ruby.
( run in 0.577 second using v1.01-cache-2.11-cpan-8d75d55dd25 )