bitters 1.4.0 → 1.5.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: f5f82bfc048d8b942c79ba7fda58ccc988ea6b89
4
- data.tar.gz: d0f72f8e5936945a3f1216aa199c3180e208869c
3
+ metadata.gz: 32bdaa96712b9bd008a25066f3f20dac2a456195
4
+ data.tar.gz: c551c47a79622d4d67c5abacc7d660d74985ded0
5
5
  SHA512:
6
- metadata.gz: 44a0022fdfd6279d27529010c8f792b82dbdfc2e65f791fa8eb523cc77f292f373ccf4203a4e6fb0a2357d0f59bdf211aaeda53d2a5d10b0ec1161aa6721f71d
7
- data.tar.gz: 63640ebc7eb6f4e0515799651ae2c41a23056918194dff93cf53959236e7c50b0c8dd47a436e32e93fb7856b7d9076615f1c78bce82df0c3e2ac18d71b2216a7
6
+ metadata.gz: 41206278a4cc5dfd637c9b9607b616592df14cdcfbeacfbdede34f22237971dcbbf02c0c5b3a4fbf36513ee788fe922551cc2377d913f35d85add0ff3e3f265a
7
+ data.tar.gz: db70c31018dd1232bfb6fb024985e86825fb55ad91a6003c5b1407daf1d5a5ef0713196c5b7a7e23333351b7f1ba86d24d20d53a08485a523bf6100e1610b5d1
@@ -0,0 +1 @@
1
+ 2.3.1
@@ -5,7 +5,17 @@ project adheres to [Semantic Versioning](http://semver.org).
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
- [Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.4.0...HEAD
8
+ Nothing at the moment.
9
+
10
+ [Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.5.0...HEAD
11
+
12
+ ## [1.5.0] - 2016-11-08
13
+
14
+ ### Changed
15
+
16
+ - Updated Bourbon dependency to `5.0.0.beta.7`.
17
+
18
+ [1.5.0]: https://github.com/thoughtbot/bitters/compare/v1.4.0...v1.5.0
9
19
 
10
20
  ## [1.4.0] - 2016-08-10
11
21
 
data/README.md CHANGED
@@ -99,7 +99,7 @@ Copyright © 2013–2015 [thoughtbot, inc](http://thoughtbot.com). Bitters is fr
99
99
 
100
100
  ## About thoughtbot
101
101
 
102
- [<img src="http://thoughtbot.github.io/images/signature.svg" width="250" alt="thoughtbot logo">][hire]
102
+ [<img src="http://presskit.thoughtbot.com/images/signature.svg" width="250" alt="thoughtbot logo">][hire]
103
103
 
104
104
  Bitters is maintained and funded by thoughtbot, inc.
105
105
  The names and logos for thoughtbot are trademarks of thoughtbot, inc.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.add_development_dependency "rake"
8
8
  s.add_development_dependency "rspec"
9
9
  s.add_development_dependency "scss_lint", "~> 0.47"
10
- s.add_runtime_dependency "bourbon", ">= 5.0.0.beta.6"
10
+ s.add_runtime_dependency "bourbon", "~> 5.0.0.beta.7"
11
11
  s.add_runtime_dependency "sass", "~> 3.4"
12
12
  s.add_runtime_dependency "thor", "~> 0.19"
13
13
  s.authors = [
@@ -1,4 +1,4 @@
1
- // Bitters 1.4.0
1
+ // Bitters 1.5.0
2
2
  // http://bitters.bourbon.io
3
3
  // Copyright 2013-2015 thoughtbot, inc.
4
4
  // MIT License
@@ -1,3 +1,3 @@
1
1
  module Bitters
2
- VERSION = "1.4.0"
2
+ VERSION = "1.5.0"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "Bitters",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Scaffold styles, variables and structure for Bourbon projects.",
5
5
  "main": "Gulpfile.js",
6
6
  "repository": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitters
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Fiedler
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-08-10 00:00:00.000000000 Z
14
+ date: 2016-11-08 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -73,16 +73,16 @@ dependencies:
73
73
  name: bourbon
74
74
  requirement: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - ">="
76
+ - - "~>"
77
77
  - !ruby/object:Gem::Version
78
- version: 5.0.0.beta.6
78
+ version: 5.0.0.beta.7
79
79
  type: :runtime
80
80
  prerelease: false
81
81
  version_requirements: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - ">="
83
+ - - "~>"
84
84
  - !ruby/object:Gem::Version
85
- version: 5.0.0.beta.6
85
+ version: 5.0.0.beta.7
86
86
  - !ruby/object:Gem::Dependency
87
87
  name: sass
88
88
  requirement: !ruby/object:Gem::Requirement
@@ -125,6 +125,7 @@ extra_rdoc_files: []
125
125
  files:
126
126
  - ".gitignore"
127
127
  - ".hound.yml"
128
+ - ".ruby-version"
128
129
  - ".scss-lint.yml"
129
130
  - CHANGELOG.md
130
131
  - CONTRIBUTING.md