bootswitch 0.2.0 → 0.2.1

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 +3 -3
  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: d5ae3b4a228d91ceb81d216a09a4f1381547911f
4
- data.tar.gz: 121a982b6caecf178227c51af675a4e9730511ef
3
+ metadata.gz: 4c06a082be75efda70c74641f14f6aa403fa7f82
4
+ data.tar.gz: bd361d00cefcd2ef7ed171807399b3481e2197c7
5
5
  SHA512:
6
- metadata.gz: 977f20397c8c48001cca5f13b0a57c738e362858768bc41243fc4beafb4e09ad4b8ce38663e1948c0067110556371845beac03962d3f7de52d531e5393f4f275
7
- data.tar.gz: 1b040e1e640a092e880ef2d820d89cea898dca986f8a56ec01cc3964ea3b0c239660cfa83662c4dd544f867d5d5b4340a3baf4b9edee12e1b712180bbccfdd58
6
+ metadata.gz: 02ce0825b6aca354eaceddff0ab2b0a7b34d07abfca7cf3820c56d829f2721e97fc038d06cd855d70cb9680135c692bfeeeeba7fc89db6993c8d97f1e1dd1c40
7
+ data.tar.gz: 496a0a2407fb5ae8310bec6350162016c0e2f730b96d9a6dc559d0664efd1263b0f9a263aff25cae8afa26f3dfa2fdec87df31852e7aeea70e9ade1e57cd0ad0
data/README.rdoc CHANGED
@@ -1,8 +1,8 @@
1
1
  = Bootswitch
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/bootswitch.svg)](http://badge.fury.io/rb/bootswitch)
4
- [![Build Status](https://travis-ci.org/gemvein/bootswitch.svg)](https://travis-ci.org/gemvein/bootswitch)
5
- [![Coverage Status](https://coveralls.io/repos/gemvein/bootswitch/badge.png)](https://coveralls.io/r/gemvein/bootswitch)
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][!
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.
8
8
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
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.0"
8
+ s.version = "0.2.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"]
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren