lmkplz 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12b1bb3e56d8b0eab118f968cdc2f69ac7ac3571
4
- data.tar.gz: fde8cff5e15710231b96dc82786c9e242c9366a7
3
+ metadata.gz: a54d8a212a3003037abe71278726255d9636a1aa
4
+ data.tar.gz: 2ad7b61bc0d330bafd1cdc5ff35042cf4539baee
5
5
  SHA512:
6
- metadata.gz: dbccdbbcf587eacb787b0a8e4f36b46260dc31eaa8771bf6c88ddc154e72135b35d1976f829047d15c0199719c5ee1be1b107634e1c8ba84d1803b12a99f1554
7
- data.tar.gz: bc21e7c29b04fd2f599f2bf882b6756b6842b50b189d5ad2713e830ba5890693c67cb8ed68ce5c7b2be34d909679ab49780ff6e6c0784f7ab7cd6a03a1a12610
6
+ metadata.gz: 5a80714ff644d2d012cdbb7f3ad7fe887a4f07404d1bdee31ea4d8b7cebb99a2b1939a6050ac1644959570460a92632b9d7f112e1efa3f0764a5dbc9ed7d2aae
7
+ data.tar.gz: '08a157ec0d3e2e6e83076a783f46d089fa1e34e7a2c5f922ba732faf9e8c66815439da6455e976c200fb55f8e3eedd20abf48d400032272ef669f466f50549fb'
@@ -1,6 +1,6 @@
1
1
  [root]
2
2
  name = "kkttyl"
3
- version = "0.0.3"
3
+ version = "0.0.4"
4
4
  dependencies = [
5
5
  "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
6
6
  "notify 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "kkttyl"
3
- version = "0.0.3"
3
+ version = "0.0.4"
4
4
  authors = ["Zach Ahn <engineering@zachahn.com>"]
5
5
 
6
6
  [lib]
@@ -1,12 +1,15 @@
1
1
  module Lmkplz
2
2
  module External
3
3
  def self.path
4
- if $USE_DEBUG_KKTTYL
5
- warn "Using debug build"
6
- debug_path
7
- else
8
- release_path
9
- end
4
+ path =
5
+ if defined?($USE_DEBUG_KKTTYL) && $USE_DEBUG_KKTTYL
6
+ warn "🐝 Using debug build of kkttyl"
7
+ debug_path
8
+ else
9
+ release_path
10
+ end
11
+
12
+ File.expand_path(path, File.join(__dir__, "../.."))
10
13
  end
11
14
 
12
15
  def self.release_path
@@ -1,3 +1,3 @@
1
1
  module Lmkplz
2
- VERSION = "0.0.3".freeze
2
+ VERSION = "0.0.4".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lmkplz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zach Ahn
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-24 00:00:00.000000000 Z
11
+ date: 2017-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi