bootswitch 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +1 -1
  3. data/VERSION +1 -1
  4. data/bootswitch.gemspec +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c06a082be75efda70c74641f14f6aa403fa7f82
4
- data.tar.gz: bd361d00cefcd2ef7ed171807399b3481e2197c7
3
+ metadata.gz: 33833ab9d15c23787b0af5a18ce0586bd88aa0dc
4
+ data.tar.gz: cf85fbd2382f23dc49c3bcb00aecc0f3de95efe6
5
5
  SHA512:
6
- metadata.gz: 02ce0825b6aca354eaceddff0ab2b0a7b34d07abfca7cf3820c56d829f2721e97fc038d06cd855d70cb9680135c692bfeeeeba7fc89db6993c8d97f1e1dd1c40
7
- data.tar.gz: 496a0a2407fb5ae8310bec6350162016c0e2f730b96d9a6dc559d0664efd1263b0f9a263aff25cae8afa26f3dfa2fdec87df31852e7aeea70e9ade1e57cd0ad0
6
+ metadata.gz: c4844ceccf9a5c730090bf93c5224b036133fe910e4f207cb3630f7d19501a79adb61ad905c5ddf2ac8c514fe76e825f317d5f88254f812a492ee1633b1ca707
7
+ data.tar.gz: 3216b2c1ca632219c507fc8a4583c8f8867609ea6665b69093157aa56ebd58f22409fe9b919a2adec2305ff52e213ee82451d8f1802e1edadc389b018ada20ee
data/README.rdoc CHANGED
@@ -1,7 +1,7 @@
1
1
  = Bootswitch
2
2
 
3
3
  {<img src="https://badge.fury.io/rb/bootswitch.svg" alt="Gem Version" />}[http://badge.fury.io/rb/bootswitch]
4
- {<img src="https://travis-ci.org/gemvein/bootswitch.svg" alt="Build Status" />}[https://travis-ci.org/gemvein/bootswitch][!
4
+ {<img src="https://travis-ci.org/gemvein/bootswitch.svg" alt="Build Status" />}[https://travis-ci.org/gemvein/bootswitch]
5
5
  {<img src="https://coveralls.io/repos/gemvein/bootswitch/badge.png" alt="Coverage Status" />}[https://coveralls.io/r/gemvein/bootswitch]
6
6
 
7
7
  For multi-theme sites, Bootswitch allows a site to configure the Bootswatch theme based on a method set in the initializer file.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
data/bootswitch.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "bootswitch"
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswitch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren