bootstrap_help 0.0.12 → 0.0.13

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: e54b2809c56183ee640f23008dee344b971d2d95
4
- data.tar.gz: beaa6fc8f9903013ea325b254b88a76a36d0da25
3
+ metadata.gz: c37762f85c9cbb6ea2976b59053390120b5d6c01
4
+ data.tar.gz: 160d002ce97ef4ad9b4c12ca356ca18b626b8a61
5
5
  SHA512:
6
- metadata.gz: 1195cde44bcba57eff99bb0a4f0b53cb385de07a1b3f786ccaacd089aee784a27c83544823526a27f60201a67c9d37f66db45cf87bfad3524018d5c21dcd2d5f
7
- data.tar.gz: 55dfb7330f4323678455c939fa2d5b02cf4b36eeacbc4d5e0b7bc78178a0543d5688ec11d4c5c2570e772d18abf4571dfea7e26e2bf6a5782146526ba1604214
6
+ metadata.gz: f686ad4d1bde663c4795b8827e92f5e133b3d29e3434935154e037a0db8a3d67ca2dfae2c861998718435c8fe74b896121c64b58074e4be23dff19bd249fb8a9
7
+ data.tar.gz: 439037ba36094af6bccec3f599fefaa4bc591dbac24eda375d081b68ad21117b1bcadc23f766fcd7bd8c9bb87a677c4e9e9aa54e93abf4f42276d0327bd4b650
data/README.md CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
22
22
 
23
23
  The Nav Helper helps you quickly build a fixed navigation bar in Bootstrap. For example:
24
24
 
25
- `
25
+ ```haml
26
26
  = main_nav(brand: "My Awesome Company") do
27
27
  = left do
28
28
  = dropdown_menu "My Menu" do
@@ -33,7 +33,7 @@ The Nav Helper helps you quickly build a fixed navigation bar in Bootstrap. For
33
33
  = menu_link_to "Link4", "#"
34
34
  = right do
35
35
  = menu_link_to "Sign In", "#"
36
- `
36
+ ```
37
37
 
38
38
  ## Contributing
39
39
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["joshua.klina@gmail.com"]
11
11
  spec.description = %q{Helper methods for generating Twitter Bootstrap markup}
12
12
  spec.summary = %q{Twitter Bootstrap makeup generators}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/jklina/bootstrap_help"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module BootstrapHelp
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_help
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Klina
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-01 00:00:00.000000000 Z
11
+ date: 2013-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -99,7 +99,7 @@ files:
99
99
  - lib/bootstrap_help/version.rb
100
100
  - spec/bootstrap_helper/nav_helper_spec.rb
101
101
  - spec/spec_helper.rb
102
- homepage: ''
102
+ homepage: https://github.com/jklina/bootstrap_help
103
103
  licenses:
104
104
  - MIT
105
105
  metadata: {}