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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 608b20163f4098b0954d3cf57be1e3ec63a26102
4
- data.tar.gz: 83e090f96c1b9aa05151aec2dac9d1abaffaa6b5
3
+ metadata.gz: 8611e89a7b8165136fc07ae356dfc97557ad518e
4
+ data.tar.gz: 951f8c3b9f33fd9eaa35ac62194a16b29fd5a811
5
5
  SHA512:
6
- metadata.gz: 272396ebce25b18ee62ee055b395c1e857fafc9d214bb2f257b4f0bd3b254afaeca976c161b54d95316d96cb3ff33abf73b6e339ab0f3c6c31af19406bad1e0f
7
- data.tar.gz: 2b0dfb4859471ad1b59cc70bdf95b0213d98e4f9a7e99eb1b4dfb9bf62393b2dae5f459e58622bf982332319a070afed3613f52745fe346d0c5d40df817a2643
6
+ metadata.gz: 4fa010a9dedf8748d9f455d56893622526840fa21305d336724e60b5b0977778030dadec670754913383768e5b26c2ad7a01467f0597e2bd4899c811954d6c17
7
+ data.tar.gz: cfa64c972f0ee814bec8a30a6b16f893b86d9a25f79c88981da9a76dc0c3eb220e5588346b38ecfda2c69b7feae336889780ea1a004689bc5a27bc7dbfd6c4fc
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 Richard Tan
3
+ Copyright (c) 2016 PwC Ventures, PwC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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
- ## Licence and Legals
73
+ ## Contributing
73
74
 
74
- PwC Shipyard is an alias of a sub-division of PwC Australia.
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
- 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.
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
- The gem is still under active development and although it is publicly available, we won't be held responsible if you install it and something goes wrong. Use at your own risk.
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,3 +1,3 @@
1
1
  module ConcertinaJsRails
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -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.find('.Concertina-text').slideToggle(250);
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.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-03-21 00:00:00.000000000 Z
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.5.1
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