archare_ui 0.1.1 → 0.2.0

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: 6ba34f7337c5ef685d02d2706a8dfa29fcc27701
4
- data.tar.gz: 194714ddbb485e5bd539ada8e84df2c9d4722e6f
3
+ metadata.gz: 91146f0e65afd97fee590dab6224f8ff905220c7
4
+ data.tar.gz: 424d323f5189e50b1586608fbcf72567c28b2337
5
5
  SHA512:
6
- metadata.gz: b69a423b71589396340ca2d58f835a78754bbdb1bed8cd3a91c1eccd163e311b38641e6c0876a0f7665efb292cbad9383701494c28cbf05b6d858bf1b9b13fd0
7
- data.tar.gz: e8e32a0d71ef564b1f20963166bae8e2df2b314d2862e4ccd488fa8bb426fe37e1006b8cdb303b61f73193de8b5acd31bba825fa967547756d9b7cd6bd6509a5
6
+ metadata.gz: 073128a47ecef831538728bbe6d9a819eac6c71a4476ea0920c0b5d688897a35d75b7d325ded99b14ec752033e4139ba3918423964a2c6bd9c83b3258a4b4eee
7
+ data.tar.gz: 342521a1b4edcc3528ab9fcd3cd6cd681396718ea53053996116efac43603fa8562715cce58996758e627e1db991e8b79d2b62679e5fc8fac0dd24a57323ccea
@@ -6,7 +6,7 @@ $('.ah-menu-toggle').on('click', function(e){
6
6
 
7
7
 
8
8
  // tooltip for ah nav cube
9
- $(document).ready(function(){
9
+ function add_nav_cube_tooltip(){
10
10
 
11
11
  console.log("Archare-ui-js");
12
12
 
@@ -17,7 +17,8 @@ $(document).ready(function(){
17
17
 
18
18
 
19
19
  $('[data-toggle="tooltip"]').tooltip({'placement': 'top'});
20
- });
20
+ }
21
+
21
22
 
22
23
 
23
24
  // scroll animation for navigating with id
@@ -1 +1 @@
1
- //= require_tree .
1
+ //= require ah-ui-js
Binary file
@@ -1,3 +1,3 @@
1
1
  module ArchareUI
2
- VERSION = "0.1.1"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: archare_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - xhanshawn
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-23 00:00:00.000000000 Z
11
+ date: 2016-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -70,6 +70,7 @@ files:
70
70
  - app/assets/stylesheets/archare-sass.scss
71
71
  - app/assets/stylesheets/archare_ui.css.scss
72
72
  - archare_ui-0.1.0.gem
73
+ - archare_ui-0.1.1.gem
73
74
  - archare_ui.gemspec
74
75
  - bin/console
75
76
  - bin/setup