customizable_bootstrap 0.11.0 → 0.11.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: 99613064316706d526874e8d6017323db77358bb
4
- data.tar.gz: c29dd3a90100390e75b92a23f292da2ee1eff1bc
3
+ metadata.gz: d577d65df358a0f41cb06244dd3a2815ec3a657a
4
+ data.tar.gz: 0c6f8d584fea408c64dbde04dda7f34a5cd28def
5
5
  SHA512:
6
- metadata.gz: b1dd335da590c4b9a709b094b35ee776950e3d9f3263770b99d01a9d5c13de377a95de85d5a47a5e712f69163f273d5d7e3a9d7ee24bb55c386761fcd6fb6b36
7
- data.tar.gz: 04a25ac67290856e79302b3544dddf4045fc201f6fe051208e4b0c68d18ebbeb09605c9296212740ce0f4dba625113b2afa8157f1f4821a591d5df05cc1097ba
6
+ metadata.gz: c6bbf07e036c0e14c0e1698f913e212927d05763844ac8afd1504189a87654efac9c79fdd838c37138eb14401144cbb296b3ff989a212aaa69e4cbf9772ce816
7
+ data.tar.gz: e2db09bb0aec4331ea1238edd6564b8a07cb5ee378275f3dd9919a240997790b9d8800eb6ecd1558d5935c5877ec7b6e71d2e8187414c7f66392e94d4289721e
data/Gemfile CHANGED
@@ -5,5 +5,6 @@ source 'http://rubygems.org'
5
5
 
6
6
  gem 'rails', '>= 4.1'
7
7
  gem 'bootstrap-sass', '~> 3.1.1'
8
+ gem 'coveralls', require: false, group: :test
8
9
 
9
10
  gemspec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.0
1
+ 0.11.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "customizable_bootstrap"
8
- s.version = "0.11.0"
8
+ s.version = "0.11.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Karen Lundgren"]
12
- s.date = "2014-10-08"
12
+ s.date = "2014-10-09"
13
13
  s.description = "Customizable bootstrap is designed to get you up and running with a customizable version of boostrap using SASS."
14
14
  s.email = "karen.e.lundgren@gmail.com"
15
15
  s.extra_rdoc_files = [
@@ -1,3 +1,6 @@
1
+ require 'coveralls'
2
+ Coveralls.wear!
3
+
1
4
  ENV["RAILS_ENV"] ||= 'test'
2
5
  require File.expand_path("../dummy/config/environment", __FILE__)
3
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: customizable_bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-08 00:00:00.000000000 Z
11
+ date: 2014-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails