attributes_for 0.7.4 → 0.7.5

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: 7d0ac70dbc67ecf79146df396f5dfb24e8347d6d
4
- data.tar.gz: 715a1bd908e14a110ce951e85d13811821a80f14
3
+ metadata.gz: b45132a5f301f4f6bbef25cedf4fbd3554c5c472
4
+ data.tar.gz: 83b21f58858bfdfaf75ad57b17517d9fc002308a
5
5
  SHA512:
6
- metadata.gz: 93734456254eed317baf0690368e465fe70dac206e524329e02e551a2d73ee93bb4aa3448f9c351564524dd4b0a532ce0cfb6ef4c369acf9a5b82880fad4d8ce
7
- data.tar.gz: 92e451a203a28d6fd8dad520200dce48f77a23c32e89430c5a59b5fe58760c34748ea2bb5510a8a921ad81c4cab5f83e5a5aaba10113a3b150f98f8191f7dda6
6
+ metadata.gz: c1bdfbcebfca32682a0b908aae16f0951db5685203cee23b5d19f2f7a4e7419aeb5f8dfc284164df7837e78c1c1c4fb8b58444035de64db8839282559e9f882f
7
+ data.tar.gz: 08d1a0366772833f60f5b2fea7b09849c970f19c2eee679fd73cf5caf0a337ee3ccde463c23f150729613d57b4bc132aa0b313681a1e04445b5547ceee2fb0c1
@@ -4,4 +4,5 @@ rvm:
4
4
  - 2.1.0
5
5
  - 2.2.2
6
6
  - 2.2.3
7
+ - 2.3.0
7
8
  before_install: gem install bundler -v 1.10.3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- attributes_for (0.7.4)
4
+ attributes_for (0.7.5)
5
5
  chronic_duration (~> 0.10)
6
6
  font-awesome-rails (~> 4.0)
7
7
  phony (~> 2.0)
@@ -75,12 +75,12 @@ GEM
75
75
  mime-types (>= 1.16, < 3)
76
76
  mime-types (2.99)
77
77
  mini_portile2 (2.0.0)
78
- minitest (5.8.3)
78
+ minitest (5.8.4)
79
79
  netrc (0.11.0)
80
- nokogiri (1.6.7.1)
80
+ nokogiri (1.6.7.2)
81
81
  mini_portile2 (~> 2.0.0.rc2)
82
82
  numerizer (0.1.1)
83
- phony (2.15.10)
83
+ phony (2.15.14)
84
84
  rack (1.6.4)
85
85
  rack-test (0.6.3)
86
86
  rack (>= 1.0)
@@ -108,7 +108,7 @@ GEM
108
108
  activesupport (= 4.2.5)
109
109
  rake (>= 0.8.7)
110
110
  thor (>= 0.18.1, < 2.0)
111
- rake (10.4.2)
111
+ rake (10.5.0)
112
112
  rest-client (1.8.0)
113
113
  http-cookie (>= 1.0.2, < 2.0)
114
114
  mime-types (>= 1.16, < 3.0)
@@ -146,4 +146,4 @@ DEPENDENCIES
146
146
  sqlite3
147
147
 
148
148
  BUNDLED WITH
149
- 1.10.6
149
+ 1.11.2
@@ -1,3 +1,3 @@
1
1
  module AttributesFor
2
- VERSION = "0.7.4"
2
+ VERSION = "0.7.5"
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.4
4
+ version: 0.7.5
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-12-20 00:00:00.000000000 Z
11
+ date: 2016-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  version: '0'
152
152
  requirements: []
153
153
  rubyforge_project:
154
- rubygems_version: 2.4.7
154
+ rubygems_version: 2.5.1
155
155
  signing_key:
156
156
  specification_version: 4
157
157
  summary: ActiveView Helper to present formatted ActiveModel attributes with icons.