bootsy 2.0.1 → 2.0.2

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: edc79757791fa92f311c59caaf76b49998c99fee
4
- data.tar.gz: 3138ca749d7471c9d7d0fc6528d04f6172f502f2
3
+ metadata.gz: 1f16fe935ce5e0354a458ceb7c1ee248d1d6c584
4
+ data.tar.gz: 915dae8e08a62de481aa7cb10370ab0c4ec47007
5
5
  SHA512:
6
- metadata.gz: 5cba53f817bc82a6dd2191b54f0dc810a34307799541b089d2bc32d91227c94482128529e3bcaf936e32fc8a22d70f19138e5a188955bbdeae493536311704f0
7
- data.tar.gz: 4ebd73d2da5cee9c7d801f3003e9fdcb6157353aae1f61d15ee3aadcc4e5fe7c88c403bdd946e43c6919b118f363e7f3a5c7c8fbe18306b73eed6456c56bf51f
6
+ metadata.gz: 18b0bcb0603beaa7d56a8a9a998c4cc6efb4ab75bc3bc07b1e1a840831ab9ff74a5a733f5b69fa5cbdeb16259b91383fed1973f1a45fdd5cda9a977520283408
7
+ data.tar.gz: b0282d616ab7dbf6877a14988b97ad3a49ef7826f01918ba623719cfb2225778a881c96839767f2c3c138d2022ab7e6f8b468f4ba45262add3b9c47f1b28abbd
data/README.md CHANGED
@@ -67,8 +67,6 @@ with it, then you should include the `Bootsy::Container` module:
67
67
  ```ruby
68
68
  class Post < ActiveRecord::Base
69
69
  include Bootsy::Container
70
-
71
- attr_accessible :content, :title
72
70
  end
73
71
  ```
74
72
 
@@ -10,7 +10,7 @@
10
10
  </div>
11
11
 
12
12
  <div class="modal-body">
13
- <div class="alert bootsy-empty-alert">
13
+ <div class="alert alert-info bootsy-empty-alert">
14
14
  <%= t 'bootsy.no_images_uploaded' %>
15
15
  </div>
16
16
 
@@ -52,7 +52,7 @@ module Bootsy
52
52
  if object.is_a?(String) || object.is_a?(Symbol)
53
53
  object
54
54
  else
55
- object.class.name.underscore
55
+ ActiveModel::Naming.param_key(object.class)
56
56
  end
57
57
  end
58
58
 
@@ -1,3 +1,3 @@
1
1
  module Bootsy
2
- VERSION = '2.0.1'
2
+ VERSION = '2.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootsy
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volmer Soares
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-06 00:00:00.000000000 Z
11
+ date: 2013-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mini_magick