Skip to content

Commit 511a1be

Browse files
author
Dorian Marié
committed
0.3.5 updates gemspec
1 parent 48c5bf9 commit 511a1be

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cookiejar.gemspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ require 'cookiejar/version'
77
Gem::Specification.new do |s|
88
s.name = 'cookiejar2'
99
s.version = CookieJar::VERSION
10-
s.authors = ['David Waite']
10+
s.authors = ['David Waite', 'Dorian Marié']
1111
s.license = 'BSD-2-Clause'
12-
s.email = ['[email protected]']
12+
s.email = ['[email protected]']
1313
s.description = 'Allows for parsing and returning cookies in Ruby HTTP client code'
1414
s.summary = 'Client-side HTTP Cookie library'
15-
s.homepage = 'http://alkaline-solutions.com'
16-
s.date = '2014-02-01'
15+
s.homepage = 'https://github.com/dorianmariefr/cookiejar2'
16+
s.date = '2022-05-15'
1717

1818
s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
1919
s.test_files = s.files.grep(%r{^(spec)/})

lib/cookiejar/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module CookieJar
3-
VERSION = '0.3.4'.freeze
3+
VERSION = '0.3.5'.freeze
44
end

0 commit comments

Comments
 (0)