streamly_ffi 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- streamly_ffi (0.1.6)
4
+ streamly_ffi (0.2.0)
5
5
  curl_ffi
6
6
 
7
7
  GEM
@@ -9,12 +9,8 @@ module StreamlyFFI
9
9
  include Singleton
10
10
  include StreamlyFFI::Base
11
11
 
12
- def initialize(options={})
13
- self.set_options(options)
14
- end
15
-
16
12
  def self.execute(options={})
17
- new(options).execute
13
+ new.execute(options)
18
14
  end
19
15
  end
20
16
  end
@@ -1,3 +1,3 @@
1
1
  module StreamlyFFI
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Lopez