iugu-ux 1.0.22 → 1.0.23
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1339efe43fa27a2ac0c682fdb3f4cff6c7c1df14
|
4
|
+
data.tar.gz: b16d2701a76551e53b45492cae0a7da7c32abad5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29771fb7dbe7440f57cb8d7cb0c2cb061145896f8b96404a38ef6eeeb1cc4a4b8273d202699a35abaf3346703b2c30777a2fb93dbad12448bf5e372a44e00f51
|
7
|
+
data.tar.gz: 85bd89fb5af457de7f005a3262446cffae4b8d9f28ba8ae9631df097a2b903ed093dd8f2109ede9ce5084fc2a0c6a9e12420463ef989a3f6f98f9da224afa667
|
data/lib/iugu-ux/version.rb
CHANGED
@@ -8,3 +8,10 @@
|
|
8
8
|
//= require ./twitter-bootstrap/bootstrap.js
|
9
9
|
//= require ./capabilities
|
10
10
|
//= require ./enable-prettify
|
11
|
+
//= require web-app/environment
|
12
|
+
//= require web-app/config
|
13
|
+
//= require web-app/comm
|
14
|
+
//= require web-app/i18n-languages
|
15
|
+
//= require web-app/i18n
|
16
|
+
//= require web-app/sound
|
17
|
+
//= require web-app/helpers
|
@@ -13,13 +13,6 @@
|
|
13
13
|
// GO AFTER THE REQUIRES BELOW.
|
14
14
|
//
|
15
15
|
//= require_self
|
16
|
-
//= require web-app/environment
|
17
|
-
//= require web-app/config
|
18
|
-
//= require web-app/comm
|
19
|
-
//= require web-app/i18n-languages
|
20
|
-
//= require web-app/i18n
|
21
|
-
//= require web-app/sound
|
22
|
-
//= require web-app/helpers
|
23
16
|
|
24
17
|
//= require ./iugu-ui-helpers.js
|
25
18
|
//= require ./components/iugu-ux-components.js
|