appbundler 0.12.3 → 0.13.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +25 -1
- data/{LICENSE.txt → LICENSE} +0 -0
- data/Rakefile +40 -0
- data/appbundler.gemspec +2 -6
- data/lib/appbundler/app.rb +59 -48
- data/lib/appbundler/cli.rb +30 -36
- data/lib/appbundler/version.rb +1 -1
- data/spec/appbundler/app_spec.rb +171 -146
- data/spec/fixtures/appbundler-example-app/lib/example_app.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +5 -66
- data/.expeditor/config.yml +0 -44
- data/.expeditor/update_version.sh +0 -12
- data/.github/CODEOWNERS +0 -7
- data/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md +0 -29
- data/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md +0 -40
- data/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md +0 -17
- data/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md +0 -12
- data/.github/PULL_REQUEST_TEMPLATE.md +0 -15
- data/.github/lock.yml +0 -1
- data/.gitignore +0 -19
- data/.rspec +0 -2
- data/.travis.yml +0 -23
- data/CHANGELOG.md +0 -36
- data/CODE_OF_CONDUCT.md +0 -1
- data/CONTRIBUTING.md +0 -1
- data/README.md +0 -204
- data/VERSION +0 -1
- data/spec/fixtures/appbundler-example-app/.bundle/config +0 -2
data/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
0.12.3
|