Skip to content

Commit 4450ee0

Browse files
committed
update release
1 parent 5ff3c94 commit 4450ee0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

curb.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |s|
22
s.name = "curb"
33
s.authors = ["Ross Bamford", "Todd A. Fisher"]
4-
s.version = '1.0.6'
5-
s.date = '2024-10-02'
4+
s.version = '1.0.7'
5+
s.date = '2025-02-09'
66
s.description = %q{Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/}
77
s.email = '[email protected]'
88
s.extra_rdoc_files = ['LICENSE', 'README.markdown']
@@ -24,5 +24,5 @@ Gem::Specification.new do |s|
2424

2525
s.platform = Gem::Platform::RUBY
2626

27-
s.licenses = ['MIT']
27+
s.licenses = ['Ruby']
2828
end

ext/curb.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
#include "curb_macros.h"
2929

3030
// These should be managed from the Rake 'release' task.
31-
#define CURB_VERSION "1.0.6"
32-
#define CURB_VER_NUM 1006
31+
#define CURB_VERSION "1.0.7"
32+
#define CURB_VER_NUM 1007
3333
#define CURB_VER_MAJ 1
3434
#define CURB_VER_MIN 0
35-
#define CURB_VER_MIC 6
35+
#define CURB_VER_MIC 7
3636
#define CURB_VER_PATCH 0
3737

3838

0 commit comments

Comments
 (0)