attributes_for 0.7.8 → 0.7.9

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: 5e5fe97540f34cab0c837173cf6ae14a0c83f558
4
- data.tar.gz: e2179e07cbd38423895d6ef1796df5429788e9cf
3
+ metadata.gz: 91436c9c5efd1ccb6457fd62285d9f440822a80f
4
+ data.tar.gz: 7c51b88f4b0bc452b7920219d6658c05ebf1478c
5
5
  SHA512:
6
- metadata.gz: 4834d9c5512d2e4896787b60e26607053cd1931a6b67b731bc5a332be627d0cc74a4e81d9a125800d0c87ced0b5f1b384fc350746b02222ad8908cd92eca1aea
7
- data.tar.gz: 72683a7e093ef8e66b05c152f234a6b1391dcfeb4aec8322d31561d07df4f7b2c602b5a441b808496c4cba4fbe7d135554bd5030de9d5ab83b9d0d1d108d110d
6
+ metadata.gz: a7465816c4b62bbb1f96aaad3bd2a5cbb49bb0b35d904f2004dd0219f07347673e71ceac5a777b83192a46f2ac5d551c02c7a7c63f5c992020c4099c49a1b1f7
7
+ data.tar.gz: 8e904312909517ef1654323b13277884ff6291afb12437a1a1a1f2acfb1e57541d321e18b27d971ec3c8727d4ff9e499e78099bcdb8643885b13d907d53641a9
@@ -1,8 +1,12 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.6
4
- - 2.3.3
5
- - 2.4.0
3
+ - 2.2.6
4
+ - 2.3.3
5
+ - 2.4.0
6
+ gemfile:
7
+ - gemfiles/rails_5.1.gemfile
8
+ - gemfiles/rails_5.0.gemfile
9
+ - gemfiles/rails_4.2.gemfile
6
10
  before_install: gem install bundler -v 1.10.3
7
11
  notifications:
8
12
  slack:
@@ -0,0 +1,5 @@
1
+ [5.1, 5.0, 4.2].each do |version|
2
+ appraise "rails-#{version}" do
3
+ gem "rails", "~> #{version}.0"
4
+ end
5
+ end
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.9] - 2017-06-02
4
+ ### Added
5
+ - Add Rails 5x support
6
+
3
7
  ## [0.7.3] - 2015-11-24
4
8
  ### Changed
5
9
  - Update dependencies
@@ -1,106 +1,114 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- attributes_for (0.7.8)
4
+ attributes_for (0.7.9)
5
5
  chronic_duration (~> 0.10)
6
6
  font-awesome-rails (~> 4.0)
7
7
  phony (~> 2.0)
8
- rails (>= 3.2, < 5.0)
8
+ rails (>= 3.2, < 6)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionmailer (4.2.8)
14
- actionpack (= 4.2.8)
15
- actionview (= 4.2.8)
16
- activejob (= 4.2.8)
13
+ actioncable (5.1.1)
14
+ actionpack (= 5.1.1)
15
+ nio4r (~> 2.0)
16
+ websocket-driver (~> 0.6.1)
17
+ actionmailer (5.1.1)
18
+ actionpack (= 5.1.1)
19
+ actionview (= 5.1.1)
20
+ activejob (= 5.1.1)
17
21
  mail (~> 2.5, >= 2.5.4)
18
- rails-dom-testing (~> 1.0, >= 1.0.5)
19
- actionpack (4.2.8)
20
- actionview (= 4.2.8)
21
- activesupport (= 4.2.8)
22
- rack (~> 1.6)
23
- rack-test (~> 0.6.2)
24
- rails-dom-testing (~> 1.0, >= 1.0.5)
22
+ rails-dom-testing (~> 2.0)
23
+ actionpack (5.1.1)
24
+ actionview (= 5.1.1)
25
+ activesupport (= 5.1.1)
26
+ rack (~> 2.0)
27
+ rack-test (~> 0.6.3)
28
+ rails-dom-testing (~> 2.0)
25
29
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
- actionview (4.2.8)
27
- activesupport (= 4.2.8)
30
+ actionview (5.1.1)
31
+ activesupport (= 5.1.1)
28
32
  builder (~> 3.1)
29
- erubis (~> 2.7.0)
30
- rails-dom-testing (~> 1.0, >= 1.0.5)
33
+ erubi (~> 1.4)
34
+ rails-dom-testing (~> 2.0)
31
35
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
- activejob (4.2.8)
33
- activesupport (= 4.2.8)
34
- globalid (>= 0.3.0)
35
- activemodel (4.2.8)
36
- activesupport (= 4.2.8)
37
- builder (~> 3.1)
38
- activerecord (4.2.8)
39
- activemodel (= 4.2.8)
40
- activesupport (= 4.2.8)
41
- arel (~> 6.0)
42
- activesupport (4.2.8)
36
+ activejob (5.1.1)
37
+ activesupport (= 5.1.1)
38
+ globalid (>= 0.3.6)
39
+ activemodel (5.1.1)
40
+ activesupport (= 5.1.1)
41
+ activerecord (5.1.1)
42
+ activemodel (= 5.1.1)
43
+ activesupport (= 5.1.1)
44
+ arel (~> 8.0)
45
+ activesupport (5.1.1)
46
+ concurrent-ruby (~> 1.0, >= 1.0.2)
43
47
  i18n (~> 0.7)
44
48
  minitest (~> 5.1)
45
- thread_safe (~> 0.3, >= 0.3.4)
46
49
  tzinfo (~> 1.1)
47
- arel (6.0.4)
50
+ appraisal (2.2.0)
51
+ bundler
52
+ rake
53
+ thor (>= 0.14.0)
54
+ arel (8.0.0)
48
55
  builder (3.2.3)
49
56
  chronic_duration (0.10.6)
50
57
  numerizer (~> 0.1.1)
51
58
  concurrent-ruby (1.0.5)
52
- coveralls (0.8.20)
59
+ coveralls (0.8.21)
53
60
  json (>= 1.8, < 3)
54
61
  simplecov (~> 0.14.1)
55
62
  term-ansicolor (~> 1.3)
56
63
  thor (~> 0.19.4)
57
64
  tins (~> 1.6)
58
65
  docile (1.1.5)
59
- erubis (2.7.0)
60
- font-awesome-rails (4.7.0.1)
61
- railties (>= 3.2, < 5.1)
62
- globalid (0.3.7)
63
- activesupport (>= 4.1.0)
64
- i18n (0.8.1)
65
- json (2.0.3)
66
+ erubi (1.6.0)
67
+ font-awesome-rails (4.7.0.2)
68
+ railties (>= 3.2, < 5.2)
69
+ globalid (0.4.0)
70
+ activesupport (>= 4.2.0)
71
+ i18n (0.8.4)
72
+ json (2.1.0)
66
73
  loofah (2.0.3)
67
74
  nokogiri (>= 1.5.9)
68
- mail (2.6.4)
75
+ mail (2.6.5)
69
76
  mime-types (>= 1.16, < 4)
77
+ method_source (0.8.2)
70
78
  mime-types (3.1)
71
79
  mime-types-data (~> 3.2015)
72
80
  mime-types-data (3.2016.0521)
73
81
  mini_portile2 (2.1.0)
74
- minitest (5.10.1)
75
- nokogiri (1.7.1)
82
+ minitest (5.10.2)
83
+ nio4r (2.1.0)
84
+ nokogiri (1.7.2)
76
85
  mini_portile2 (~> 2.1.0)
77
86
  numerizer (0.1.1)
78
- phony (2.15.42)
79
- rack (1.6.5)
87
+ phony (2.15.44)
88
+ rack (2.0.3)
80
89
  rack-test (0.6.3)
81
90
  rack (>= 1.0)
82
- rails (4.2.8)
83
- actionmailer (= 4.2.8)
84
- actionpack (= 4.2.8)
85
- actionview (= 4.2.8)
86
- activejob (= 4.2.8)
87
- activemodel (= 4.2.8)
88
- activerecord (= 4.2.8)
89
- activesupport (= 4.2.8)
91
+ rails (5.1.1)
92
+ actioncable (= 5.1.1)
93
+ actionmailer (= 5.1.1)
94
+ actionpack (= 5.1.1)
95
+ actionview (= 5.1.1)
96
+ activejob (= 5.1.1)
97
+ activemodel (= 5.1.1)
98
+ activerecord (= 5.1.1)
99
+ activesupport (= 5.1.1)
90
100
  bundler (>= 1.3.0, < 2.0)
91
- railties (= 4.2.8)
92
- sprockets-rails
93
- rails-deprecated_sanitizer (1.0.3)
94
- activesupport (>= 4.2.0.alpha)
95
- rails-dom-testing (1.0.8)
96
- activesupport (>= 4.2.0.beta, < 5.0)
97
- nokogiri (~> 1.6)
98
- rails-deprecated_sanitizer (>= 1.0.1)
101
+ railties (= 5.1.1)
102
+ sprockets-rails (>= 2.0.0)
103
+ rails-dom-testing (2.0.3)
104
+ activesupport (>= 4.2.0)
105
+ nokogiri (>= 1.6)
99
106
  rails-html-sanitizer (1.0.3)
100
107
  loofah (~> 2.0)
101
- railties (4.2.8)
102
- actionpack (= 4.2.8)
103
- activesupport (= 4.2.8)
108
+ railties (5.1.1)
109
+ actionpack (= 5.1.1)
110
+ activesupport (= 5.1.1)
111
+ method_source
104
112
  rake (>= 0.8.7)
105
113
  thor (>= 0.18.1, < 2.0)
106
114
  rake (12.0.0)
@@ -108,7 +116,7 @@ GEM
108
116
  docile (~> 1.1.0)
109
117
  json (>= 1.8, < 3)
110
118
  simplecov-html (~> 0.10.0)
111
- simplecov-html (0.10.0)
119
+ simplecov-html (0.10.1)
112
120
  sprockets (3.7.1)
113
121
  concurrent-ruby (~> 1.0)
114
122
  rack (> 1, < 3)
@@ -117,21 +125,25 @@ GEM
117
125
  activesupport (>= 4.0)
118
126
  sprockets (>= 3.0.0)
119
127
  sqlite3 (1.3.13)
120
- term-ansicolor (1.5.0)
128
+ term-ansicolor (1.6.0)
121
129
  tins (~> 1.0)
122
130
  thor (0.19.4)
123
131
  thread_safe (0.3.6)
124
- tins (1.13.2)
132
+ tins (1.14.0)
125
133
  tzinfo (1.2.3)
126
134
  thread_safe (~> 0.1)
135
+ websocket-driver (0.6.5)
136
+ websocket-extensions (>= 0.1.0)
137
+ websocket-extensions (0.1.2)
127
138
 
128
139
  PLATFORMS
129
140
  ruby
130
141
 
131
142
  DEPENDENCIES
143
+ appraisal
132
144
  attributes_for!
133
145
  coveralls
134
146
  sqlite3
135
147
 
136
148
  BUNDLED WITH
137
- 1.14.5
149
+ 1.14.6
data/README.md CHANGED
@@ -154,8 +154,20 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
154
154
 
155
155
  Bug reports and pull requests are welcome on GitHub at https://github.com/blacktangent/attributes_for. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
156
156
 
157
+ ## Testing
158
+
159
+ To test against all supported Rails versions, run:
160
+
161
+ ```
162
+ appraisal rake test
163
+ ```
164
+
165
+ To update all supported Rails to latest patch version:
166
+
167
+ ```
168
+ appraisal update
169
+ ```
157
170
 
158
171
  ## License
159
172
 
160
173
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
161
-
@@ -20,11 +20,12 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.required_ruby_version = '>= 2.0'
22
22
 
23
- spec.add_dependency 'rails', '>= 3.2', '< 5.0'
23
+ spec.add_dependency 'rails', '>= 3.2', '< 6'
24
24
  spec.add_dependency 'font-awesome-rails', '~> 4.0'
25
25
  spec.add_dependency 'chronic_duration', '~> 0.10'
26
26
  spec.add_dependency 'phony', '~> 2.0'
27
27
 
28
28
  spec.add_development_dependency 'coveralls'
29
29
  spec.add_development_dependency 'sqlite3'
30
+ spec.add_development_dependency 'appraisal'
30
31
  end
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 4.2.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,143 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ attributes_for (0.7.9)
5
+ chronic_duration (~> 0.10)
6
+ font-awesome-rails (~> 4.0)
7
+ phony (~> 2.0)
8
+ rails (>= 3.2, < 6)
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ actionmailer (4.2.8)
14
+ actionpack (= 4.2.8)
15
+ actionview (= 4.2.8)
16
+ activejob (= 4.2.8)
17
+ mail (~> 2.5, >= 2.5.4)
18
+ rails-dom-testing (~> 1.0, >= 1.0.5)
19
+ actionpack (4.2.8)
20
+ actionview (= 4.2.8)
21
+ activesupport (= 4.2.8)
22
+ rack (~> 1.6)
23
+ rack-test (~> 0.6.2)
24
+ rails-dom-testing (~> 1.0, >= 1.0.5)
25
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
+ actionview (4.2.8)
27
+ activesupport (= 4.2.8)
28
+ builder (~> 3.1)
29
+ erubis (~> 2.7.0)
30
+ rails-dom-testing (~> 1.0, >= 1.0.5)
31
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
+ activejob (4.2.8)
33
+ activesupport (= 4.2.8)
34
+ globalid (>= 0.3.0)
35
+ activemodel (4.2.8)
36
+ activesupport (= 4.2.8)
37
+ builder (~> 3.1)
38
+ activerecord (4.2.8)
39
+ activemodel (= 4.2.8)
40
+ activesupport (= 4.2.8)
41
+ arel (~> 6.0)
42
+ activesupport (4.2.8)
43
+ i18n (~> 0.7)
44
+ minitest (~> 5.1)
45
+ thread_safe (~> 0.3, >= 0.3.4)
46
+ tzinfo (~> 1.1)
47
+ appraisal (2.2.0)
48
+ bundler
49
+ rake
50
+ thor (>= 0.14.0)
51
+ arel (6.0.4)
52
+ builder (3.2.3)
53
+ chronic_duration (0.10.6)
54
+ numerizer (~> 0.1.1)
55
+ concurrent-ruby (1.0.5)
56
+ coveralls (0.8.21)
57
+ json (>= 1.8, < 3)
58
+ simplecov (~> 0.14.1)
59
+ term-ansicolor (~> 1.3)
60
+ thor (~> 0.19.4)
61
+ tins (~> 1.6)
62
+ docile (1.1.5)
63
+ erubis (2.7.0)
64
+ font-awesome-rails (4.7.0.2)
65
+ railties (>= 3.2, < 5.2)
66
+ globalid (0.4.0)
67
+ activesupport (>= 4.2.0)
68
+ i18n (0.8.4)
69
+ json (2.1.0)
70
+ loofah (2.0.3)
71
+ nokogiri (>= 1.5.9)
72
+ mail (2.6.5)
73
+ mime-types (>= 1.16, < 4)
74
+ mime-types (3.1)
75
+ mime-types-data (~> 3.2015)
76
+ mime-types-data (3.2016.0521)
77
+ mini_portile2 (2.1.0)
78
+ minitest (5.10.2)
79
+ nokogiri (1.7.2)
80
+ mini_portile2 (~> 2.1.0)
81
+ numerizer (0.1.1)
82
+ phony (2.15.44)
83
+ rack (1.6.8)
84
+ rack-test (0.6.3)
85
+ rack (>= 1.0)
86
+ rails (4.2.8)
87
+ actionmailer (= 4.2.8)
88
+ actionpack (= 4.2.8)
89
+ actionview (= 4.2.8)
90
+ activejob (= 4.2.8)
91
+ activemodel (= 4.2.8)
92
+ activerecord (= 4.2.8)
93
+ activesupport (= 4.2.8)
94
+ bundler (>= 1.3.0, < 2.0)
95
+ railties (= 4.2.8)
96
+ sprockets-rails
97
+ rails-deprecated_sanitizer (1.0.3)
98
+ activesupport (>= 4.2.0.alpha)
99
+ rails-dom-testing (1.0.8)
100
+ activesupport (>= 4.2.0.beta, < 5.0)
101
+ nokogiri (~> 1.6)
102
+ rails-deprecated_sanitizer (>= 1.0.1)
103
+ rails-html-sanitizer (1.0.3)
104
+ loofah (~> 2.0)
105
+ railties (4.2.8)
106
+ actionpack (= 4.2.8)
107
+ activesupport (= 4.2.8)
108
+ rake (>= 0.8.7)
109
+ thor (>= 0.18.1, < 2.0)
110
+ rake (12.0.0)
111
+ simplecov (0.14.1)
112
+ docile (~> 1.1.0)
113
+ json (>= 1.8, < 3)
114
+ simplecov-html (~> 0.10.0)
115
+ simplecov-html (0.10.1)
116
+ sprockets (3.7.1)
117
+ concurrent-ruby (~> 1.0)
118
+ rack (> 1, < 3)
119
+ sprockets-rails (3.2.0)
120
+ actionpack (>= 4.0)
121
+ activesupport (>= 4.0)
122
+ sprockets (>= 3.0.0)
123
+ sqlite3 (1.3.13)
124
+ term-ansicolor (1.6.0)
125
+ tins (~> 1.0)
126
+ thor (0.19.4)
127
+ thread_safe (0.3.6)
128
+ tins (1.14.0)
129
+ tzinfo (1.2.3)
130
+ thread_safe (~> 0.1)
131
+
132
+ PLATFORMS
133
+ ruby
134
+
135
+ DEPENDENCIES
136
+ appraisal
137
+ attributes_for!
138
+ coveralls
139
+ rails (~> 4.2.0)
140
+ sqlite3
141
+
142
+ BUNDLED WITH
143
+ 1.14.6
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.0.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,150 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ attributes_for (0.7.9)
5
+ chronic_duration (~> 0.10)
6
+ font-awesome-rails (~> 4.0)
7
+ phony (~> 2.0)
8
+ rails (>= 3.2, < 6)
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ actioncable (5.0.3)
14
+ actionpack (= 5.0.3)
15
+ nio4r (>= 1.2, < 3.0)
16
+ websocket-driver (~> 0.6.1)
17
+ actionmailer (5.0.3)
18
+ actionpack (= 5.0.3)
19
+ actionview (= 5.0.3)
20
+ activejob (= 5.0.3)
21
+ mail (~> 2.5, >= 2.5.4)
22
+ rails-dom-testing (~> 2.0)
23
+ actionpack (5.0.3)
24
+ actionview (= 5.0.3)
25
+ activesupport (= 5.0.3)
26
+ rack (~> 2.0)
27
+ rack-test (~> 0.6.3)
28
+ rails-dom-testing (~> 2.0)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
+ actionview (5.0.3)
31
+ activesupport (= 5.0.3)
32
+ builder (~> 3.1)
33
+ erubis (~> 2.7.0)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
36
+ activejob (5.0.3)
37
+ activesupport (= 5.0.3)
38
+ globalid (>= 0.3.6)
39
+ activemodel (5.0.3)
40
+ activesupport (= 5.0.3)
41
+ activerecord (5.0.3)
42
+ activemodel (= 5.0.3)
43
+ activesupport (= 5.0.3)
44
+ arel (~> 7.0)
45
+ activesupport (5.0.3)
46
+ concurrent-ruby (~> 1.0, >= 1.0.2)
47
+ i18n (~> 0.7)
48
+ minitest (~> 5.1)
49
+ tzinfo (~> 1.1)
50
+ appraisal (2.2.0)
51
+ bundler
52
+ rake
53
+ thor (>= 0.14.0)
54
+ arel (7.1.4)
55
+ builder (3.2.3)
56
+ chronic_duration (0.10.6)
57
+ numerizer (~> 0.1.1)
58
+ concurrent-ruby (1.0.5)
59
+ coveralls (0.8.21)
60
+ json (>= 1.8, < 3)
61
+ simplecov (~> 0.14.1)
62
+ term-ansicolor (~> 1.3)
63
+ thor (~> 0.19.4)
64
+ tins (~> 1.6)
65
+ docile (1.1.5)
66
+ erubis (2.7.0)
67
+ font-awesome-rails (4.7.0.2)
68
+ railties (>= 3.2, < 5.2)
69
+ globalid (0.4.0)
70
+ activesupport (>= 4.2.0)
71
+ i18n (0.8.4)
72
+ json (2.1.0)
73
+ loofah (2.0.3)
74
+ nokogiri (>= 1.5.9)
75
+ mail (2.6.5)
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.1.0)
82
+ minitest (5.10.2)
83
+ nio4r (2.1.0)
84
+ nokogiri (1.7.2)
85
+ mini_portile2 (~> 2.1.0)
86
+ numerizer (0.1.1)
87
+ phony (2.15.44)
88
+ rack (2.0.3)
89
+ rack-test (0.6.3)
90
+ rack (>= 1.0)
91
+ rails (5.0.3)
92
+ actioncable (= 5.0.3)
93
+ actionmailer (= 5.0.3)
94
+ actionpack (= 5.0.3)
95
+ actionview (= 5.0.3)
96
+ activejob (= 5.0.3)
97
+ activemodel (= 5.0.3)
98
+ activerecord (= 5.0.3)
99
+ activesupport (= 5.0.3)
100
+ bundler (>= 1.3.0, < 2.0)
101
+ railties (= 5.0.3)
102
+ sprockets-rails (>= 2.0.0)
103
+ rails-dom-testing (2.0.3)
104
+ activesupport (>= 4.2.0)
105
+ nokogiri (>= 1.6)
106
+ rails-html-sanitizer (1.0.3)
107
+ loofah (~> 2.0)
108
+ railties (5.0.3)
109
+ actionpack (= 5.0.3)
110
+ activesupport (= 5.0.3)
111
+ method_source
112
+ rake (>= 0.8.7)
113
+ thor (>= 0.18.1, < 2.0)
114
+ rake (12.0.0)
115
+ simplecov (0.14.1)
116
+ docile (~> 1.1.0)
117
+ json (>= 1.8, < 3)
118
+ simplecov-html (~> 0.10.0)
119
+ simplecov-html (0.10.1)
120
+ sprockets (3.7.1)
121
+ concurrent-ruby (~> 1.0)
122
+ rack (> 1, < 3)
123
+ sprockets-rails (3.2.0)
124
+ actionpack (>= 4.0)
125
+ activesupport (>= 4.0)
126
+ sprockets (>= 3.0.0)
127
+ sqlite3 (1.3.13)
128
+ term-ansicolor (1.6.0)
129
+ tins (~> 1.0)
130
+ thor (0.19.4)
131
+ thread_safe (0.3.6)
132
+ tins (1.14.0)
133
+ tzinfo (1.2.3)
134
+ thread_safe (~> 0.1)
135
+ websocket-driver (0.6.5)
136
+ websocket-extensions (>= 0.1.0)
137
+ websocket-extensions (0.1.2)
138
+
139
+ PLATFORMS
140
+ ruby
141
+
142
+ DEPENDENCIES
143
+ appraisal
144
+ attributes_for!
145
+ coveralls
146
+ rails (~> 5.0.0)
147
+ sqlite3
148
+
149
+ BUNDLED WITH
150
+ 1.14.6
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.1.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,150 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ attributes_for (0.7.9)
5
+ chronic_duration (~> 0.10)
6
+ font-awesome-rails (~> 4.0)
7
+ phony (~> 2.0)
8
+ rails (>= 3.2, < 6)
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ actioncable (5.1.1)
14
+ actionpack (= 5.1.1)
15
+ nio4r (~> 2.0)
16
+ websocket-driver (~> 0.6.1)
17
+ actionmailer (5.1.1)
18
+ actionpack (= 5.1.1)
19
+ actionview (= 5.1.1)
20
+ activejob (= 5.1.1)
21
+ mail (~> 2.5, >= 2.5.4)
22
+ rails-dom-testing (~> 2.0)
23
+ actionpack (5.1.1)
24
+ actionview (= 5.1.1)
25
+ activesupport (= 5.1.1)
26
+ rack (~> 2.0)
27
+ rack-test (~> 0.6.3)
28
+ rails-dom-testing (~> 2.0)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
+ actionview (5.1.1)
31
+ activesupport (= 5.1.1)
32
+ builder (~> 3.1)
33
+ erubi (~> 1.4)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
36
+ activejob (5.1.1)
37
+ activesupport (= 5.1.1)
38
+ globalid (>= 0.3.6)
39
+ activemodel (5.1.1)
40
+ activesupport (= 5.1.1)
41
+ activerecord (5.1.1)
42
+ activemodel (= 5.1.1)
43
+ activesupport (= 5.1.1)
44
+ arel (~> 8.0)
45
+ activesupport (5.1.1)
46
+ concurrent-ruby (~> 1.0, >= 1.0.2)
47
+ i18n (~> 0.7)
48
+ minitest (~> 5.1)
49
+ tzinfo (~> 1.1)
50
+ appraisal (2.2.0)
51
+ bundler
52
+ rake
53
+ thor (>= 0.14.0)
54
+ arel (8.0.0)
55
+ builder (3.2.3)
56
+ chronic_duration (0.10.6)
57
+ numerizer (~> 0.1.1)
58
+ concurrent-ruby (1.0.5)
59
+ coveralls (0.8.21)
60
+ json (>= 1.8, < 3)
61
+ simplecov (~> 0.14.1)
62
+ term-ansicolor (~> 1.3)
63
+ thor (~> 0.19.4)
64
+ tins (~> 1.6)
65
+ docile (1.1.5)
66
+ erubi (1.6.0)
67
+ font-awesome-rails (4.7.0.2)
68
+ railties (>= 3.2, < 5.2)
69
+ globalid (0.4.0)
70
+ activesupport (>= 4.2.0)
71
+ i18n (0.8.4)
72
+ json (2.1.0)
73
+ loofah (2.0.3)
74
+ nokogiri (>= 1.5.9)
75
+ mail (2.6.5)
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.1.0)
82
+ minitest (5.10.2)
83
+ nio4r (2.1.0)
84
+ nokogiri (1.7.2)
85
+ mini_portile2 (~> 2.1.0)
86
+ numerizer (0.1.1)
87
+ phony (2.15.44)
88
+ rack (2.0.3)
89
+ rack-test (0.6.3)
90
+ rack (>= 1.0)
91
+ rails (5.1.1)
92
+ actioncable (= 5.1.1)
93
+ actionmailer (= 5.1.1)
94
+ actionpack (= 5.1.1)
95
+ actionview (= 5.1.1)
96
+ activejob (= 5.1.1)
97
+ activemodel (= 5.1.1)
98
+ activerecord (= 5.1.1)
99
+ activesupport (= 5.1.1)
100
+ bundler (>= 1.3.0, < 2.0)
101
+ railties (= 5.1.1)
102
+ sprockets-rails (>= 2.0.0)
103
+ rails-dom-testing (2.0.3)
104
+ activesupport (>= 4.2.0)
105
+ nokogiri (>= 1.6)
106
+ rails-html-sanitizer (1.0.3)
107
+ loofah (~> 2.0)
108
+ railties (5.1.1)
109
+ actionpack (= 5.1.1)
110
+ activesupport (= 5.1.1)
111
+ method_source
112
+ rake (>= 0.8.7)
113
+ thor (>= 0.18.1, < 2.0)
114
+ rake (12.0.0)
115
+ simplecov (0.14.1)
116
+ docile (~> 1.1.0)
117
+ json (>= 1.8, < 3)
118
+ simplecov-html (~> 0.10.0)
119
+ simplecov-html (0.10.1)
120
+ sprockets (3.7.1)
121
+ concurrent-ruby (~> 1.0)
122
+ rack (> 1, < 3)
123
+ sprockets-rails (3.2.0)
124
+ actionpack (>= 4.0)
125
+ activesupport (>= 4.0)
126
+ sprockets (>= 3.0.0)
127
+ sqlite3 (1.3.13)
128
+ term-ansicolor (1.6.0)
129
+ tins (~> 1.0)
130
+ thor (0.19.4)
131
+ thread_safe (0.3.6)
132
+ tins (1.14.0)
133
+ tzinfo (1.2.3)
134
+ thread_safe (~> 0.1)
135
+ websocket-driver (0.6.5)
136
+ websocket-extensions (>= 0.1.0)
137
+ websocket-extensions (0.1.2)
138
+
139
+ PLATFORMS
140
+ ruby
141
+
142
+ DEPENDENCIES
143
+ appraisal
144
+ attributes_for!
145
+ coveralls
146
+ rails (~> 5.1.0)
147
+ sqlite3
148
+
149
+ BUNDLED WITH
150
+ 1.14.6
@@ -1,3 +1,3 @@
1
1
  module AttributesFor
2
- VERSION = "0.7.8"
2
+ VERSION = '0.7.9'.freeze
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.8
4
+ version: 0.7.9
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: 2017-04-10 00:00:00.000000000 Z
11
+ date: 2017-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3.2'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '5.0'
22
+ version: '6'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3.2'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '5.0'
32
+ version: '6'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: font-awesome-rails
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -100,6 +100,20 @@ dependencies:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
+ - !ruby/object:Gem::Dependency
104
+ name: appraisal
105
+ requirement: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - ">="
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ type: :development
111
+ prerelease: false
112
+ version_requirements: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - ">="
115
+ - !ruby/object:Gem::Version
116
+ version: '0'
103
117
  description: ActiveView Helper to present formatted ActiveModel attributes with icons.
104
118
  email:
105
119
  - ole.johnny.rosendahl@gmail.com
@@ -111,6 +125,7 @@ files:
111
125
  - ".gitignore"
112
126
  - ".rspec"
113
127
  - ".travis.yml"
128
+ - Appraisals
114
129
  - CHANGELOG.md
115
130
  - CODE_OF_CONDUCT.md
116
131
  - Gemfile
@@ -123,6 +138,12 @@ files:
123
138
  - attributes_for.gemspec
124
139
  - bin/console
125
140
  - bin/setup
141
+ - gemfiles/rails_4.2.gemfile
142
+ - gemfiles/rails_4.2.gemfile.lock
143
+ - gemfiles/rails_5.0.gemfile
144
+ - gemfiles/rails_5.0.gemfile.lock
145
+ - gemfiles/rails_5.1.gemfile
146
+ - gemfiles/rails_5.1.gemfile.lock
126
147
  - lib/attributes_for.rb
127
148
  - lib/attributes_for/engine.rb
128
149
  - lib/attributes_for/version.rb
@@ -151,9 +172,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
172
  version: '0'
152
173
  requirements: []
153
174
  rubyforge_project:
154
- rubygems_version: 2.5.2
175
+ rubygems_version: 2.6.8
155
176
  signing_key:
156
177
  specification_version: 4
157
178
  summary: ActiveView Helper to present formatted ActiveModel attributes with icons.
158
179
  test_files: []
159
- has_rdoc: