Skip to content

Commit

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

diff --git a/Changes b/Changes
index 07161a8..8c57dbc 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Ukigumo-Server

 {{$NEXT}}

+v2.1.4 2015-01-23T12:04:05Z
+
+    - Add lacked dependent module (Thank you for reporting, @hfm)
+
 v2.1.3 2014-04-30T06:45:34Z

     [Feature]
  • Loading branch information
moznion committed Jan 23, 2015
1 parent 77f7ed5 commit 0767294
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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.4 2015-01-23T12:04:05Z

- Add lacked dependent module (Thank you for reporting, @hfm)

v2.1.3 2014-04-30T06:45:34Z

[Feature]
Expand Down
5 changes: 3 additions & 2 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/v1.0.0, CPAN::Meta::Converter version 2.133380",
"generated_by" : "Minilla/v2.3.0, CPAN::Meta::Converter version 2.143240",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -51,6 +51,7 @@
"Amon2" : "2.50",
"Amon2::Declare" : "0",
"Amon2::Plugin::ShareDir" : "0",
"Amon2::Plugin::Web::CSRFDefender" : "7.03",
"Amon2::Web" : "0",
"Amon2::Web::Dispatcher::Lite" : "0",
"Capture::Tiny" : "0",
Expand Down Expand Up @@ -126,7 +127,7 @@
"web" : "https://github.com/ukigumo/Ukigumo-Server"
}
},
"version" : "v2.1.3",
"version" : "v2.1.4",
"x_authority" : "cpan:TOKUHIROM",
"x_contributors" : [
"xaicron <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/ukigumo/Ukigumo-Server.png?branch=master)](https://travis-ci.org/ukigumo/Ukigumo-Server) [![Coverage Status](https://coveralls.io/repos/ukigumo/Ukigumo-Server/badge.png?branch=master)](https://coveralls.io/r/ukigumo/Ukigumo-Server?branch=master)
[![Build Status](https://travis-ci.org/ukigumo/Ukigumo-Server.svg?branch=master)](https://travis-ci.org/ukigumo/Ukigumo-Server) [![Coverage Status](https://img.shields.io/coveralls/ukigumo/Ukigumo-Server/master.svg)](https://coveralls.io/r/ukigumo/Ukigumo-Server?branch=master)
# NAME

Ukigumo::Server - Testing report storage Server
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.3');
use version; our $VERSION = version->declare('v2.1.4');

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

0 comments on commit 0767294

Please sign in to comment.