dex2jar 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: 931433e351239f6967c3cdef484e58f20dd8e660
4
- data.tar.gz: 761ed9ab6cebc854ae9905ae1d7d6955e2f7b848
3
+ metadata.gz: 26b5009781b8a0a4e4c54d01d48953982a04c18b
4
+ data.tar.gz: 56e71a5540355a544061da3dbed034a63d37606f
5
5
  SHA512:
6
- metadata.gz: 68591650f8bab24ae978718d91b1bb7d95502cb83ee4858c3013795f47b9261507aa9266e09020e2f8004dc12acc8c9c1a23a8adc25d70e70643ad337cd9fd15
7
- data.tar.gz: e19b646620e97f31edcb58506cfb645137887c8ee289136568fdf3a8e76cd773451b9301e1e460a11f54fcee6aa313bd0b81fbaabf65f74172e0b8f4b0f3dd75
6
+ metadata.gz: 49522570f8061f2d67e7d39d6b594ffd1315f732f2afb42e3b4b02db67f29cd8ab6d6f81a668334d440bc86c52b1c32c6c52cc0dd3c8517074d990e630e7032c
7
+ data.tar.gz: 92e7e92e707e27c082cd969d498faa81ddb14b4ba4bedd2c0f2433595a4dc685a2df774755046dea8acfe19f6c467420d779b2e12b1c41386dc2d124c46b8dff
@@ -7,6 +7,6 @@ module Dex2jar
7
7
  end
8
8
 
9
9
  def self.root_path
10
- File.dirname __FILE__
10
+ File.expand_path('..', Dir.pwd)
11
11
  end
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module Dex2jar
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -21,7 +21,7 @@ describe Dex2jar::Command do
21
21
  it 'executes dex2jar.sh on unix environment' do
22
22
  expect(command).to receive(:windows_environment?).and_return(false)
23
23
 
24
- expect(command.send(:dex2jar_command)).to include('bin/dex2jar-0.0.9.15/d2j-dex2jar.sh')
24
+ expect(command.send(:dex2jar_command)).to be('bin/dex2jar-0.0.9.15/d2j-dex2jar.sh')
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dex2jar
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
  - Slawomir Smiechura