bh 1.3.5 → 1.3.6

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: 5dbec09a6678b044a06696b74f7c18c46f1c9070
4
- data.tar.gz: 3a436df4e36cf008209893a402edf43d6183f555
3
+ metadata.gz: 4835fba6739004e8e02e01f90670e12c833b7929
4
+ data.tar.gz: 500cbb73beec40e8dd4e45c2cfd4e67c45fac64d
5
5
  SHA512:
6
- metadata.gz: 3ca0661cd8f9edfd02f43d8370b6935aba98dd5d2335d4aa9e0e072cb348a5dd289fd08625c0d0caaa75096ef3c16929f72556ff3175f4bc3f5796c7883175f9
7
- data.tar.gz: 0d094eccbaa4acd9f58f67d5fbb7fba6c2e4cc8a33452b2dbc53fb9f826f29191e550bd588a787ba1988c736f744c3a18be7216d32aca3f16deb0fd3dd603e5f
6
+ metadata.gz: cae44b5d31e51196d14f6b2fe50a8875b9246935238cbebb5db4ea5c820565e474ad6a74aec284ea4285441ad582f7ca6dc3a5213be2568ef1d7c4ada2035e2f
7
+ data.tar.gz: ee8cbf7798afc6e732f4418c6f7c5f1094b4aa6af7cd1e15c2819980cd8e661a5a0d66d2fc421bfb05834511b32d1b964b6615bfcdec768e460924c14d0805cc
@@ -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.3.6 - 2015-12-18
10
+
11
+ * [ENHANCEMENT] Bump versions of asset libraries
12
+
9
13
  ## 1.3.5 - 2015-12-18
10
14
 
11
15
  * [ENHANCEMENT] Replace `errors.get(:field)` with `errors[:field]` since the former is deprecated in Rails 5.
data/README.md CHANGED
@@ -146,5 +146,5 @@ be merged!
146
146
 
147
147
  To run the tests, simply type `bundle exec rspec` on the command line.
148
148
 
149
- Don’t hesitate to send code comments, issues or pull requests through GitHub
149
+ Don’t hesitate to send code pull requests through GitHub
150
150
  and to spread the love. And [don’t click here](http://bit.ly/move-to-la)! Thanks! :)
data/bh.gemspec CHANGED
@@ -29,8 +29,7 @@ Gem::Specification.new do |spec|
29
29
  spec.add_development_dependency 'rspec', '~> 3.1'
30
30
  spec.add_development_dependency 'rake', '~> 10.3'
31
31
  spec.add_development_dependency 'yard', '~> 0.8.7'
32
- spec.add_development_dependency 'coveralls', '~> 0.7.1'
33
- spec.add_development_dependency 'tins', '~> 1.5.4'
32
+ spec.add_development_dependency 'coveralls', '~> 0.8.13'
34
33
  spec.add_development_dependency 'activemodel' # versioned in gemfiles/
35
34
 
36
35
  unless ENV['ONLY_RAILS']
@@ -4,6 +4,5 @@ gem 'activesupport', '~> 3.2'
4
4
  gem 'actionpack', '~> 3.2'
5
5
  gem 'activemodel', '~> 3.2'
6
6
  gem 'middleman-core', '~> 3.2.2'
7
- gem 'tins', '< 1.6.0'
8
7
 
9
8
  gemspec path: '../'
@@ -7,14 +7,14 @@ module Bh
7
7
  # @note if unspecified, the version should match the latest available
8
8
  # version. If that's not the case, it's a bug and should be fixed.
9
9
  def self.bootstrap(options = {})
10
- options[:version] ||= '3.3.2'
10
+ options[:version] ||= '3.3.6'
11
11
  cdn_asset options.merge(library: 'bootstrap')
12
12
  end
13
13
 
14
14
  # @note if unspecified, the version should match the latest available
15
15
  # version. If that's not the case, it's a bug and should be fixed.
16
16
  def self.font_awesome(options = {})
17
- options[:version] ||= '4.3.0'
17
+ options[:version] ||= '4.5.0'
18
18
  cdn_asset options.merge(library: 'font-awesome')
19
19
  end
20
20
 
@@ -1,3 +1,3 @@
1
1
  module Bh
2
- VERSION = '1.3.5'
2
+ VERSION = '1.3.6'
3
3
  end
@@ -1,7 +1,7 @@
1
1
  require 'simplecov'
2
2
  require 'coveralls'
3
3
 
4
- SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
4
+ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new [
5
5
  SimpleCov::Formatter::HTMLFormatter,
6
6
  Coveralls::SimpleCov::Formatter
7
7
  ]
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.3.5
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-19 00:00:00.000000000 Z
11
+ date: 2016-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -100,28 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 0.7.1
103
+ version: 0.8.13
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: 0.7.1
111
- - !ruby/object:Gem::Dependency
112
- name: tins
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - "~>"
116
- - !ruby/object:Gem::Version
117
- version: 1.5.4
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - "~>"
123
- - !ruby/object:Gem::Version
124
- version: 1.5.4
110
+ version: 0.8.13
125
111
  - !ruby/object:Gem::Dependency
126
112
  name: activemodel
127
113
  requirement: !ruby/object:Gem::Requirement