customizable_bootstrap 0.10.4 → 0.10.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ea3de5c7ef8d31988756392e0a62c4f0c2e56fd
4
- data.tar.gz: b7b5d235890ae8d7f5d3a32fc46aafc37c574bf4
3
+ metadata.gz: f44a1eee0cdb43ea791a0f57c35331345a596d27
4
+ data.tar.gz: 83c47ea9226d38621616ccacdf151a8d65ccf8ba
5
5
  SHA512:
6
- metadata.gz: 3d581ee58682431cb40ea4b497da108fd92fbaaa9bb02525e1e0f25070c18fe2e77b48a659f29d21ab70a269a054c3774d42c7cb7138466d88fd8125005f6863
7
- data.tar.gz: ede21b94e756c20224c8bf5ca1e9ebd5b182d084a0377605c587fbb2b847322d5da9a2792ee4f6447847530d3bbb22eca8bc6e705b654659e89d0f597381defe
6
+ metadata.gz: cb10a63a9b24563cdff6fcea30f951b79cf0aa002fdbe2f77f56a34574dfdf2cc159fdfbda4fea9a4870b7e094d021fc12381ce7e69fc5a1d5cd6e695525385d
7
+ data.tar.gz: 0a635e83f184235b5f08bb118f4cb9c275e737067c6108625ea21efbb62fea2df4a6489ba6f5b9074fbe9393f6504b084722edc0e5270c885c654c923c6c2d04
data/.travis.yml ADDED
@@ -0,0 +1,5 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.1.1
4
+ - 2.0.0
5
+ - 1.9.3
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 Sour Cherry Web
1
+ Copyright (c) 2013-2014 Sour Cherry Web
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.rdoc CHANGED
@@ -1,7 +1,11 @@
1
1
  = Customizable Bootstrap
2
2
 
3
+ {<img src="https://travis-ci.org/nerakdon/customizable_bootstrap.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/nerakdon/customizable_bootstrap]
4
+
3
5
  Designed to get you up and running with a customizable version of boostrap using SASS.
4
6
 
7
+ This is essentially a wrapper for bootstrap-sass with the addition of sass variables adapted from Bootstrap Magic.
8
+
5
9
  == Installation
6
10
 
7
11
  Install the gem:
@@ -41,5 +45,5 @@ I recommend adding the following awesome gems to get the most out of your bootst
41
45
 
42
46
  == Copyright
43
47
 
44
- Copyright (c) 2013 Sour Cherry Web. See LICENSE.txt for further details.
48
+ Copyright (c) 2013-2014 Sour Cherry Web. See LICENSE.txt for further details.
45
49
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.4
1
+ 0.10.5
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: customizable_bootstrap 0.10.4 ruby lib
5
+ # stub: customizable_bootstrap 0.10.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "customizable_bootstrap"
9
- s.version = "0.10.4"
9
+ s.version = "0.10.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -21,6 +21,7 @@ Gem::Specification.new do |s|
21
21
  s.files = [
22
22
  ".document",
23
23
  ".rspec",
24
+ ".travis.yml",
24
25
  "Gemfile",
25
26
  "LICENSE.txt",
26
27
  "README.rdoc",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: customizable_bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.4
4
+ version: 0.10.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
@@ -105,6 +105,7 @@ extra_rdoc_files:
105
105
  files:
106
106
  - ".document"
107
107
  - ".rspec"
108
+ - ".travis.yml"
108
109
  - Gemfile
109
110
  - LICENSE.txt
110
111
  - README.rdoc