jasny_bundle 2.0.1 → 2.0.2

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: e38f6a5b034e5063173e4df2362489121514d81c
4
- data.tar.gz: 92dc92ce8ee7e6bb73094a2333117300ed1d4f57
3
+ metadata.gz: 8d3a0bd41f724c5746fa0609abfbc0432b25384d
4
+ data.tar.gz: 9d89144f4381970b66cb46f30ad92743e6328084
5
5
  SHA512:
6
- metadata.gz: 027c50787dda9824a7ad27170419c9e19d8bf6c7bc2ea6ad09a2aff4ccaea76e50cd596c463bad7244ea03060336d3ecdcc8a7848655e2c3f3bdaf4a3434e139
7
- data.tar.gz: 3d6588068a361156f5e42b3d28a42b46d133cfcbbc57683ec43e72d22f00541507f2d34a4725c73af67847ff39a920ddc387f1031cc33866129b379714edb537
6
+ metadata.gz: 515b1556643317af7ab42b593e049304b8b72c29f653e9595874f6fc4a6945db49551d4fbb9e2bd5c2fdcb51b2cb3918ce5cd906b77215eb60e7e95b448c9b42
7
+ data.tar.gz: 2ee0bef30330e248eb0e2fca96d1f43f67b352b592b99996dbe2ca89ead37a9f8e0868737ba798c2cd851d61d0237a41b6a8a364be193889e7aa144704620891
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  A simple gem for jasny's bootstrap extensions which can be found [here](http://jasny.github.io/bootstrap "jasny's bootstrap"). The gem can be found on [Ruby Gems](https://rubygems.org/gems/jasny_bundle) and is tested and fully functional.
6
6
 
7
- This gem includes the default Bootstrap files, so there's no need to install them seperately. As of version 2.0.0, this gem now includes the bootstrap-social features developed by @lipis.
7
+ This gem includes the default Bootstrap files, so there's no need to install them seperately. As of version 2.0.0, this gem now includes font-awesome and the bootstrap-social features developed by @lipis.
8
8
 
9
9
  If you're looking for a quick and easy way to get a rails app started with off-canvas navigation, then you should also download my basic framework, which is setup with the jasny off-canvas navigation and can be found [here] (https://github.com/tipsforthings/jasny-offcanvas-nav-rails).
10
10
  If you feel like you could make an improvement to the framework, please submit a pull request as at the moment, any contribution that constitutes an improvement, would be more than welcome.
@@ -39,6 +39,16 @@ If you feel like you could make an improvement to the framework, please submit a
39
39
 
40
40
  *= require jasny-bootstrap-responsive
41
41
 
42
+ ##For bootstrap social buttons
43
+
44
+ **In your application.js**
45
+
46
+ //= require social
47
+
48
+ **In your application.css**
49
+
50
+ *= require bootstrap-social
51
+ *= require font-awesome
42
52
  ## Framework
43
53
 
44
54
  As mentioned earlier, I have created a framework for new rails apps to get you started with off-canvas navigation, which can be found [here](https://github.com/tipsforthings/jasny-offcanvas-nav-rails). If you are starting a new rails project, this is the method that I would recommend.
data/jasny_bundle.gemspec CHANGED
@@ -11,7 +11,10 @@ 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, Jasny Bootstrap extensions and as of version 2.0.0, it now includes the superb bootstrap-social extension provided by @lipis."
14
- s.description = "This is a rails gem for the superb Jasny bootstrap extensions plus @lipis bootstrap-social extension. 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. I'm going to be adding more features to this gem to hopefully make it the best bootstrap gem available. I'm going to be writing some extensive documentation soon and would welcome any other feature requests that I can include for you."
14
+ s.description = "This is a rails gem for the superb Jasny bootstrap extensions plus @lipis bootstrap-social extension. 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.
15
+ 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.
16
+ I'm going to be adding more features to this gem and writing some extensive documentation.
17
+ One feature that I'm working on including in this gem is bootstro.js, a 'Guided Tour' feature for your website or app. If you have any other features you would like to see in the gem, please do contact me to let me know and I'll be sure to include them."
15
18
 
16
19
  s.files = `git ls-files`.split("\n")
17
20
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module JasnyBundle
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
metadata CHANGED
@@ -1,24 +1,25 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jasny_bundle
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Scott
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-17 00:00:00.000000000 Z
11
+ date: 2014-08-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: This is a rails gem for the superb Jasny bootstrap extensions plus @lipis
13
+ description: "This is a rails gem for the superb Jasny bootstrap extensions plus @lipis
14
14
  bootstrap-social extension. It comes with all of the files you need to get going,
15
15
  so there's no need to install the Twitter Bootstrap gem seperately, it's all included.
16
- Use this with my template available at https://github.com/tipsforthings/jasny-offcanvas-nav-rails
16
+ \nUse this with my template available at https://github.com/tipsforthings/jasny-offcanvas-nav-rails
17
17
  and you'll have a ready-made template that is pre-setup for this gem, which also
18
- has the Jasny off-canvas layout enabled. I'm going to be adding more features to
19
- this gem to hopefully make it the best bootstrap gem available. I'm going to be
20
- writing some extensive documentation soon and would welcome any other feature requests
21
- that I can include for you.
18
+ has the Jasny off-canvas layout enabled. \nI'm going to be adding more features
19
+ to this gem and writing some extensive documentation.\nOne feature that I'm working
20
+ on including in this gem is bootstro.js, a 'Guided Tour' feature for your website
21
+ or app. If you have any other features you would like to see in the gem, please
22
+ do contact me to let me know and I'll be sure to include them."
22
23
  email:
23
24
  - alex@tipsforthings.com
24
25
  executables: []