Skip to content

Commit d67de89

Browse files
committed
update version, fix spelling
1 parent c9c7b56 commit d67de89

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master
44

5+
## Version 2.1.2 (2021-5-3)
6+
7+
* allow `FFI::Pointer` as an argument to `new_from_memory` etc. [sled]
8+
59
## Version 2.1.1 (2021-5-3)
610

711
* fix "mutate" with libvips 8.9 [jcupitt]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.1
1+
2.1.2

lib/vips/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Vips
2-
VERSION = "2.1.1"
2+
VERSION = "2.1.2"
33
end

spec/image_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def has_jpeg?
6565
memory.put_array_of_uchar(0, Array.new(16 * 16, 128))
6666

6767
data = FFI::Pointer.new(memory)
68-
# JRuby's FFI implementation looses the size information
68+
# JRuby's FFI implementation loses the size information
6969
data = data.slice(0, 16 * 16) if defined?(JRUBY_VERSION)
7070

7171
x = Vips::Image.new_from_memory data, 16, 16, 1, :uchar
@@ -115,7 +115,7 @@ def has_jpeg?
115115
memory.put_array_of_uchar(0, Array.new(16 * 16, 128))
116116

117117
data = FFI::Pointer.new(memory)
118-
# JRuby's FFI implementation looses the size information
118+
# JRuby's FFI implementation loses the size information
119119
data = data.slice(0, 16 * 16) if defined?(JRUBY_VERSION)
120120

121121
x = Vips::Image.new_from_memory_copy data, 16, 16, 1, :uchar

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy