Skip to content

Commit

Permalink
Build results of 1d91b24 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed May 23, 2012
2 parents 3a14176 + 1d91b24 commit 321dbd4
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 38 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Expand Up @@ -23,7 +23,7 @@ my %module_build_args = (
"Yanick Champoux <yanick\@babyl.dyndns.org>"
],
"dist_name" => "Dist-Zilla-PluginBundle-YANICK",
"dist_version" => "0.10.0",
"dist_version" => "0.11.0",
"license" => "perl",
"module_name" => "Dist::Zilla::PluginBundle::YANICK",
"recommends" => {},
Expand All @@ -50,7 +50,7 @@ my %module_build_args = (
"Dist::Zilla::Plugin::SchwartzRatio" => 0,
"Dist::Zilla::Plugin::Signature" => 0,
"Dist::Zilla::Plugin::Test::Compile" => 0,
"Dist::Zilla::Plugin::Twitter" => "0.013",
"Dist::Zilla::Plugin::Twitter" => "0.016",
"Dist::Zilla::Role::AfterRelease" => 0,
"Dist::Zilla::Role::FileMunger" => 0,
"Dist::Zilla::Role::MintingProfile::ShareDir" => 0,
Expand Down
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Dist-Zilla-PluginBundle-YANICK

0.11.0 2012-05-22
[ENHANCEMENTS]
- add ChangeStats::Git

0.10.0 2012-03-21
[ENHANCEMENTS]
- brand new Mint!
Expand Down
12 changes: 6 additions & 6 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Yanick Champoux <yanick@babyl.dyndns.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300009, CPAN::Meta::Converter version 2.120630",
"generated_by" : "Dist::Zilla version 4.300010, CPAN::Meta::Converter version 2.120630",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -47,7 +47,7 @@
"Dist::Zilla::Plugin::SchwartzRatio" : "0",
"Dist::Zilla::Plugin::Signature" : "0",
"Dist::Zilla::Plugin::Test::Compile" : "0",
"Dist::Zilla::Plugin::Twitter" : "0.013",
"Dist::Zilla::Plugin::Twitter" : "0.016",
"Dist::Zilla::Role::AfterRelease" : "0",
"Dist::Zilla::Role::FileMunger" : "0",
"Dist::Zilla::Role::MintingProfile::ShareDir" : "0",
Expand Down Expand Up @@ -75,15 +75,15 @@
"provides" : {
"Dist::Zilla::MintingProfile::Author::YANICK" : {
"file" : "lib/Dist/Zilla/MintingProfile/Author/YANICK.pm",
"version" : "v0.10.0"
"version" : "v0.11.0"
},
"Dist::Zilla::Plugin::Author::YANICK::NextSemanticVersion" : {
"file" : "lib/Dist/Zilla/Plugin/Author/YANICK/NextSemanticVersion.pm",
"version" : "v0.10.0"
"version" : "v0.11.0"
},
"Dist::Zilla::PluginBundle::YANICK" : {
"file" : "lib/Dist/Zilla/PluginBundle/YANICK.pm",
"version" : "v0.10.0"
"version" : "v0.11.0"
}
},
"release_status" : "stable",
Expand All @@ -99,7 +99,7 @@
"web" : "https://github.com/yanick/Dist-Zilla-PluginBundle-YANICK"
}
},
"version" : "0.10.0",
"version" : "0.11.0",
"x_author_pledge" : {
"version" : 1
},
Expand Down
12 changes: 6 additions & 6 deletions META.yml
Expand Up @@ -13,7 +13,7 @@ build_requires:
configure_requires:
Module::Build: 0.3601
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.300009, CPAN::Meta::Converter version 2.120630'
generated_by: 'Dist::Zilla version 4.300010, CPAN::Meta::Converter version 2.120630'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -22,13 +22,13 @@ name: Dist-Zilla-PluginBundle-YANICK
provides:
Dist::Zilla::MintingProfile::Author::YANICK:
file: lib/Dist/Zilla/MintingProfile/Author/YANICK.pm
version: v0.10.0
version: v0.11.0
Dist::Zilla::Plugin::Author::YANICK::NextSemanticVersion:
file: lib/Dist/Zilla/Plugin/Author/YANICK/NextSemanticVersion.pm
version: v0.10.0
version: v0.11.0
Dist::Zilla::PluginBundle::YANICK:
file: lib/Dist/Zilla/PluginBundle/YANICK.pm
version: v0.10.0
version: v0.11.0
requires:
CPAN::Changes: 0.17
Dist::Zilla::Plugin::Bugtracker: 0
Expand All @@ -51,7 +51,7 @@ requires:
Dist::Zilla::Plugin::SchwartzRatio: 0
Dist::Zilla::Plugin::Signature: 0
Dist::Zilla::Plugin::Test::Compile: 0
Dist::Zilla::Plugin::Twitter: 0.013
Dist::Zilla::Plugin::Twitter: 0.016
Dist::Zilla::Role::AfterRelease: 0
Dist::Zilla::Role::FileMunger: 0
Dist::Zilla::Role::MintingProfile::ShareDir: 0
Expand All @@ -67,7 +67,7 @@ resources:
bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-PluginBundle-YANICK
homepage: http://search.cpan.org/dist/Dist-Zilla-PluginBundle-YANICK/
repository: https://github.com/yanick/Dist-Zilla-PluginBundle-YANICK.git
version: 0.10.0
version: 0.11.0
x_author_pledge:
version: 1
x_authority: cpan:YANICK
5 changes: 4 additions & 1 deletion README
Expand Up @@ -3,7 +3,7 @@ NAME
dists

VERSION
version 0.10.0
version 0.11.0

DESCRIPTION
This is the plugin bundle that Yanick uses to release his distributions.
Expand Down Expand Up @@ -81,6 +81,9 @@ DESCRIPTION
[Twitter]
[SchwartzRatio]

[ChangeStats::Git]
group=STATISTICS

ARGUMENTS
autoprereqs_skip
Passed as "skip" to AutoPrereqs.
Expand Down
5 changes: 4 additions & 1 deletion README.mkdn
Expand Up @@ -4,7 +4,7 @@ Dist::Zilla::PluginBundle::YANICK - Be like Yanick when you build your dists

# VERSION

version 0.10.0
version 0.11.0

# DESCRIPTION

Expand Down Expand Up @@ -83,6 +83,9 @@ his distributions. It's roughly equivalent to
[Twitter]
[SchwartzRatio]

[ChangeStats::Git]
group=STATISTICS

## ARGUMENTS

### autoprereqs_skip
Expand Down
24 changes: 12 additions & 12 deletions SIGNATURE
Expand Up @@ -15,18 +15,18 @@ not run its Makefile.PL or Build.PL.
Hash: SHA1

SHA1 5c38beecc70e65067ac46aec9a027ce028d3be03 AUTHOR_PLEDGE
SHA1 e7ced44d35375633aef82cb569446ee560ae7ed1 Build.PL
SHA1 94332358956122552889e02b42c9f3c779c81be7 Changes
SHA1 ce1326e04c7b1455bcaabb3ed702f2426dcf2c7b Build.PL
SHA1 c19fd12d5b6a9d08506dbeff92dc3d74c88e2858 Changes
SHA1 ae49997c3db8cad20a26a913bfe3eacbe33a67e1 INSTALL
SHA1 ad92db9e4eb447c6fb8ea5018db635fd8a431512 LICENSE
SHA1 f6ac84cb2d3a0548b3c8f6d419b1abc63d084892 MANIFEST
SHA1 556dc303c412c377a64833f1c5b5ac15f351b915 META.json
SHA1 ee5b96bc3f06a2c326046081f8b960d272a7400f META.yml
SHA1 d3a3515dfe2a43a606d0bc7682f72fc5eb0f89e1 README
SHA1 98a3f9d1e6d1e4b6e7434b0a8b86f21dfbcd529c README.mkdn
SHA1 d6d892ce001127ee4274942f9fb703f2c12a131e lib/Dist/Zilla/MintingProfile/Author/YANICK.pm
SHA1 dc453ad999862b8a0877ee95e1e16347e9a3723f lib/Dist/Zilla/Plugin/Author/YANICK/NextSemanticVersion.pm
SHA1 4eb5136be425667d07392246ae1f38e717bdf805 lib/Dist/Zilla/PluginBundle/YANICK.pm
SHA1 d6b13dba43b71318c1c0a8ef99e1ec77d267f2ec META.json
SHA1 65e6832c81a7fb39eeb382f0703915b2bed49bc6 META.yml
SHA1 099afcab8b762ec552458dc497ce4762f2cb8b0e README
SHA1 ce465ab741180a2309bce5a5bb17c8756a434ca0 README.mkdn
SHA1 e88420d1bec5f35106fc4bcc3d76f5ade227d9e6 lib/Dist/Zilla/MintingProfile/Author/YANICK.pm
SHA1 d52e2306190d367097cacd87f990446e2d5d05a2 lib/Dist/Zilla/Plugin/Author/YANICK/NextSemanticVersion.pm
SHA1 7360e4e8b2acfe410b80b8c9c2d0e651e57fffc5 lib/Dist/Zilla/PluginBundle/YANICK.pm
SHA1 0b51825e173f2e8c9ffee75e0d734c9705b701e2 share/profiles/default/Module.pm
SHA1 ef4562036fe1014c7929c0d7a887d7236bd8a088 share/profiles/default/profile.ini
SHA1 a70ae04ccaab747a11514bc7878f224993314fac share/profiles/default/skel/.gitignore
Expand All @@ -38,7 +38,7 @@ SHA1 473906254ecd96009795d4b7fbc82fac48c03ecd t/000-report-versions.t
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk9qiEIACgkQ34Hwf+GwC4xmtQCfTmKVIC2scP4vJ61hlzxWRwgd
mRYAn0Bf3htyLmgCBgNPAWmMbMnnj+Sc
=AUf0
iEYEARECAAYFAk+8TCwACgkQ34Hwf+GwC4zUbACeNU2LGESHXhmg8u1BuIFnq74+
di8Aniu30jTbH/q4QLUPO5IvKNNCIDhN
=7DGk
-----END PGP SIGNATURE-----
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/MintingProfile/Author/YANICK.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$Dist::Zilla::MintingProfile::Author::YANICK::AUTHORITY = 'cpan:YANICK';
}
{
$Dist::Zilla::MintingProfile::Author::YANICK::VERSION = '0.10.0';
$Dist::Zilla::MintingProfile::Author::YANICK::VERSION = '0.11.0';
}
# ABSTRACT: create distributions like YANICK

Expand All @@ -27,7 +27,7 @@ Dist::Zilla::MintingProfile::Author::YANICK - create distributions like YANICK
=head1 VERSION
version 0.10.0
version 0.11.0
=head1 AUTHOR
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/Author/YANICK/NextSemanticVersion.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$Dist::Zilla::Plugin::Author::YANICK::NextSemanticVersion::AUTHORITY = 'cpan:YANICK';
}
{
$Dist::Zilla::Plugin::Author::YANICK::NextSemanticVersion::VERSION = '0.10.0';
$Dist::Zilla::Plugin::Author::YANICK::NextSemanticVersion::VERSION = '0.11.0';
}
# ABSTRACT: update the next version, semantic-wise

Expand Down Expand Up @@ -176,7 +176,7 @@ Dist::Zilla::Plugin::Author::YANICK::NextSemanticVersion - update the next versi
=head1 VERSION
version 0.10.0
version 0.11.0
=head1 AUTHOR
Expand Down
18 changes: 12 additions & 6 deletions lib/Dist/Zilla/PluginBundle/YANICK.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$Dist::Zilla::PluginBundle::YANICK::AUTHORITY = 'cpan:YANICK';
}
{
$Dist::Zilla::PluginBundle::YANICK::VERSION = '0.10.0';
$Dist::Zilla::PluginBundle::YANICK::VERSION = '0.11.0';
}

# ABSTRACT: Be like Yanick when you build your dists
Expand All @@ -26,7 +26,7 @@ use Dist::Zilla::Plugin::NextRelease;
use Dist::Zilla::Plugin::MetaProvides::Package;
use Dist::Zilla::Plugin::InstallRelease;
use Dist::Zilla::Plugin::InstallGuide;
use Dist::Zilla::Plugin::Twitter 0.013;
use Dist::Zilla::Plugin::Twitter 0.016;
use Dist::Zilla::Plugin::Signature;
use Dist::Zilla::Plugin::Git;
use Dist::Zilla::Plugin::CoalescePod;
Expand Down Expand Up @@ -102,16 +102,19 @@ sub configure {
$self->add_plugins(
[ 'Git::Push' => { push_to => $upstream } ],
qw/
PreviousVersion::Changelog
NextVersion::Semantic
UploadToCPAN
Twitter
/,
[ 'InstallRelease' => { install_command => 'cpanm .' } ],
);
}

$self->add_plugins( 'SchwartzRatio' );
$self->add_plugins(qw/
PreviousVersion::Changelog
NextVersion::Semantic
SchwartzRatio
ChangeStats::Git
/);

$self->config_slice( 'mb_class' );

Expand All @@ -129,7 +132,7 @@ Dist::Zilla::PluginBundle::YANICK - Be like Yanick when you build your dists
=head1 VERSION
version 0.10.0
version 0.11.0
=head1 DESCRIPTION
Expand Down Expand Up @@ -208,6 +211,9 @@ his distributions. It's roughly equivalent to
[Twitter]
[SchwartzRatio]
[ChangeStats::Git]
group=STATISTICS
=head2 ARGUMENTS
=head3 autoprereqs_skip
Expand Down

0 comments on commit 321dbd4

Please sign in to comment.