bh 1.1.0 → 1.1.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/CHANGELOG.md +4 -0
- data/lib/bh/helpers/cdn_helper.rb +1 -1
- data/lib/bh/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8884ce49e3336610cfc24e59f78a9a879d9c6020
|
|
4
|
+
data.tar.gz: 299d96e55a68df487308b191ddd91376962a12e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf5ceafa2d9173590b86524882306d573d63b7a8462316a24708444aa60d1ae199bc9ab863756e4e7fdf8bee0e888b7d2da46d27f8d4fe39e13982f5d258a8d6
|
|
7
|
+
data.tar.gz: e238691c83f7b6212368b3d0d54839e4f6dd416f66a17a3b3e7087fbc22ca61542887242661f67bd799e121505b254d091e9146a7a0821ac9cb1656f04c3d345
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ For more information about changelogs, check
|
|
|
6
6
|
[Keep a Changelog](http://keepachangelog.com) and
|
|
7
7
|
[Vandamme](http://tech-angels.github.io/vandamme).
|
|
8
8
|
|
|
9
|
+
## 1.1.1 - 2014-09-20
|
|
10
|
+
|
|
11
|
+
* [ENHANCEMENT] Bump Bootstrap version to 3.3.0
|
|
12
|
+
|
|
9
13
|
## 1.1.0 - 2014-09-20
|
|
10
14
|
|
|
11
15
|
* [FEATURE] Add `icon` helper
|
|
@@ -45,7 +45,7 @@ module Bh
|
|
|
45
45
|
# @note if unspecified, the version should match the latest available
|
|
46
46
|
# version. If that's not the case, it's a bug and should be fixed.
|
|
47
47
|
def bootstrap_asset(options = {})
|
|
48
|
-
options[:version] ||= '3.
|
|
48
|
+
options[:version] ||= '3.3.0'
|
|
49
49
|
cdn_asset options.merge(library: 'bootstrap')
|
|
50
50
|
end
|
|
51
51
|
|
data/lib/bh/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Claudio Baccigalupo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|