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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a6f8f3688bcb37ed7b85baa2a23cd0182d8733bf
4
- data.tar.gz: 67f60fe7a5e89f1e6c8cb985521f3d0b14ed145a
3
+ metadata.gz: 8884ce49e3336610cfc24e59f78a9a879d9c6020
4
+ data.tar.gz: 299d96e55a68df487308b191ddd91376962a12e5
5
5
  SHA512:
6
- metadata.gz: 090b4c224d5b115d9f861f5a67b53ab56ba70be1a009d1496dcf6a50a41d64079865bbec9f1e604774b1cef9726bedee877ca68384b118213a8c02d03a0356f4
7
- data.tar.gz: eb42afcf33bcab3e145c3f6f1bf7690f260b922e8bdd690e4b50480ea5911da26b2b03709f975ba7cc78a38e3f7fb73ae06d800b2daa4b312275ec2ae5574599
6
+ metadata.gz: bf5ceafa2d9173590b86524882306d573d63b7a8462316a24708444aa60d1ae199bc9ab863756e4e7fdf8bee0e888b7d2da46d27f8d4fe39e13982f5d258a8d6
7
+ data.tar.gz: e238691c83f7b6212368b3d0d54839e4f6dd416f66a17a3b3e7087fbc22ca61542887242661f67bd799e121505b254d091e9146a7a0821ac9cb1656f04c3d345
@@ -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.2.0'
48
+ options[:version] ||= '3.3.0'
49
49
  cdn_asset options.merge(library: 'bootstrap')
50
50
  end
51
51
 
@@ -1,3 +1,3 @@
1
1
  module Bh
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
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.0
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-09-20 00:00:00.000000000 Z
11
+ date: 2014-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport