attributes_for 0.7.2 → 0.7.3

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: 00aeb55d1f23b3ca82711b3de794a79deae17835
4
- data.tar.gz: 0fb48742a221eb16cabcdc2afd3a3a61fe34bd61
3
+ metadata.gz: 28b96af852d145b0bc2a20b94ba43e0166463019
4
+ data.tar.gz: ffbb99653ffe34b37c6e17d8226752ab4381b5c5
5
5
  SHA512:
6
- metadata.gz: 4920ba05badf40a7122c6d32610c29d00cc4f9fc34b2b5534fb4a71217773c8aeabcbce96aadcdda8200a321d9d95c0bf166b83d13c49d1ac4dda51a8f243abc
7
- data.tar.gz: e1e3cf39d7c0e997879d2859a92afebd8eabb20c51475456f23ebdfb6903ac65eaba51df8e421fee96b722647ce201df62bb0e895998e05146420f66282a1c86
6
+ metadata.gz: f9f6cd67b31fc972b2325b728ab63fe26178a8bb4e810ec56ca75663ab0e836f01f0b396159cbeaf813581165a175be728c6fa05a0d988aab16d2155d47c5598
7
+ data.tar.gz: edfbfcdf114bbcfd15d36fbed5a76dffbbc9f705efcd37af87a70847329895d3b41b60a5ba594459797050f3ca75bf934a60ff5542b08e8b87e9658169505e8f
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.3] - 2015-11-24
4
+ ### Changed
5
+ - Update dependencies
6
+
3
7
  ## [0.7.2] - 2015-11-12
4
8
  ### Fixed
5
9
  - Set id on value element instead of label (label can be optional).
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- attributes_for (0.7.2)
4
+ attributes_for (0.7.3)
5
5
  chronic_duration (~> 0.10)
6
6
  font-awesome-rails (~> 4.0)
7
7
  phony (~> 2.0)
@@ -10,36 +10,36 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionmailer (4.2.4)
14
- actionpack (= 4.2.4)
15
- actionview (= 4.2.4)
16
- activejob (= 4.2.4)
13
+ actionmailer (4.2.5)
14
+ actionpack (= 4.2.5)
15
+ actionview (= 4.2.5)
16
+ activejob (= 4.2.5)
17
17
  mail (~> 2.5, >= 2.5.4)
18
18
  rails-dom-testing (~> 1.0, >= 1.0.5)
19
- actionpack (4.2.4)
20
- actionview (= 4.2.4)
21
- activesupport (= 4.2.4)
19
+ actionpack (4.2.5)
20
+ actionview (= 4.2.5)
21
+ activesupport (= 4.2.5)
22
22
  rack (~> 1.6)
23
23
  rack-test (~> 0.6.2)
24
24
  rails-dom-testing (~> 1.0, >= 1.0.5)
25
25
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
- actionview (4.2.4)
27
- activesupport (= 4.2.4)
26
+ actionview (4.2.5)
27
+ activesupport (= 4.2.5)
28
28
  builder (~> 3.1)
29
29
  erubis (~> 2.7.0)
30
30
  rails-dom-testing (~> 1.0, >= 1.0.5)
31
31
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
32
- activejob (4.2.4)
33
- activesupport (= 4.2.4)
32
+ activejob (4.2.5)
33
+ activesupport (= 4.2.5)
34
34
  globalid (>= 0.3.0)
35
- activemodel (4.2.4)
36
- activesupport (= 4.2.4)
35
+ activemodel (4.2.5)
36
+ activesupport (= 4.2.5)
37
37
  builder (~> 3.1)
38
- activerecord (4.2.4)
39
- activemodel (= 4.2.4)
40
- activesupport (= 4.2.4)
38
+ activerecord (4.2.5)
39
+ activemodel (= 4.2.5)
40
+ activesupport (= 4.2.5)
41
41
  arel (~> 6.0)
42
- activesupport (4.2.4)
42
+ activesupport (4.2.5)
43
43
  i18n (~> 0.7)
44
44
  json (~> 1.7, >= 1.7.7)
45
45
  minitest (~> 5.1)
@@ -49,17 +49,18 @@ GEM
49
49
  builder (3.2.2)
50
50
  chronic_duration (0.10.6)
51
51
  numerizer (~> 0.1.1)
52
- coveralls (0.8.3)
52
+ coveralls (0.8.9)
53
53
  json (~> 1.8)
54
54
  rest-client (>= 1.6.8, < 2)
55
55
  simplecov (~> 0.10.0)
56
56
  term-ansicolor (~> 1.3)
57
57
  thor (~> 0.19.1)
58
+ tins (~> 1.6.0)
58
59
  docile (1.1.5)
59
60
  domain_name (0.5.25)
60
61
  unf (>= 0.0.5, < 1.0.0)
61
62
  erubis (2.7.0)
62
- font-awesome-rails (4.4.0.0)
63
+ font-awesome-rails (4.5.0.0)
63
64
  railties (>= 3.2, < 5.0)
64
65
  globalid (0.3.6)
65
66
  activesupport (>= 4.1.0)
@@ -71,27 +72,27 @@ GEM
71
72
  nokogiri (>= 1.5.9)
72
73
  mail (2.6.3)
73
74
  mime-types (>= 1.16, < 3)
74
- mime-types (2.6.2)
75
+ mime-types (2.99)
75
76
  mini_portile (0.6.2)
76
- minitest (5.8.2)
77
+ minitest (5.8.3)
77
78
  netrc (0.11.0)
78
- nokogiri (1.6.6.2)
79
+ nokogiri (1.6.6.4)
79
80
  mini_portile (~> 0.6.0)
80
81
  numerizer (0.1.1)
81
- phony (2.15.7)
82
+ phony (2.15.8)
82
83
  rack (1.6.4)
83
84
  rack-test (0.6.3)
84
85
  rack (>= 1.0)
85
- rails (4.2.4)
86
- actionmailer (= 4.2.4)
87
- actionpack (= 4.2.4)
88
- actionview (= 4.2.4)
89
- activejob (= 4.2.4)
90
- activemodel (= 4.2.4)
91
- activerecord (= 4.2.4)
92
- activesupport (= 4.2.4)
86
+ rails (4.2.5)
87
+ actionmailer (= 4.2.5)
88
+ actionpack (= 4.2.5)
89
+ actionview (= 4.2.5)
90
+ activejob (= 4.2.5)
91
+ activemodel (= 4.2.5)
92
+ activerecord (= 4.2.5)
93
+ activesupport (= 4.2.5)
93
94
  bundler (>= 1.3.0, < 2.0)
94
- railties (= 4.2.4)
95
+ railties (= 4.2.5)
95
96
  sprockets-rails
96
97
  rails-deprecated_sanitizer (1.0.3)
97
98
  activesupport (>= 4.2.0.alpha)
@@ -101,9 +102,9 @@ GEM
101
102
  rails-deprecated_sanitizer (>= 1.0.1)
102
103
  rails-html-sanitizer (1.0.2)
103
104
  loofah (~> 2.0)
104
- railties (4.2.4)
105
- actionpack (= 4.2.4)
106
- activesupport (= 4.2.4)
105
+ railties (4.2.5)
106
+ actionpack (= 4.2.5)
107
+ activesupport (= 4.2.5)
107
108
  rake (>= 0.8.7)
108
109
  thor (>= 0.18.1, < 2.0)
109
110
  rake (10.4.2)
@@ -1,3 +1,3 @@
1
1
  module AttributesFor
2
- VERSION = "0.7.2"
2
+ VERSION = "0.7.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attributes_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ole J. Rosendahl
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-12 00:00:00.000000000 Z
11
+ date: 2015-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails