attributes_for 0.8.0 → 0.8.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
  SHA256:
3
- metadata.gz: d65a8ec9bf3d47d66770350a7a1a11b90a07518c62c044879cfd1b1af43787f9
4
- data.tar.gz: d5d5cbf769d294b6e1b4abdacc3b66f27d8ceb93bafa6b7e02d4363d7a5d9f13
3
+ metadata.gz: 7fe4b5229a3514c2045f754ee6fe27b3de4a114ffd6d79073080c21a051195a9
4
+ data.tar.gz: 6dcfcdc4de94c7073dcfd6b8477791182e8a9d17501dc74951fee5d14bc898e2
5
5
  SHA512:
6
- metadata.gz: 94e30e9be942fa0c126a8f49c516f75cd696e3b5fc0ffcb641283b2f8ce18c2f574da88351a38d36c1876aaf4616e3a8dbd5d875ded2d71ae33ee55da12a2ba6
7
- data.tar.gz: 689190053296f08ca8f3784acdb8749963332ee2e9e8338b77ec2495335e29324163f0ad8bab9a56b9dde1d87537b806ecf489d3a6a093d6a4f85db39f1aa2b4
6
+ metadata.gz: 4f509b1ad3ec537a6234f52d19ec69e0937b0b5dc25c3cef5bc8d3f01f9796004f2cff76a742ca8153bcb111dddae5328f7f912927735c65a8e1513145835fad
7
+ data.tar.gz: aa31d7b0a6d9e6228a3ea439f053d4f4fafd39b4a8ccc725878d9309340763ad4b7c1af6e230b657819582eb6fc6a51da796962e737dc995b8bf0270697552f2
@@ -4,11 +4,12 @@ rvm:
4
4
  - 2.3.3
5
5
  - 2.4.0
6
6
  - 2.4.1
7
+ - 2.5.1
7
8
  gemfile:
8
9
  - gemfiles/rails_5.1.gemfile
9
10
  - gemfiles/rails_5.0.gemfile
10
11
  - gemfiles/rails_4.2.gemfile
11
- before_install: gem install bundler -v 1.10.3
12
+ before_install: gem install bundler -v 1.16.2
12
13
  notifications:
13
14
  slack:
14
15
  secure: fEv1kPzEblj9lKdIFrwWqhvFBO/9D4ELDQPMAvxPcBnuxt/67R++Cz0YoirAmtrbXWJm059BVJuEDcyRavLd5jc08qpsDjASxToKVE6f7fPjLKOCcmwGkLzQM+Sg9h9O6qnpOBOkIEQndWSRZtc3sRiHAT6A09iqcdQ8QjV/jp4KO8Qu5jbk7wNzVXp1QTDKMHgrnyjZaEri6AudmkL5AzDbuGzRD8pC1DGAPX4N3LFDgPv0QHjlTTdr4rMHzMxVl8ElqcKwhT1StxrRIXO1D6wd4qvFQJndw3FTrqNhPKXLcglErhx3JiD0A5Znbq2exnnJ9TDESEcRyvtnabkHUghDE00u/NmcX0N+tNEvGr4SdDnuMLfHc7mQk5cb9Pn6AtU8+M2niPRuretJFbnAWZgMnODoO5xvOzqfCwskQVrWwH4Qb17Xo64PobDNf2VUdGNayaGqm0kHj1HzSPH2mO2MYZyeeekciLOSoSgJkaTx8Pv251n2jT88NE0/OiQnI4oOlHcV5+917nE2V9IOJTbMIRA8RqvEmHgUN8E/rx8ME1pWu3j0xCF4QtqyoS6gOqL5cZGCx9TLGWYeTR1wKk4L54b5WI5qMpN/YM7BU9SE5qWMVJZdZKIxzbKztjl9nWRe2+lHzM5xeGxubMx9aawGIEslLNJErDPyWNc6p4I=
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.1] - 2018-05-06
4
+ ### Added
5
+ - Fix tests
6
+
3
7
  ## [0.8.0] - 2018-05-06
4
8
  ### Added
5
9
  - Add no_colon option
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- attributes_for (0.8.0)
4
+ attributes_for (0.8.1)
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.11)
4
+ attributes_for (0.8.0)
5
5
  chronic_duration (~> 0.10)
6
6
  font-awesome-rails (~> 4.0)
7
7
  phony (~> 2.0)
@@ -61,8 +61,8 @@ GEM
61
61
  tins (~> 1.6)
62
62
  docile (1.1.5)
63
63
  erubis (2.7.0)
64
- font-awesome-rails (4.7.0.2)
65
- railties (>= 3.2, < 5.2)
64
+ font-awesome-rails (4.7.0.4)
65
+ railties (>= 3.2, < 6.0)
66
66
  globalid (0.4.0)
67
67
  activesupport (>= 4.2.0)
68
68
  i18n (0.8.4)
@@ -79,7 +79,7 @@ GEM
79
79
  nokogiri (1.8.0)
80
80
  mini_portile2 (~> 2.2.0)
81
81
  numerizer (0.1.1)
82
- phony (2.15.46)
82
+ phony (2.16.4)
83
83
  rack (1.6.8)
84
84
  rack-test (0.6.3)
85
85
  rack (>= 1.0)
@@ -140,4 +140,4 @@ DEPENDENCIES
140
140
  sqlite3
141
141
 
142
142
  BUNDLED WITH
143
- 1.15.1
143
+ 1.16.1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- attributes_for (0.7.11)
4
+ attributes_for (0.8.0)
5
5
  chronic_duration (~> 0.10)
6
6
  font-awesome-rails (~> 4.0)
7
7
  phony (~> 2.0)
@@ -64,8 +64,8 @@ GEM
64
64
  tins (~> 1.6)
65
65
  docile (1.1.5)
66
66
  erubis (2.7.0)
67
- font-awesome-rails (4.7.0.2)
68
- railties (>= 3.2, < 5.2)
67
+ font-awesome-rails (4.7.0.4)
68
+ railties (>= 3.2, < 6.0)
69
69
  globalid (0.4.0)
70
70
  activesupport (>= 4.2.0)
71
71
  i18n (0.8.4)
@@ -84,7 +84,7 @@ GEM
84
84
  nokogiri (1.8.0)
85
85
  mini_portile2 (~> 2.2.0)
86
86
  numerizer (0.1.1)
87
- phony (2.15.46)
87
+ phony (2.16.4)
88
88
  rack (2.0.3)
89
89
  rack-test (0.6.3)
90
90
  rack (>= 1.0)
@@ -147,4 +147,4 @@ DEPENDENCIES
147
147
  sqlite3
148
148
 
149
149
  BUNDLED WITH
150
- 1.15.1
150
+ 1.16.1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- attributes_for (0.7.11)
4
+ attributes_for (0.8.0)
5
5
  chronic_duration (~> 0.10)
6
6
  font-awesome-rails (~> 4.0)
7
7
  phony (~> 2.0)
@@ -10,41 +10,41 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (5.1.2)
14
- actionpack (= 5.1.2)
13
+ actioncable (5.1.6)
14
+ actionpack (= 5.1.6)
15
15
  nio4r (~> 2.0)
16
16
  websocket-driver (~> 0.6.1)
17
- actionmailer (5.1.2)
18
- actionpack (= 5.1.2)
19
- actionview (= 5.1.2)
20
- activejob (= 5.1.2)
17
+ actionmailer (5.1.6)
18
+ actionpack (= 5.1.6)
19
+ actionview (= 5.1.6)
20
+ activejob (= 5.1.6)
21
21
  mail (~> 2.5, >= 2.5.4)
22
22
  rails-dom-testing (~> 2.0)
23
- actionpack (5.1.2)
24
- actionview (= 5.1.2)
25
- activesupport (= 5.1.2)
23
+ actionpack (5.1.6)
24
+ actionview (= 5.1.6)
25
+ activesupport (= 5.1.6)
26
26
  rack (~> 2.0)
27
- rack-test (~> 0.6.3)
27
+ rack-test (>= 0.6.3)
28
28
  rails-dom-testing (~> 2.0)
29
29
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- actionview (5.1.2)
31
- activesupport (= 5.1.2)
30
+ actionview (5.1.6)
31
+ activesupport (= 5.1.6)
32
32
  builder (~> 3.1)
33
33
  erubi (~> 1.4)
34
34
  rails-dom-testing (~> 2.0)
35
35
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
36
- activejob (5.1.2)
37
- activesupport (= 5.1.2)
36
+ activejob (5.1.6)
37
+ activesupport (= 5.1.6)
38
38
  globalid (>= 0.3.6)
39
- activemodel (5.1.2)
40
- activesupport (= 5.1.2)
41
- activerecord (5.1.2)
42
- activemodel (= 5.1.2)
43
- activesupport (= 5.1.2)
39
+ activemodel (5.1.6)
40
+ activesupport (= 5.1.6)
41
+ activerecord (5.1.6)
42
+ activemodel (= 5.1.6)
43
+ activesupport (= 5.1.6)
44
44
  arel (~> 8.0)
45
- activesupport (5.1.2)
45
+ activesupport (5.1.6)
46
46
  concurrent-ruby (~> 1.0, >= 1.0.2)
47
- i18n (~> 0.7)
47
+ i18n (>= 0.7, < 2)
48
48
  minitest (~> 5.1)
49
49
  tzinfo (~> 1.1)
50
50
  appraisal (2.2.0)
@@ -62,65 +62,66 @@ GEM
62
62
  term-ansicolor (~> 1.3)
63
63
  thor (~> 0.19.4)
64
64
  tins (~> 1.6)
65
+ crass (1.0.4)
65
66
  docile (1.1.5)
66
- erubi (1.6.1)
67
- font-awesome-rails (4.7.0.2)
68
- railties (>= 3.2, < 5.2)
69
- globalid (0.4.0)
67
+ erubi (1.7.1)
68
+ font-awesome-rails (4.7.0.4)
69
+ railties (>= 3.2, < 6.0)
70
+ globalid (0.4.1)
70
71
  activesupport (>= 4.2.0)
71
- i18n (0.8.4)
72
+ i18n (1.0.1)
73
+ concurrent-ruby (~> 1.0)
72
74
  json (2.1.0)
73
- loofah (2.0.3)
75
+ loofah (2.2.2)
76
+ crass (~> 1.0.2)
74
77
  nokogiri (>= 1.5.9)
75
- mail (2.6.6)
76
- mime-types (>= 1.16, < 4)
77
- method_source (0.8.2)
78
- mime-types (3.1)
79
- mime-types-data (~> 3.2015)
80
- mime-types-data (3.2016.0521)
81
- mini_portile2 (2.2.0)
82
- minitest (5.10.2)
83
- nio4r (2.1.0)
84
- nokogiri (1.8.0)
85
- mini_portile2 (~> 2.2.0)
78
+ mail (2.7.0)
79
+ mini_mime (>= 0.1.1)
80
+ method_source (0.9.0)
81
+ mini_mime (1.0.0)
82
+ mini_portile2 (2.3.0)
83
+ minitest (5.11.3)
84
+ nio4r (2.3.1)
85
+ nokogiri (1.8.2)
86
+ mini_portile2 (~> 2.3.0)
86
87
  numerizer (0.1.1)
87
- phony (2.15.46)
88
- rack (2.0.3)
89
- rack-test (0.6.3)
90
- rack (>= 1.0)
91
- rails (5.1.2)
92
- actioncable (= 5.1.2)
93
- actionmailer (= 5.1.2)
94
- actionpack (= 5.1.2)
95
- actionview (= 5.1.2)
96
- activejob (= 5.1.2)
97
- activemodel (= 5.1.2)
98
- activerecord (= 5.1.2)
99
- activesupport (= 5.1.2)
100
- bundler (>= 1.3.0, < 2.0)
101
- railties (= 5.1.2)
88
+ phony (2.16.4)
89
+ rack (2.0.5)
90
+ rack-test (1.0.0)
91
+ rack (>= 1.0, < 3)
92
+ rails (5.1.6)
93
+ actioncable (= 5.1.6)
94
+ actionmailer (= 5.1.6)
95
+ actionpack (= 5.1.6)
96
+ actionview (= 5.1.6)
97
+ activejob (= 5.1.6)
98
+ activemodel (= 5.1.6)
99
+ activerecord (= 5.1.6)
100
+ activesupport (= 5.1.6)
101
+ bundler (>= 1.3.0)
102
+ railties (= 5.1.6)
102
103
  sprockets-rails (>= 2.0.0)
103
104
  rails-dom-testing (2.0.3)
104
105
  activesupport (>= 4.2.0)
105
106
  nokogiri (>= 1.6)
106
- rails-html-sanitizer (1.0.3)
107
- loofah (~> 2.0)
108
- railties (5.1.2)
109
- actionpack (= 5.1.2)
110
- activesupport (= 5.1.2)
107
+ rails-html-sanitizer (1.0.4)
108
+ loofah (~> 2.2, >= 2.2.2)
109
+ railties (5.1.6)
110
+ actionpack (= 5.1.6)
111
+ activesupport (= 5.1.6)
111
112
  method_source
112
113
  rake (>= 0.8.7)
113
114
  thor (>= 0.18.1, < 2.0)
114
- rake (12.0.0)
115
+ rake (12.3.1)
115
116
  simplecov (0.14.1)
116
117
  docile (~> 1.1.0)
117
118
  json (>= 1.8, < 3)
118
119
  simplecov-html (~> 0.10.0)
119
- simplecov-html (0.10.1)
120
+ simplecov-html (0.10.2)
120
121
  sprockets (3.7.1)
121
122
  concurrent-ruby (~> 1.0)
122
123
  rack (> 1, < 3)
123
- sprockets-rails (3.2.0)
124
+ sprockets-rails (3.2.1)
124
125
  actionpack (>= 4.0)
125
126
  activesupport (>= 4.0)
126
127
  sprockets (>= 3.0.0)
@@ -129,12 +130,12 @@ GEM
129
130
  tins (~> 1.0)
130
131
  thor (0.19.4)
131
132
  thread_safe (0.3.6)
132
- tins (1.15.0)
133
- tzinfo (1.2.3)
133
+ tins (1.16.3)
134
+ tzinfo (1.2.5)
134
135
  thread_safe (~> 0.1)
135
136
  websocket-driver (0.6.5)
136
137
  websocket-extensions (>= 0.1.0)
137
- websocket-extensions (0.1.2)
138
+ websocket-extensions (0.1.3)
138
139
 
139
140
  PLATFORMS
140
141
  ruby
@@ -147,4 +148,4 @@ DEPENDENCIES
147
148
  sqlite3
148
149
 
149
150
  BUNDLED WITH
150
- 1.15.1
151
+ 1.16.1
@@ -1,3 +1,3 @@
1
1
  module AttributesFor
2
- VERSION = '0.8.0'.freeze
2
+ VERSION = '0.8.1'.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.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ole J. Rosendahl