hubstats 0.1.2 → 0.1.3

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: b35ff44067b8401e1f9824cd880b364fb6c5ec9f
4
- data.tar.gz: ff0549c389a8fcd6b4fb98959597993ae5537cb9
3
+ metadata.gz: 09f14e805fad77874457b3172ce6280c193e1ae6
4
+ data.tar.gz: 3ccc6d0f669631b8cd7cf75a8509d77bddd57c2e
5
5
  SHA512:
6
- metadata.gz: 61114c8e900527dc197499f9af1281110e0f7e0c8e04bd7ff26e0cf3fa96c5daa20135ab80e956f0a8eefc1c57d2121c7c89640402c4aba3bfc7c1306cb3ebbd
7
- data.tar.gz: cc2b5ae54b2fe02a8a3b9b3ba2d95877ad0116b1356ea72b738ef5374045db4f60c02acdb268f8f8af3dcec48bd638191ef7b06d534467686a73badb20711066
6
+ metadata.gz: 510e5f4169c4520a49945be5f8146c61adbae0b1ef2eeee3e07b352be35fd21488bb05093b793bccb87b26a76f52c3680c79c6c354d31cace08b5eb685eee7e0
7
+ data.tar.gz: 83dd4e89f4d1471d968373ef60d4f2cd2b327f2bcd2d8c012ec0d6ea455883912e60b73d1ae44f021f48d35e7aeee8e9fad9b12da1e566c4438ed75270558323
@@ -6,6 +6,12 @@ module Hubstats
6
6
  Rails.application.config.assets.paths << root.join("app", "assets", "fonts")
7
7
  end
8
8
 
9
+ config.to_prepare do
10
+ Dir.glob(Rails.root + "app/decorators/**/*_decorator*.rb").each do |c|
11
+ require_dependency(c)
12
+ end
13
+ end
14
+
9
15
  require 'octokit'
10
16
  require 'select2-rails'
11
17
  require 'will_paginate-bootstrap'
@@ -1,3 +1,3 @@
1
1
  module Hubstats
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubstats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Hursh