bourbon 4.2.0.pre → 4.2.0

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: fcf45729820ce4523ecc21aca772cac3a5110c16
4
- data.tar.gz: 5465af0875d1bcd331ded41557d639089e6de0f3
3
+ metadata.gz: 76090e47758709f2a3e2483e901ab9e6c614817a
4
+ data.tar.gz: 03f68bbb75d7e22dc964943d774cd4505888e4bd
5
5
  SHA512:
6
- metadata.gz: 0998aa5eca65966b598581853d371a27f54f3f3e1a481b717042fc5a0ae9c1817a95f2b283d068e8156e00a28cd1f914f4118c3b96235b0e6a63944b8d6e3259
7
- data.tar.gz: 28e0387b1bbd6f6413f9cd64efbaa99e36a8bd09b2da2d2cf500e8842ec6651676a0f06a055eb813fad25abd9b1eea3a35f4fa494c289c3e7c4503320044543d
6
+ metadata.gz: 9a59ba6943ed2a35d9da1eb244665905dc051e16021deae8e49ffb71658028c77f88006a4cc261b8e25c8b03349c8a4233caf0c8b0957c66b27bff53a617286b
7
+ data.tar.gz: b3d2ab69fc10311f5a097c29ed11da3de85f6013fe5d4de9621e03254e234df8fb8f1b4b39b936a30f2e87c65cc6f4e3bbd656dc4974feb854c52c5551707ba9
data/.gitignore CHANGED
@@ -4,4 +4,5 @@
4
4
  .sass-cache
5
5
  _site
6
6
  Gemfile.lock
7
+ npm-debug.log
7
8
  tmp
@@ -1,4 +1,4 @@
1
- // Bourbon 4.2.0.pre
1
+ // Bourbon 4.2.0
2
2
  // http://bourbon.io
3
3
  // Copyright 2011-2015 thoughtbot, inc.
4
4
  // MIT License
data/bower.json CHANGED
@@ -1,24 +1,23 @@
1
1
  {
2
2
  "name": "bourbon",
3
3
  "description": "A simple and lightweight mixin library for Sass.",
4
- "version": "4.2.0.pre",
4
+ "version": "4.2.0",
5
5
  "main": "app/assets/stylesheets/_bourbon.scss",
6
6
  "license": "MIT",
7
7
  "ignore": [
8
8
  "**/.*",
9
- "_site",
10
- "app/",
11
- "bin/",
12
- "bourbon.gemspec",
13
9
  "CONTRIBUTING.md",
14
- "features/",
15
10
  "Gemfile",
16
11
  "Gemfile.lock",
17
- "lib/",
18
- "package.json",
19
12
  "Rakefile",
13
+ "_site",
14
+ "bin",
15
+ "bourbon.gemspec",
16
+ "features",
17
+ "lib",
18
+ "package.json",
20
19
  "sache.json",
21
- "spec/"
20
+ "spec"
22
21
  ],
23
22
  "keywords": [
24
23
  "css",
@@ -1,3 +1,3 @@
1
1
  module Bourbon
2
- VERSION = "4.2.0.pre"
2
+ VERSION = "4.2.0"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bourbon",
3
- "version": "4.2.0.pre",
3
+ "version": "4.2.0",
4
4
  "description": "A simple and lightweight mixin library for Sass.",
5
5
  "keywords": [
6
6
  "css",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bourbon
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0.pre
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andres Mejia
@@ -22,7 +22,7 @@ authors:
22
22
  autorequire:
23
23
  bindir: bin
24
24
  cert_chain: []
25
- date: 2015-02-04 00:00:00.000000000 Z
25
+ date: 2015-02-07 00:00:00.000000000 Z
26
26
  dependencies:
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sass
@@ -259,9 +259,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
259
259
  version: '0'
260
260
  required_rubygems_version: !ruby/object:Gem::Requirement
261
261
  requirements:
262
- - - ">"
262
+ - - ">="
263
263
  - !ruby/object:Gem::Version
264
- version: 1.3.1
264
+ version: '0'
265
265
  requirements: []
266
266
  rubyforge_project: bourbon
267
267
  rubygems_version: 2.2.2