washout_builder 0.15.6 → 0.15.7

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: d919b2510e76675de1fff4f01f24054ea68a9523
4
- data.tar.gz: 892e4bd42e766fd5aa745452e6fdaaa12b8578e1
3
+ metadata.gz: ca7a49562654c7953fd102f99312b74884291311
4
+ data.tar.gz: ca3c14e5bdbc4ca37b33f53c286ce011fd6f13cd
5
5
  SHA512:
6
- metadata.gz: c8c66851699a73fccfd5b3dfaa9eccb7fdcf183d7737a4992c28f95ceb63c6171c335d3f813116d1449fa0ad879d448d03715677086558e043ee5b10cb673c49
7
- data.tar.gz: 8de3e81ba51afa325a7a351ece58bf389a1ec33eb2d42d99009964e0b9b726e7aa0e11a3cd0479e4a31f28dea5844fb6f490b8449cc582692320a1c1b7e28f34
6
+ metadata.gz: d1d1eec78f55e30ed89f11bcf5b3ce9503e833bec75cd8a790e6fdeb63e7b22532c99cba3fef45284124f12ad5d6c8b23c575e845ec74c1136416bdd2df646af
7
+ data.tar.gz: dffb89120ce3dd8b65f2139ffc9e3067365d91c9ee4114a3a48c671716293108a742d9822eeca74a1c7c7ef49a60c4c290f390559629e4e106f37983011455f0
data/.rubocop.yml CHANGED
@@ -2,6 +2,7 @@ AllCops:
2
2
  Exclude:
3
3
  - washout_builder.gemspec
4
4
  - bin/**/*
5
+ - spec/support/fix_minitest.rb
5
6
  - Guardfile
6
7
 
7
8
  Documentation:
data/Rakefile CHANGED
@@ -39,10 +39,9 @@ task default: [:all]
39
39
  desc 'Test the plugin under all supported Rails versions.'
40
40
  task :all do |_t|
41
41
  if ENV['TRAVIS']
42
- exec(' bundle exec appraisal install && bundle exec rake appraisal spec && bundle exec rake coveralls:push')
42
+ exec(' bundle exec phare && bundle exec appraisal install && bundle exec rake appraisal spec && bundle exec rake coveralls:push')
43
43
  else
44
- #exec(' bundle exec rubocop -a . && bundle exec phare &&')
45
- exec ('bundle exec appraisal install && bundle exec rake appraisal spec')
44
+ exec(' bundle exec rubocop -a . && bundle exec phare && bundle exec appraisal install && bundle exec rake appraisal spec')
46
45
  end
47
46
  end
48
47
 
@@ -6,7 +6,7 @@ module WashoutBuilder # Returns the version of the currently loaded Rails as a <
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 15
9
- TINY = 6
9
+ TINY = 7
10
10
  PRE = nil
11
11
 
12
12
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: washout_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.6
4
+ version: 0.15.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-11 00:00:00.000000000 Z
11
+ date: 2015-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: wash_out