jasny_bundle 1.2.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/jasny_bundle.gemspec +1 -1
- data/lib/jasny_bundle/version.rb +1 -1
- metadata +7 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e570dad105d7e0a84e7684fc4117a7181aab4712
|
|
4
|
+
data.tar.gz: 1f16912ac1abb400cc9fcad8ca496202d7ae8a86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 121f938a5a870921d2811ec119f74e6e8193ecd38e44e18dcd39c19007ad737a21a71e57fbd1da3aa33eedc23aec262b644abee8fe40d754940e6c7ede7cb70c
|
|
7
|
+
data.tar.gz: a92b0dba5139dce8f5fc423c7741599603bd1730b358579ee6fc77f23d8c31abced13461c5affee945a6718d5986475378112807dc205465dc6b5e97488e3b92
|
data/jasny_bundle.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.email = ["alex@tipsforthings.com"]
|
|
12
12
|
s.homepage = "https://github.com/tipsforthings/jasny-bundle/"
|
|
13
13
|
s.summary = "Complete bundle including the latest version of Bootstrap and also the Jasny Bootstrap extensions."
|
|
14
|
-
s.description = "
|
|
14
|
+
s.description = "This is a rails gem for the superb Jasny bootstrap extensions. It comes with all of the files you need to get going, so there's no need to install the Twitter Bootstrap gem seperately, it's all included. Use this with my template available at https://github.com/tipsforthings/jasny-offcanvas-nav-rails and you'll have a ready-made template that is pre-setup for this gem, which also has the Jasny off-canvas layout enabled."
|
|
15
15
|
|
|
16
16
|
s.files = `git ls-files`.split("\n")
|
|
17
17
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
data/lib/jasny_bundle/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jasny_bundle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Scott
|
|
@@ -10,9 +10,12 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2014-08-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
description: This is a rails gem for the superb Jasny bootstrap extensions. It comes
|
|
14
|
+
with all of the files you need to get going, so there's no need to install the Twitter
|
|
15
|
+
Bootstrap gem seperately, it's all included. Use this with my template available
|
|
16
|
+
at https://github.com/tipsforthings/jasny-offcanvas-nav-rails and you'll have a
|
|
17
|
+
ready-made template that is pre-setup for this gem, which also has the Jasny off-canvas
|
|
18
|
+
layout enabled.
|
|
16
19
|
email:
|
|
17
20
|
- alex@tipsforthings.com
|
|
18
21
|
executables: []
|