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 +4 -4
- data/README.md +2 -2
- 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: 608b20163f4098b0954d3cf57be1e3ec63a26102
|
4
|
+
data.tar.gz: 83e090f96c1b9aa05151aec2dac9d1abaffaa6b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 272396ebce25b18ee62ee055b395c1e857fafc9d214bb2f257b4f0bd3b254afaeca976c161b54d95316d96cb3ff33abf73b6e339ab0f3c6c31af19406bad1e0f
|
7
|
+
data.tar.gz: 2b0dfb4859471ad1b59cc70bdf95b0213d98e4f9a7e99eb1b4dfb9bf62393b2dae5f459e58622bf982332319a070afed3613f52745fe346d0c5d40df817a2643
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
#
|
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 '
|
18
|
+
gem 'concertina_js_rails'
|
19
19
|
```
|
20
20
|
|
21
21
|
And then execute:
|
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.
|
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-
|
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.
|
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
|