clibgen 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: 05621a5929dec4fca00b28aedb116164607e647772cb489018ca9a80aff8f61b
4
- data.tar.gz: 5c58dbe93c12b9ffe26bb894a16a5fbbb4381da359c7254507c39fcf3c413246
3
+ metadata.gz: f26c78242f90a0cb7dcf1b9bbc8f58950c7988a75d344c565a28146b2a49ab1b
4
+ data.tar.gz: a98e3aef8e944dafe1d405f5bef280d6804900d529e63cc77f6a6e25b2ae2526
5
5
  SHA512:
6
- metadata.gz: 4f976a979e6dfd6f8d7d72b905acc4a8cec7267305213980690cebb7802e78c3ad08fc10ea7407f0d1daebecfad9db3e0cd4292c2c89c4fd92ef655a769ccf68
7
- data.tar.gz: 6f13112bd8a3dfb728d0f8864d09c760005e157be32dddf72669dd92f2e0ab978860dbb63ae06f29e49b42edf4fbb469a3d7f8110b76115fed9507f726582531
6
+ metadata.gz: 458bf8d50132b6ebb6431fb3901dc88690a82aff06cfe9d324e8e2946c1d5af7a1814f1dddafc6903599266485bb01e0be94c657fab5110ea69017bf66816d07
7
+ data.tar.gz: b09d2def25700cff722ec6870b7a6f242ffe8eedbaa02a67992ef7e2c1e3662ea0beb5e3baa952308dcb40db8f043a69bf642b7f9966ec773d46731b17b77114
data/README.md CHANGED
@@ -6,33 +6,19 @@ TODO: Delete this and the text above, and describe your gem
6
6
 
7
7
  ## Installation
8
8
 
9
- Add this line to your application's Gemfile:
9
+ install it yourself as:
10
10
 
11
- ```ruby
12
- gem 'libgen'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install libgen
11
+ $ gem install clibgen
22
12
 
23
13
  ## Usage
24
14
 
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
15
+ ```
16
+ clibgen -o ~/Downloads/heifBuild/test -n /Users/mk/Downloads/heifBuild/tmp/android-ndk -l libpng,x256,libde265
17
+ ```
32
18
 
33
19
  ## Contributing
34
20
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/libgen.
21
+ Bug reports and pull requests are welcome on GitHub at https://github.com/kaich/libgen.
36
22
 
37
23
  ## License
38
24
 
data/lib/asset/libpng.sh CHANGED
@@ -5,7 +5,7 @@ tmp_path=$root_path/tmp
5
5
 
6
6
  if [ ! -e $tmp_path ]
7
7
  then
8
- mkdir $tmp_path
8
+ mkdir -p $tmp_path
9
9
  fi
10
10
 
11
11
  export PATH=${PATH}:$ndk_path
data/lib/libgen/gen.rb CHANGED
@@ -49,7 +49,7 @@ module Gen
49
49
  end
50
50
 
51
51
  if !(file_exist?(out_dir) && file_exist?(ndk_dir))
52
- puts "指定的目录不存在:#{path}".colorize(:red)
52
+ puts "指定的目录不存在".colorize(:red)
53
53
  return
54
54
  end
55
55
 
@@ -1,3 +1,3 @@
1
1
  module Libgen
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clibgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaich