loadcss-rails 0.2.0 → 0.2.2
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 +4 -4
- data/README.md +1 -1
- data/lib/loadcss/rails/version.rb +2 -2
- data/vendor/assets/javascripts/loadCSS.js +5 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a60b08f88a1bacd4379a2e4b909884e4f0cbd105
|
4
|
+
data.tar.gz: 8a9e2d1ea5f969fdfabc8101a822f40e10c5f97b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77b46bef2733ee2ebe4f9103d03f4cb216b0dce64b170a3cdae08bf0e935d41426238e77e44ff61b73d71c949c0df27a0c8ee4d4406559a37fb39266dc04c57f
|
7
|
+
data.tar.gz: 169b717407bf7eb9b550cfab72ed9b1c369635ccf770c9b22fab796bf83423678ee3b098809fd6f43484b498d7736d9af01535898d36f1c8c6237603e9525d03
|
data/README.md
CHANGED
@@ -11,7 +11,7 @@ These pieces of javascript were implemented by [Filament Group](https://github.c
|
|
11
11
|
## Installation
|
12
12
|
|
13
13
|
```
|
14
|
-
gem 'loadcss-rails', '~> 0.
|
14
|
+
gem 'loadcss-rails', '~> 0.2.0'
|
15
15
|
```
|
16
16
|
|
17
17
|
The loadCSS and onloadCSS files will be added to the asset pipeline and available for you to use. Add the lines that you need to your application's JS manifest (usually `app/assets/javascripts/application.js`).
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: loadcss-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Misshore
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-10-
|
11
|
+
date: 2015-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This gem provides LoadCSS and OnloadCSS for your Rails application.
|
14
14
|
email:
|