11
0
2021-08-20 12:06:36 +00:00
committed by Git OBS Bridge
parent 6c6b6f2305
commit 48afe61e14
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f11269d817bc52ab2af2721e89a377660a961078de2a3a55fc696d7897e8c00
size 38400

3
http-cookie-1.0.4.gem Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89a64e1b9e3ed823b559b2030e0b62ad850d0d11325a0589145ebf93d80267a4
size 39424

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jun 24 17:30:51 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 1.0.4
see installed CHANGELOG.md
## Unreleased
- Support Mozilla's cookie storage format up to version 7.
- Fix the time representation with creationTime and lastAccessed in
MozillaStore. (#8)
-------------------------------------------------------------------
Sat Oct 1 04:40:47 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package rubygem-http-cookie
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -24,7 +24,7 @@
#
Name: rubygem-http-cookie
Version: 1.0.3
Version: 1.0.4
Release: 0
%define mod_name http-cookie
%define mod_full_name %{mod_name}-%{version}
@@ -32,8 +32,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
Url: https://github.com/sparklemotion/http-cookie
Source: http://rubygems.org/gems/%{mod_full_name}.gem
URL: https://github.com/sparklemotion/http-cookie
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: A Ruby library to handle HTTP Cookies based on RFC 6265
License: MIT