Skip to content

Commit a09293e

Browse files
committed
fixing gemspec file and renaming binary to apkToJava
1 parent e061a20 commit a09293e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apkToJava.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# coding: utf-8
22
lib = File.expand_path('../lib', __FILE__)
33
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4-
require 'apkToJava/version'
4+
require_relative './lib/apk_to_java/version.rb'
55

66
Gem::Specification.new do |s|
77
s.name = 'apkToJava'
88
s.version = ApkToJava::VERSION
99
s.date = '2016-01-28'
10-
s.summary = ''
10+
s.summary = 'View android apk as as java in GUI'
1111
s.description = s.summary
1212
s.authors = ['Ajit Singh']
1313
s.email = '[email protected]'
File renamed without changes.

0 commit comments

Comments
 (0)