washout_builder 0.16.0 → 0.16.1

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: c1c2aab790ac673d734f1ee42eb6f963e28076f5
4
- data.tar.gz: b36593c650e341398e4291a2c3a72910b83b61e1
3
+ metadata.gz: 6c4ed779a68919c6de832b667e05b4a0a5c8eec9
4
+ data.tar.gz: 3c479cbcd085a9aa923c46c3c7737b2a3b1c4bd5
5
5
  SHA512:
6
- metadata.gz: 9441ed5ed24a575495ab3b7d81df35db6f38026f593cde6e2111fea264af5403bc8120949932f6643c1f84cd8549084104c2aa4ed9df0d30c47e04c8c61987df
7
- data.tar.gz: c7d5b37ec709f09b289d656192d35825aabcb58ea6fe6ef9bc0d6beccec276282e52df75b545b334423864c1d0a76a4b3694a882e32ae4ee2aac55cdc0bf7bf3
6
+ metadata.gz: 784cac5094aa5d1837ea87ced703e72149b1843e06708d709e4f6ef90cfe4c95d97bc67464b8154c13870a1293850b4af61ddc472bd0134799fcf18a458694f5
7
+ data.tar.gz: 17457f3526d84d4693eca8684ae3331e21188c3d723f73a40b1b465554f6c4627d83a998df657d5c8eff1f2aa41fc9b037cf2cf3c6b437bc38d13d9e4fb74009
@@ -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 = 16
9
- TINY = 0
9
+ TINY = 1
10
10
  PRE = nil
11
11
 
12
12
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
@@ -133,7 +133,7 @@ describe WashoutBuilder::Document::ComplexType do
133
133
  let(:ancestors) { ['something'] }
134
134
 
135
135
  it 'returns the complex_type_hash' do
136
- expect(subject.complex_type_hash(complex_class, subject, ancestors)).to eq('class' => complex_class, :obj => subject, :ancestors => ancestors)
136
+ expect(subject.complex_type_hash(complex_class, subject, ancestors)).to eq(class: complex_class, obj: subject, ancestors: ancestors)
137
137
  end
138
138
  end
139
139
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: washout_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada