smarter_bundler 0.2.2 → 0.3.0

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
  SHA1:
3
- metadata.gz: 10f203335d8ae0d93458b567e314c4e5851b4249
4
- data.tar.gz: 2e015ec0fe6553e0e6d5c343ecf50425dc4421a1
3
+ metadata.gz: d2dfe9bf1c4b51f92fc90b9b94a23b5772faba80
4
+ data.tar.gz: 707059e5315a8064980fb126acfc3160cb53a49d
5
5
  SHA512:
6
- metadata.gz: 53c84d3b071458b4f8a30ee31b3c19eb23d2fbca41e8c90ddef16e39c78fa90c042319e97634161f5a2382437ae517758f1939b1ed387540d0caf3b1a5a64b80
7
- data.tar.gz: e0994eb574ced2f6152a02e00a9c221c5fd86e310dc17fa4aa5fb467750b2ecb495b48dd0948b1baa14e3220461178e10b03989d15b6fcbb317da212cf93e5f2
6
+ metadata.gz: 3f6b514863283f0a9145956a765c83f4cdbaf493e0aacbf53d9316ff78fd613feb23fefa6b8f12996f92db8ab1e4726d1ead683dde055568ef1367709c0f3032
7
+ data.tar.gz: 177c09f9162cca42b712a62e7a91ac5515dd8fef9772a23507144606506abc955ee26d4066be04867ee88ca5f62f8e09e6102c26bce523dddc2c1620737f689c
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
+ .ruby-version
1
2
  Gemfile.new
2
3
  Gemfile.lock
3
4
  /.bundle/
data/CHANGELOG CHANGED
@@ -1,2 +1,2 @@
1
- * 1.0.0
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!
@@ -1,3 +1,3 @@
1
1
  module SmarterBundler
2
- VERSION = "0.2.2"
2
+ VERSION = "0.3.0"
3
3
  end
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.2.2
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-13 00:00:00.000000000 Z
11
+ date: 2018-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler