attributes_for 0.7.10 → 0.7.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2da9f0616a578006331a2c3dc53482c387f9759d
4
- data.tar.gz: 592bc8ae60a44de884108433cba468645ad3abfb
3
+ metadata.gz: e60c930bcf0c7c1672fb3d6fa34bfb01cd9c0d2e
4
+ data.tar.gz: b19b28b1888a6c4c57704a578fc26b138b964615
5
5
  SHA512:
6
- metadata.gz: 1c96802496ae633b98fa62fd1aff6226f1dd5c38f7322b4fb1ce54982f80801b52ce85ce93b088461666fcae9ced9b9b0c4ab363154eef485fa168ca6452f496
7
- data.tar.gz: f22af878cefeae88900a28e306ac888b0d208362913ee03b5182e50a5cc658e97ad396278923521a32be4b081e5460e031514ed8f9cbedb66fa56abbab492b45
6
+ metadata.gz: 75d4446405c8d1f0b6175fb8f795e84c1840d9675b03159e2835d4ac0d9aa2445d9ef49058f64665c1062ca73ed88156bc32731c50cdce018c35b53b766e762f
7
+ data.tar.gz: 327645407422fe9e2ffa89bdbec2923a33d8d20db45846b0e70bf8f09f6e01624ad88d9ee7f2e3db99d8bf52dd0dcc0433509da7242dd3624be6d984630dc097
@@ -3,6 +3,7 @@ rvm:
3
3
  - 2.2.6
4
4
  - 2.3.3
5
5
  - 2.4.0
6
+ - 2.4.1
6
7
  gemfile:
7
8
  - gemfiles/rails_5.1.gemfile
8
9
  - gemfiles/rails_5.0.gemfile
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.10] - 2017-07-04
4
+ ### Fixed
5
+ - Update Rails-specific lockfiles
6
+
3
7
  ## [0.7.10] - 2017-07-04
4
8
  ### Fixed
5
9
  - Treat blank (but not empty) attribute value as "not set"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- attributes_for (0.7.9)
4
+ attributes_for (0.7.11)
5
5
  chronic_duration (~> 0.10)
6
6
  font-awesome-rails (~> 4.0)
7
7
  phony (~> 2.0)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- attributes_for (0.7.9)
4
+ attributes_for (0.7.11)
5
5
  chronic_duration (~> 0.10)
6
6
  font-awesome-rails (~> 4.0)
7
7
  phony (~> 2.0)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- attributes_for (0.7.9)
4
+ attributes_for (0.7.11)
5
5
  chronic_duration (~> 0.10)
6
6
  font-awesome-rails (~> 4.0)
7
7
  phony (~> 2.0)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- attributes_for (0.7.9)
4
+ attributes_for (0.7.11)
5
5
  chronic_duration (~> 0.10)
6
6
  font-awesome-rails (~> 4.0)
7
7
  phony (~> 2.0)
@@ -1,3 +1,3 @@
1
1
  module AttributesFor
2
- VERSION = '0.7.10'.freeze
2
+ VERSION = '0.7.11'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attributes_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.10
4
+ version: 0.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ole J. Rosendahl