smarter_bundler 0.2.2 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/CHANGELOG +2 -2
- data/README.md +4 -0
- data/bin/test +2 -1
- data/lib/smarter_bundler/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2dfe9bf1c4b51f92fc90b9b94a23b5772faba80
|
4
|
+
data.tar.gz: 707059e5315a8064980fb126acfc3160cb53a49d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f6b514863283f0a9145956a765c83f4cdbaf493e0aacbf53d9316ff78fd613feb23fefa6b8f12996f92db8ab1e4726d1ead683dde055568ef1367709c0f3032
|
7
|
+
data.tar.gz: 177c09f9162cca42b712a62e7a91ac5515dd8fef9772a23507144606506abc955ee26d4066be04867ee88ca5f62f8e09e6102c26bce523dddc2c1620737f689c
|
data/.gitignore
CHANGED
data/CHANGELOG
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
*
|
2
|
-
* First producton version (used by health_check tests and my clients projects)
|
1
|
+
* 0.3.0
|
2
|
+
* First producton version (used by health_check tests and my clients projects) that passes all the tests
|
data/README.md
CHANGED
@@ -48,6 +48,10 @@ It will attempt to fix the Gemfile up to 100 times before giving up as long as e
|
|
48
48
|
|
49
49
|
Once the Gemfile has been adjusted, commit it into your source repository so that it does not need to be used again.
|
50
50
|
|
51
|
+
## Automated testing
|
52
|
+
|
53
|
+
* {<img src="https://travis-ci.org/ianheggie/smarter_bundler.png">}[https://travis-ci.org/ianheggie/smarter_bundler] - Travis CI
|
54
|
+
|
51
55
|
## Development
|
52
56
|
|
53
57
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
data/bin/test
CHANGED
@@ -64,7 +64,7 @@ do
|
|
64
64
|
# Exclude debugger - it breaks for many varied reasons on travis
|
65
65
|
../../exe/smarter_bundle --aggressive install --no-color --verbose --without debug
|
66
66
|
echo Gemfile changes:
|
67
|
-
diff Gemfile.default Gemfile
|
67
|
+
diff Gemfile.default Gemfile || echo "Changes where made to the Gemfile (which is acceptable)"
|
68
68
|
echo
|
69
69
|
bundle exec ruby -e 'puts "Test of #{ENV['"'"'d'"'"']}/Gemfile with ruby #{RUBY_VERSION} passed at #{Time.now}!"'
|
70
70
|
)
|
@@ -72,3 +72,4 @@ do
|
|
72
72
|
echo "Missing: test/$d/Gemfile.default - skipped"
|
73
73
|
fi
|
74
74
|
done
|
75
|
+
echo PASSED TESTING!
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smarter_bundler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian Heggie
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-03-
|
11
|
+
date: 2018-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|