incline 0.1.8 → 0.1.9

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: '0254285858902e4313110fddc419672ac8ae267b'
4
- data.tar.gz: f22408a384aa6aaf8ee1f36195a220d1677fb09c
3
+ metadata.gz: 5eab0545dc5284817c3d643d66b0dcf601b5dda1
4
+ data.tar.gz: bcc4ab52f95fd42af068801189bd7578f0a03d42
5
5
  SHA512:
6
- metadata.gz: e8f26912a02f65f50705909925952a0478bed454cc32a3d5eff854a1186d030e72905370f3791fd40dae334c72fffad0d8cf2177e4077e8924cdc9b4028ae61a
7
- data.tar.gz: 200de0b8b26cabf2303f94ee7df3d5aad0c3ec7c7a8745871df0825d3c16e6b4039da7115f50b70972310c661ba0b7ba50ee4a69d292b353cd1714301e3f63a9
6
+ metadata.gz: 160c49ccb2e8e6d58bda5eb1610f218f417358a71dc0df62e13e393184df8cb2845fece77b9c810a542d358d40d09635a422b9e15366cf195ec118015b61e84b
7
+ data.tar.gz: 831f5e7f87af0fe3feb22753fff9e6db66a58c2c42e82bf5097f49d56a6a6004e7337aff7ae1814eb5b24c361ab203b07608f163699149ec044a32662d466992
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- incline (0.1.8)
4
+ incline (0.1.9)
5
5
  ansi (~> 1.5.0)
6
6
  bcrypt
7
7
  bootstrap-sass
@@ -38,3 +38,4 @@ end
38
38
  ActionController::Base.include Incline::Extensions::MainApp
39
39
  ActionMailer::Base.include Incline::Extensions::MainApp
40
40
  ActionView::Base.include Incline::Extensions::MainApp
41
+ ActiveSupport::TestCase.include Incline::Extensions::MainApp
@@ -1,3 +1,3 @@
1
1
  module Incline
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: incline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beau Barker