Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v2.1.1.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 626b490..a6f3f73 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Ukigumo-Server

 {{$NEXT}}

+v2.1.1 2014-04-06T14:50:51Z
+
+    - Support STATUS_TIMEOUT
+
 v2.1.0 2014-04-05T05:45:25Z

     - Fix the bug that does not work on Windows (tokuhirom)
  • Loading branch information
moznion committed Apr 6, 2014
1 parent 52f4bda commit b56089f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Ukigumo-Server

{{$NEXT}}

v2.1.1 2014-04-06T14:50:51Z

- Support STATUS_TIMEOUT

v2.1.0 2014-04-05T05:45:25Z

- Fix the bug that does not work on Windows (tokuhirom)
Expand Down
9 changes: 4 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tokuhirom <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v0.12.0, CPAN::Meta::Converter version 2.133380",
"generated_by" : "Minilla/v0.13.0, CPAN::Meta::Converter version 2.133380",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -41,7 +41,7 @@
"Perl::Critic" : "0",
"SQL::Translator::Producer::Teng" : "0",
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion" : "0.10108",
"Test::MinimumVersion::Fast" : "0.04",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
Expand Down Expand Up @@ -88,8 +88,7 @@
"Time::Duration::ja" : "0.03",
"URI::Escape" : "0",
"URI::WithBase" : "0",
"Ukigumo::Common" : "0.04",
"Ukigumo::Constants" : "0",
"Ukigumo::Common" : "0.07",
"parent" : "0",
"perl" : "5.010001"
}
Expand Down Expand Up @@ -122,7 +121,7 @@
"web" : "https://github.com/ukigumo/Ukigumo-Server"
}
},
"version" : "v2.1.0",
"version" : "v2.1.1",
"x_contributors" : [
"xaicron <[email protected]>",
"Kan Fushihara <[email protected]>",
Expand Down
3 changes: 1 addition & 2 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires 'DBI' => 0;
requires 'DBD::SQLite' => 1.33;
requires 'Data::Validator' => 0.08;
requires 'Plack::Middleware::Session' => 0.14;
requires 'Ukigumo::Common' => '0.04';
requires 'Ukigumo::Common' => '0.07';
requires 'Teng';
requires 'Text::Markdown' => 1;
requires 'Data::Page::NoTotalEntries' => 0.02;
Expand All @@ -32,7 +32,6 @@ requires 'Router::Simple::Sinatraish';
requires 'Text::Xslate::Util';
requires 'URI::Escape';
requires 'URI::WithBase';
requires 'Ukigumo::Constants';
requires 'parent';
requires 'Getopt::Long';
requires 'Plack::Loader';
Expand Down
2 changes: 1 addition & 1 deletion lib/Ukigumo/Server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Ukigumo::Server;
use strict;
use warnings;
use 5.010001;
use version; our $VERSION = version->declare('v2.1.0');
use version; our $VERSION = version->declare('v2.1.1');

use parent qw(Amon2);
use Carp;
Expand Down

0 comments on commit b56089f

Please sign in to comment.