streamly_ffi 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -108,5 +108,9 @@ module StreamlyFFI
108
108
  opts[:response_body_handler] = block if block_given?
109
109
  self.connection.execute(opts)
110
110
  end
111
+
112
+ def escape(_string)
113
+ self.connection.escape(_string)
114
+ end
111
115
  end
112
116
  end
@@ -1,3 +1,3 @@
1
1
  module StreamlyFFI
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Lopez