libddprof 0.5.0.1.0.beta1-x86_64-linux → 0.6.0.1.0-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
Files changed (18) hide show
  1. checksums.yaml +4 -4
  2. data/lib/libddprof/version.rb +2 -2
  3. data/lib/libddprof.rb +0 -5
  4. data/vendor/{libddprof-0.5.0 → libddprof-0.6.0}/x86_64-linux/libddprof-x86_64-unknown-linux-gnu/LICENSE +0 -0
  5. data/vendor/{libddprof-0.5.0/x86_64-linux-musl/libddprof-x86_64-alpine-linux-musl → libddprof-0.6.0/x86_64-linux/libddprof-x86_64-unknown-linux-gnu}/LICENSE-3rdparty.yml +306 -88
  6. data/vendor/{libddprof-0.5.0 → libddprof-0.6.0}/x86_64-linux/libddprof-x86_64-unknown-linux-gnu/NOTICE +0 -0
  7. data/vendor/{libddprof-0.5.0/x86_64-linux-musl/libddprof-x86_64-alpine-linux-musl → libddprof-0.6.0/x86_64-linux/libddprof-x86_64-unknown-linux-gnu}/include/ddprof/ffi.h +231 -131
  8. data/vendor/libddprof-0.6.0/x86_64-linux/libddprof-x86_64-unknown-linux-gnu/lib/libddprof_ffi.so +0 -0
  9. data/vendor/{libddprof-0.5.0 → libddprof-0.6.0}/x86_64-linux/libddprof-x86_64-unknown-linux-gnu/lib/pkgconfig/ddprof_ffi_with_rpath.pc +1 -1
  10. data/vendor/{libddprof-0.5.0 → libddprof-0.6.0}/x86_64-linux-musl/libddprof-x86_64-alpine-linux-musl/LICENSE +0 -0
  11. data/vendor/{libddprof-0.5.0/x86_64-linux/libddprof-x86_64-unknown-linux-gnu → libddprof-0.6.0/x86_64-linux-musl/libddprof-x86_64-alpine-linux-musl}/LICENSE-3rdparty.yml +306 -88
  12. data/vendor/{libddprof-0.5.0 → libddprof-0.6.0}/x86_64-linux-musl/libddprof-x86_64-alpine-linux-musl/NOTICE +0 -0
  13. data/vendor/{libddprof-0.5.0/x86_64-linux/libddprof-x86_64-unknown-linux-gnu → libddprof-0.6.0/x86_64-linux-musl/libddprof-x86_64-alpine-linux-musl}/include/ddprof/ffi.h +231 -131
  14. data/vendor/libddprof-0.6.0/x86_64-linux-musl/libddprof-x86_64-alpine-linux-musl/lib/libddprof_ffi.so +0 -0
  15. data/vendor/{libddprof-0.5.0 → libddprof-0.6.0}/x86_64-linux-musl/libddprof-x86_64-alpine-linux-musl/lib/pkgconfig/ddprof_ffi_with_rpath.pc +1 -1
  16. metadata +16 -16
  17. data/vendor/libddprof-0.5.0/x86_64-linux/libddprof-x86_64-unknown-linux-gnu/lib/libddprof_ffi.so +0 -0
  18. data/vendor/libddprof-0.5.0/x86_64-linux-musl/libddprof-x86_64-alpine-linux-musl/lib/libddprof_ffi.so +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59274aaef3ddd1bc233e5c90462527787ea94a41f913d50939dc2baeeea575ae
4
- data.tar.gz: 2b9195ef543447d834e0366dfdc597a32fd09fd35d7a4dce4476414a32a7010e
3
+ metadata.gz: 9d9e094fa1882862d145c15c43c2031a01334991d08cd9da1e24571ff76a297e
4
+ data.tar.gz: cc495ea8a22cc7873acc7321c91b87754069807885bb2be8d30d3509a962296e
5
5
  SHA512:
6
- metadata.gz: 53859cdc45a2afa36bd6fb81a7e32842fd13e6ef50c3eb7a8b37bc2e1ed278da447e851e6aa77ba881a7a7f2057db095fc69fa86d5da08937bda53f9b61511ff
7
- data.tar.gz: c90a2e09b277f4ead6520d22921672d49a51548088f291328829e87698a7aa07f72c0e1e52980766b34262200f99168f0dd3d80920e64f0e09f28b7b989efb5a
6
+ metadata.gz: 2f5b9dde74f9d8df7a1732638a5cf8c0b98f534b459bace286245ba4b8f175c7110ee0fc58416ed35556a079610e1789c139c8c06b3b1cdec770b83f64d20034
7
+ data.tar.gz: 28ffe3cba1e39018e5019b4a2987e5921a075a2be99a426c914c7a4aad311387edbbc764b280d6b09994da9aa6098d6ca059fe0c681e11ddcd1d3990e318c24c
@@ -2,11 +2,11 @@
2
2
 
3
3
  module Libddprof
4
4
  # Current libddprof version
5
- LIB_VERSION = "0.5.0"
5
+ LIB_VERSION = "0.6.0"
6
6
 
7
7
  GEM_MAJOR_VERSION = "1"
8
8
  GEM_MINOR_VERSION = "0"
9
- GEM_PRERELEASE_VERSION = ".beta1" # remember to include dot prefix, if needed!
9
+ GEM_PRERELEASE_VERSION = "" # remember to include dot prefix, if needed!
10
10
  private_constant :GEM_MAJOR_VERSION, :GEM_MINOR_VERSION, :GEM_PRERELEASE_VERSION
11
11
 
12
12
  # The gem version scheme is lib_version.gem_major.gem_minor[.prerelease].
data/lib/libddprof.rb CHANGED
@@ -3,11 +3,6 @@
3
3
  require_relative "libddprof/version"
4
4
 
5
5
  module Libddprof
6
- # Does this libddprof release include any binaries?
7
- def self.binaries?
8
- available_binaries.any?
9
- end
10
-
11
6
  # This should only be used for debugging/logging
12
7
  def self.available_binaries
13
8
  File.directory?(vendor_directory) ? (Dir.entries(vendor_directory) - [".", ".."]) : []