This gem is for reading maven project object models, and specifically to assist in determining package structures for android maven projects. The object model superficially fronts nokogiri backed xpath queries.
Add this line to your application's Gemfile:
gem 'mvner'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mvner
scanner = Mvner::RepoScanner.new "android-sample"
apks = scanner.apks
apklibs = scanner.apklibs
jars = scanner.jars- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request