Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
taf2 committed Feb 9, 2025
1 parent 5ff3c94 commit 4450ee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions curb.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = "curb"
s.authors = ["Ross Bamford", "Todd A. Fisher"]
s.version = '1.0.6'
s.date = '2024-10-02'
s.version = '1.0.7'
s.date = '2025-02-09'
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/}
s.email = 'todd.fisher@gmail.com'
s.extra_rdoc_files = ['LICENSE', 'README.markdown']
Expand All @@ -24,5 +24,5 @@ Gem::Specification.new do |s|

s.platform = Gem::Platform::RUBY

s.licenses = ['MIT']
s.licenses = ['Ruby']
end
6 changes: 3 additions & 3 deletions ext/curb.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
#include "curb_macros.h"

// These should be managed from the Rake 'release' task.
#define CURB_VERSION "1.0.6"
#define CURB_VER_NUM 1006
#define CURB_VERSION "1.0.7"
#define CURB_VER_NUM 1007
#define CURB_VER_MAJ 1
#define CURB_VER_MIN 0
#define CURB_VER_MIC 6
#define CURB_VER_MIC 7
#define CURB_VER_PATCH 0


Expand Down

0 comments on commit 4450ee0

Please sign in to comment.