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 +4 -4
- data/README.md +6 -20
- data/lib/asset/libpng.sh +1 -1
- data/lib/libgen/gen.rb +1 -1
- data/lib/libgen/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f26c78242f90a0cb7dcf1b9bbc8f58950c7988a75d344c565a28146b2a49ab1b
|
4
|
+
data.tar.gz: a98e3aef8e944dafe1d405f5bef280d6804900d529e63cc77f6a6e25b2ae2526
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
9
|
+
install it yourself as:
|
10
10
|
|
11
|
-
|
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
|
-
|
26
|
-
|
27
|
-
|
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/
|
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
data/lib/libgen/gen.rb
CHANGED
data/lib/libgen/version.rb
CHANGED