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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc83079b8a027fcbbb231e86e88ebe42e201bbcb
4
- data.tar.gz: 8dc523aedbc7d70b1c7b445caeb0aaf13ff7a959
3
+ metadata.gz: a60b08f88a1bacd4379a2e4b909884e4f0cbd105
4
+ data.tar.gz: 8a9e2d1ea5f969fdfabc8101a822f40e10c5f97b
5
5
  SHA512:
6
- metadata.gz: cc1eb47d36c6e619d0a71846430ddcb9a131132ca532509e1d834c55c0cfdfd0d7e2483688d8665844b9377bcabf96b355f11a8c789834fa2b24970d545b092d
7
- data.tar.gz: 9269799a1acd34349f97e5d559274cacfbb74fd0badae43eb09b0d47e2331b433c08bf64444ae95802b17f79bfef56a8dced980b89abc76704cedf9ab5e651f0
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.1.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`).
@@ -1,6 +1,6 @@
1
1
  module LoadCSS
2
2
  module Rails
3
- VERSION = '0.2.0'
4
- LOADCSS_VERSION = '0.2.0'
3
+ VERSION = '0.2.2'
4
+ LOADCSS_VERSION = '0.2.2'
5
5
  end
6
6
  end
@@ -54,4 +54,8 @@ Licensed MIT
54
54
  });
55
55
  return ss;
56
56
  };
57
- }(this));
57
+ // commonjs
58
+ if( typeof module !== "undefined" ){
59
+ module.exports = w.loadCSS;
60
+ }
61
+ }(this));
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.0
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-01 00:00:00.000000000 Z
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: