modular-grid 0.0.6 → 0.0.7

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: 6882403b4707f25e9a9cbbb4e77c6b550386be06
4
- data.tar.gz: cdfea131cd5387e5b78577b6838cd58a285b7520
3
+ metadata.gz: a21dbbc87df67830ef3d5727b73e0e8cec52a225
4
+ data.tar.gz: d664e3fa2e037a5d42bb7372928a120ec35c58fb
5
5
  SHA512:
6
- metadata.gz: 3c74350ec761cdcec65a6f08da6bb8fa5d9aab41bffc74d5ee471d98ea1b6214002343fccbf0de130fb1c0bccd3db14baa1c51d6328383e99e527d56285562d5
7
- data.tar.gz: 1311b33705f2f03b3fdc4f572f1bcc193e30cd38d778c29833830f3a79443fe7b78fd5963d898176e6b5632d47ccb4d37e218a6b5a57bb19e789b56b1c1027f1
6
+ metadata.gz: c6ea724b0a2d073633a5ea6e30cde187e30f1c21e05d8d577a92f838f96a0795d627713c4f3a3e242e95712c40b0269a18cbde0175dd812fc4a8c92824fd555d
7
+ data.tar.gz: e26b353ebff813727cbad4444478b00e2f075d65e4ca8cd49e38e010ef9448f9535745910697fb898d5144e3377b5269a708bf7494702dcdf40a628b830b6946
data/lib/modular.rb CHANGED
@@ -1,19 +1,9 @@
1
1
  require "modular/version"
2
2
 
3
3
  module Modular
4
- # if defined?(Rails) && defined?(Rails::Engine)
5
- # class Engine < ::Rails::Engine
6
- # require 'modular/engine'
7
- # end
8
- # module Rails
9
- # class Railtie < ::Rails::Railtie
10
- # rake_tasks do
11
- # load "tasks/install.rake"
12
- # end
13
- # end
14
- # end
15
- # else
16
- modular_path = File.expand_path("../../app/assets/stylesheets", __FILE__)
17
- ENV["SASS_PATH"] = [ENV["SASS_PATH"], modular_path].compact.join(File::PATH_SEPARATOR)
18
- # end
4
+ if defined?(Rails) && defined?(Rails::Engine)
5
+ class Engine < ::Rails::Engine
6
+ require 'modular/engine'
7
+ end
8
+ end
19
9
  end
@@ -1,3 +1,3 @@
1
1
  module Modular
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modular-grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Wreggelsworth