jasny_bundle 1.2.0 → 1.3.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: 460d1811634c82ba5d53223a4332b6fabc1c62ce
4
- data.tar.gz: 402e69fce1be91a9862d01507f93acd7d1dae8fd
3
+ metadata.gz: e570dad105d7e0a84e7684fc4117a7181aab4712
4
+ data.tar.gz: 1f16912ac1abb400cc9fcad8ca496202d7ae8a86
5
5
  SHA512:
6
- metadata.gz: f2033cef56001c60a37b89de4498679b0ff1c13bc35564f39374ee037c6120ed40e24b8da8fec2b65009adf782ad72edf1e7ffcd9f392614e26da4d553b29321
7
- data.tar.gz: c4054e831d6c9ea9c1e68a99a0ca462fbef25a92aaaf30be93dbefb99c51468eb74392c29148d2aad5d5d3dde08531260dd378bd3e531a49802c1c48a066aca5
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 = "Rails gem wrapper for Jasny Bootstrap, including the neccesary vanilla Bootstrap files. With this gem you should be ready to implement any feature of Bootstrap, including the superb examples by Jasny such as off-canvas navigation."
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")
@@ -1,3 +1,3 @@
1
1
  module JasnyBundle
2
- VERSION = "1.2.0"
2
+ VERSION = "1.3.1"
3
3
  end
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.2.0
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: Rails gem wrapper for Jasny Bootstrap, including the neccesary vanilla
14
- Bootstrap files. With this gem you should be ready to implement any feature of Bootstrap,
15
- including the superb examples by Jasny such as off-canvas navigation.
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: []