concertina_js_rails 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +10 -5
- data/lib/concertina_js_rails/version.rb +1 -1
- data/vendor/assets/javascripts/concertina.js +1 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8611e89a7b8165136fc07ae356dfc97557ad518e
|
4
|
+
data.tar.gz: 951f8c3b9f33fd9eaa35ac62194a16b29fd5a811
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fa010a9dedf8748d9f455d56893622526840fa21305d336724e60b5b0977778030dadec670754913383768e5b26c2ad7a01467f0597e2bd4899c811954d6c17
|
7
|
+
data.tar.gz: cfa64c972f0ee814bec8a30a6b16f893b86d9a25f79c88981da9a76dc0c3eb220e5588346b38ecfda2c69b7feae336889780ea1a004689bc5a27bc7dbfd6c4fc
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -68,13 +68,18 @@ Will result in:
|
|
68
68
|
|
69
69
|
P.S. The above is **hideous**, please don't copy it.
|
70
70
|
|
71
|
+
---
|
71
72
|
|
72
|
-
##
|
73
|
+
## Contributing
|
73
74
|
|
74
|
-
|
75
|
+
If you'd like to contribute a feature or bug fix, please post a pull request and describe what you've done and why you've done it.
|
75
76
|
|
76
|
-
|
77
|
+
## Licence & Legals
|
77
78
|
|
78
|
-
It is free software, and may be redistributed under the terms specified in the LICENSE file.
|
79
|
+
The contents of this repository are Copyright © 2016 PwC. All rights reserved. PwC refers to the PwC network and/or one or more of its member firms, each of which is a separate legal entity. It is free software, and may be redistributed under the terms specified in the LICENSE file.
|
79
80
|
|
80
|
-
|
81
|
+
## About PwC Ventures
|
82
|
+
|
83
|
+
This repository is maintained and funded by PwC Ventures. The names and logos for PwC and PwC Ventures are trademarks of PwC.
|
84
|
+
|
85
|
+
We're hiring! Contact our Group Product Manager at [ben@pwcshipyard.com](ben@pwcshipyard.com) to find out more.
|
@@ -1,8 +1,7 @@
|
|
1
1
|
$(document).on('page:load, ready', function(){
|
2
2
|
$(document).on('click', '.Concertina-title', function(){
|
3
3
|
var $parent = $(this).parent();
|
4
|
-
$parent.
|
4
|
+
$parent.children('.Concertina-text').slideToggle(250);
|
5
5
|
$parent.toggleClass('s-rotated');
|
6
6
|
})
|
7
|
-
|
8
7
|
});
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: concertina_js_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Richard Tan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
version: '0'
|
79
79
|
requirements: []
|
80
80
|
rubyforge_project:
|
81
|
-
rubygems_version: 2.
|
81
|
+
rubygems_version: 2.6.4
|
82
82
|
signing_key:
|
83
83
|
specification_version: 4
|
84
84
|
summary: This gem exposes the SCSS and JS for Concertina JS
|