tebako-runtime 0.4.0 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,5 +26,5 @@
26
26
  # POSSIBILITY OF SUCH DAMAGE.
27
27
 
28
28
  module TebakoRuntime
29
- VERSION = "0.4.0"
29
+ VERSION = "0.4.2"
30
30
  end
@@ -52,6 +52,7 @@ Gem::Specification.new do |spec|
52
52
  f.match(%r{\A(?:(?:spec|tmp|\.github)/|\.(?:git|rspec|rubocop|gitignore))})
53
53
  end
54
54
  end
55
+ spec.files += Dir.glob("lib/cert/*")
55
56
  spec.require_paths = ["lib"]
56
57
 
57
58
  spec.add_development_dependency "rspec", "~> 3.2"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tebako-runtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
@@ -151,6 +151,7 @@ files:
151
151
  - Rakefile
152
152
  - bin/console
153
153
  - bin/setup
154
+ - lib/cert/cacert.pem.mozilla
154
155
  - lib/tebako-runtime.rb
155
156
  - lib/tebako-runtime/adapters/ffi.rb
156
157
  - lib/tebako-runtime/adapters/jing.rb