dashify 4.0.0.0 → 4.0.0.1

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: 78d49ec4162cf4e89e8e100dd9da9408faeaf126
4
- data.tar.gz: 25718a77719a33ce0ac4b0322e8930d4f2213c22
3
+ metadata.gz: 3132d49db20f5392920886f81fdd66894f19540e
4
+ data.tar.gz: d578542f351e40a9100e687541ff5e2e5ae5bf9c
5
5
  SHA512:
6
- metadata.gz: 683c343ce9537ead3855bcf257302ebb731d93743d1eab5597c9e2a8f193c3a1a83312dfb95efc36ffc5282818477ded8d44fc3750bfd47e73a0c5f9f2049e26
7
- data.tar.gz: d971a6a3875ac39c77e79d667e87f1418ac579a0f5ad8866cfcf8bd439b83d46edb555d61643211aa6b84116fa970d4e6497d9a285f6c07fc429b06f0b499117
6
+ metadata.gz: 23528989ea4ccea1459a6bc922016151a919093dc4c08fcba0878b75e7d21d629e65241cff55f9ef1289a2af04462034e6b52c83e2cfc3b07c6194c6ebc2d4b6
7
+ data.tar.gz: c3aedd446741f1931f3f9bc954d8b050fec4d29c8a4aac763fe70439aaa9d96c83e21cf702c7b6399b82174aafd6b3d3a73c61ddae5a249f0c5e54b90e9126c0
data/README.md CHANGED
@@ -29,6 +29,12 @@ $ bundle
29
29
 
30
30
  Nothing to do! Yay!
31
31
 
32
+ ## Contributing
33
+
34
+ Any issue, pull request, comment of any kind is more than welcome!
35
+
36
+ I will mainly ensure compatibility to PostgreSQL, AWS, Redis, Elasticsearch, FreeBSD and Memcached. 
37
+
32
38
  ## Credits
33
39
 
34
40
  This gem is maintained and funded by [mmontossi](https://github.com/mmontossi).
@@ -1,10 +1,12 @@
1
1
  module Dashify
2
2
  class Railtie < Rails::Railtie
3
3
 
4
- initializer 'dashify.extensions' do
5
- ::ActionView::Helpers::TagHelper.prepend(
6
- Dashify::Extensions::ActionView::TagHelper
7
- )
4
+ initializer 'dashify.action_view' do
5
+ ActiveSupport.on_load :action_view do
6
+ ::ActionView::Helpers::TagHelper.prepend(
7
+ Dashify::Extensions::ActionView::TagHelper
8
+ )
9
+ end
8
10
  end
9
11
 
10
12
  end
@@ -1,5 +1,5 @@
1
1
  module Dashify
2
2
 
3
- VERSION = '4.0.0.0'
3
+ VERSION = '4.0.0.1'
4
4
 
5
5
  end
@@ -46,3 +46,9 @@ TagsTest: test_forms_dashes
46
46
  --------------------------
47
47
  TagsTest: test_tags_dashes
48
48
  --------------------------
49
+ ---------------------------
50
+ ViewTest: test_forms_dashes
51
+ ---------------------------
52
+ --------------------------
53
+ ViewTest: test_tags_dashes
54
+ --------------------------
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dashify
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.0
4
+ version: 4.0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mmontossi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-06 00:00:00.000000000 Z
11
+ date: 2016-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails