concertina_js_rails 0.2.0 → 1.0.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: b3f5ba9d78e4af279ab67eea68e0981bea0e48dc
4
- data.tar.gz: 9c2ad692c57327f43f8f796e3142e63fa0cd9127
3
+ metadata.gz: 608b20163f4098b0954d3cf57be1e3ec63a26102
4
+ data.tar.gz: 83e090f96c1b9aa05151aec2dac9d1abaffaa6b5
5
5
  SHA512:
6
- metadata.gz: 75bfb1ee641984f7afd1d51bffdd54ab63b87cfe5ed00288ab359b300204f422f648b1c9c64564c39f587bc44789fb5f1f0fb5795969275f37e40805ec53d93d
7
- data.tar.gz: 0edb6aae1ac1bba917c075e9f9a87605727be4448c13ef54e81df7ed443763b738929892564dcdf460895e83df452d449c7f977708468c61b571a2bc28dd8d96
6
+ metadata.gz: 272396ebce25b18ee62ee055b395c1e857fafc9d214bb2f257b4f0bd3b254afaeca976c161b54d95316d96cb3ff33abf73b6e339ab0f3c6c31af19406bad1e0f
7
+ data.tar.gz: 2b0dfb4859471ad1b59cc70bdf95b0213d98e4f9a7e99eb1b4dfb9bf62393b2dae5f459e58622bf982332319a070afed3613f52745fe346d0c5d40df817a2643
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Concertina-JS-Rails
1
+ # Concertina_JS_Rails
2
2
 
3
3
  ![concertina](https://cloud.githubusercontent.com/assets/4082442/13274615/ba454a7a-db00-11e5-810c-d9c0e4c65197.gif)
4
4
 
@@ -15,7 +15,7 @@ The pirates used a type of accordion, called a "concertina".
15
15
  Add this line to your application's Gemfile:
16
16
 
17
17
  ```ruby
18
- gem 'concertina-js-rails'
18
+ gem 'concertina_js_rails'
19
19
  ```
20
20
 
21
21
  And then execute:
@@ -1,3 +1,3 @@
1
1
  module ConcertinaJsRails
2
- VERSION = "0.2.0"
2
+ VERSION = "1.0.0"
3
3
  end
@@ -1,5 +1,4 @@
1
- $(function() {
2
-
1
+ $(document).on('page:load, ready', function(){
3
2
  $(document).on('click', '.Concertina-title', function(){
4
3
  var $parent = $(this).parent();
5
4
  $parent.find('.Concertina-text').slideToggle(250);
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: 0.2.0
4
+ version: 1.0.0
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-02-25 00:00:00.000000000 Z
11
+ date: 2016-03-21 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.4.5.1
81
+ rubygems_version: 2.5.1
82
82
  signing_key:
83
83
  specification_version: 4
84
84
  summary: This gem exposes the SCSS and JS for Concertina JS