attributes_for 0.7.5 → 0.7.6

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: b45132a5f301f4f6bbef25cedf4fbd3554c5c472
4
- data.tar.gz: 83b21f58858bfdfaf75ad57b17517d9fc002308a
3
+ metadata.gz: b4d3ac411807dd5b6171004d1fcc93b45945b6ef
4
+ data.tar.gz: 6f826cd02a2937a8c886facd0df5890e4b1893aa
5
5
  SHA512:
6
- metadata.gz: c1bdfbcebfca32682a0b908aae16f0951db5685203cee23b5d19f2f7a4e7419aeb5f8dfc284164df7837e78c1c1c4fb8b58444035de64db8839282559e9f882f
7
- data.tar.gz: 08d1a0366772833f60f5b2fea7b09849c970f19c2eee679fd73cf5caf0a337ee3ccde463c23f150729613d57b4bc132aa0b313681a1e04445b5547ceee2fb0c1
6
+ metadata.gz: 27d7c3946a51fc0b5335d44673a033eb0eaaff0051998c2a428ee67606f100944784bf17872df86ada436cb31dc3528f5ea09bd5bebd81c2e102d1559b98ecc7
7
+ data.tar.gz: 408ffb242bd77338c37febdc5ecad2ced903b1a6a632f2162c4f85740e1fd4317dac9004a1e6eebec5fccc547d8986547fdf9ccc9a630698fe5506d960a2fec0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- attributes_for (0.7.5)
4
+ attributes_for (0.7.6)
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.5)
14
- actionpack (= 4.2.5)
15
- actionview (= 4.2.5)
16
- activejob (= 4.2.5)
13
+ actionmailer (4.2.5.1)
14
+ actionpack (= 4.2.5.1)
15
+ actionview (= 4.2.5.1)
16
+ activejob (= 4.2.5.1)
17
17
  mail (~> 2.5, >= 2.5.4)
18
18
  rails-dom-testing (~> 1.0, >= 1.0.5)
19
- actionpack (4.2.5)
20
- actionview (= 4.2.5)
21
- activesupport (= 4.2.5)
19
+ actionpack (4.2.5.1)
20
+ actionview (= 4.2.5.1)
21
+ activesupport (= 4.2.5.1)
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.5)
27
- activesupport (= 4.2.5)
26
+ actionview (4.2.5.1)
27
+ activesupport (= 4.2.5.1)
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.5)
33
- activesupport (= 4.2.5)
32
+ activejob (4.2.5.1)
33
+ activesupport (= 4.2.5.1)
34
34
  globalid (>= 0.3.0)
35
- activemodel (4.2.5)
36
- activesupport (= 4.2.5)
35
+ activemodel (4.2.5.1)
36
+ activesupport (= 4.2.5.1)
37
37
  builder (~> 3.1)
38
- activerecord (4.2.5)
39
- activemodel (= 4.2.5)
40
- activesupport (= 4.2.5)
38
+ activerecord (4.2.5.1)
39
+ activemodel (= 4.2.5.1)
40
+ activesupport (= 4.2.5.1)
41
41
  arel (~> 6.0)
42
- activesupport (4.2.5)
42
+ activesupport (4.2.5.1)
43
43
  i18n (~> 0.7)
44
44
  json (~> 1.7, >= 1.7.7)
45
45
  minitest (~> 5.1)
@@ -49,7 +49,7 @@ GEM
49
49
  builder (3.2.2)
50
50
  chronic_duration (0.10.6)
51
51
  numerizer (~> 0.1.1)
52
- concurrent-ruby (1.0.0)
52
+ concurrent-ruby (1.0.1)
53
53
  coveralls (0.8.10)
54
54
  json (~> 1.8)
55
55
  rest-client (>= 1.6.8, < 2)
@@ -80,20 +80,20 @@ GEM
80
80
  nokogiri (1.6.7.2)
81
81
  mini_portile2 (~> 2.0.0.rc2)
82
82
  numerizer (0.1.1)
83
- phony (2.15.14)
83
+ phony (2.15.15)
84
84
  rack (1.6.4)
85
85
  rack-test (0.6.3)
86
86
  rack (>= 1.0)
87
- rails (4.2.5)
88
- actionmailer (= 4.2.5)
89
- actionpack (= 4.2.5)
90
- actionview (= 4.2.5)
91
- activejob (= 4.2.5)
92
- activemodel (= 4.2.5)
93
- activerecord (= 4.2.5)
94
- activesupport (= 4.2.5)
87
+ rails (4.2.5.1)
88
+ actionmailer (= 4.2.5.1)
89
+ actionpack (= 4.2.5.1)
90
+ actionview (= 4.2.5.1)
91
+ activejob (= 4.2.5.1)
92
+ activemodel (= 4.2.5.1)
93
+ activerecord (= 4.2.5.1)
94
+ activesupport (= 4.2.5.1)
95
95
  bundler (>= 1.3.0, < 2.0)
96
- railties (= 4.2.5)
96
+ railties (= 4.2.5.1)
97
97
  sprockets-rails
98
98
  rails-deprecated_sanitizer (1.0.3)
99
99
  activesupport (>= 4.2.0.alpha)
@@ -101,11 +101,11 @@ GEM
101
101
  activesupport (>= 4.2.0.beta, < 5.0)
102
102
  nokogiri (~> 1.6.0)
103
103
  rails-deprecated_sanitizer (>= 1.0.1)
104
- rails-html-sanitizer (1.0.2)
104
+ rails-html-sanitizer (1.0.3)
105
105
  loofah (~> 2.0)
106
- railties (4.2.5)
107
- actionpack (= 4.2.5)
108
- activesupport (= 4.2.5)
106
+ railties (4.2.5.1)
107
+ actionpack (= 4.2.5.1)
108
+ activesupport (= 4.2.5.1)
109
109
  rake (>= 0.8.7)
110
110
  thor (>= 0.18.1, < 2.0)
111
111
  rake (10.5.0)
@@ -121,7 +121,7 @@ GEM
121
121
  sprockets (3.5.2)
122
122
  concurrent-ruby (~> 1.0)
123
123
  rack (> 1, < 3)
124
- sprockets-rails (3.0.0)
124
+ sprockets-rails (3.0.4)
125
125
  actionpack (>= 4.0)
126
126
  activesupport (>= 4.0)
127
127
  sprockets (>= 3.0.0)
@@ -14,6 +14,7 @@ module AttributesFor
14
14
  :options
15
15
 
16
16
  def initialize(object, template, options = {})
17
+ options = options.dup
17
18
  @object = object
18
19
  @template = template
19
20
  @default_options = options[:defaults] || {}
@@ -1,3 +1,3 @@
1
1
  module AttributesFor
2
- VERSION = "0.7.5"
2
+ VERSION = "0.7.6"
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.5
4
+ version: 0.7.6
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: 2016-01-22 00:00:00.000000000 Z
11
+ date: 2016-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails