• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tokuhirom / HTTP-Session2 / 30
98%

Build:
DEFAULT BRANCH: master
Ran 28 Jul 2014 04:12AM UTC
Jobs 3
Files 5
Run time 15s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
30

push

travis-ci

Tokuhiro Matsuno
Checking in changes prior to tagging of version 1.00.

Changelog diff is:

diff --git Changes Changes
index 548783b..e4f103f 100644
--- Changes
+++ Changes
@@ -2,6 +2,22 @@ Revision history for Perl extension HTTP-Session2

 {{$NEXT}}

+1.00 2014-07-28T04:09:47Z
+
+    [INCOMPATIBLE CHANGE]
+    - I changed HMAC strategy on ServerSide mode.
+      Previous version uses
+
+        hmac_hex(data: $session_id, key: $secret)
+
+      New version is:
+
+        hmac_hex(data: $secret, key: $session)
+
+      This version is even secure. But, it's not a critical issue.
+
+      I think this change won't break your code.
+
 0.05 2014-03-18T18:52:37Z

     - use Cookie::Baker for generating cookie string for Plack response object.

187 of 187 relevant lines covered (100.0%)

60.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30.1 28 Jul 2014 04:12AM UTC 0
100.0
Travis Job 30.1
2 30.2 28 Jul 2014 04:12AM UTC 0
100.0
Travis Job 30.2
3 30.3 28 Jul 2014 04:12AM UTC 0
100.0
Travis Job 30.3
Source Files on build 30
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #30
  • 8c0caf9d on github
  • Prev Build on master (#29)
  • Next Build on master (#33)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc