fortitude-sass 0.3.4 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e4ace42af495cf2f35c05cb3283fc3c16354f1f
4
- data.tar.gz: 6c69ca50be8be23fc4f4c2764b020c35076d1df4
3
+ metadata.gz: 78b73286e09a41c7f2e07e124ffe0e6e996efc27
4
+ data.tar.gz: ad65e6eef3594ee93021d6cdcbd5967d5a22ccae
5
5
  SHA512:
6
- metadata.gz: b44d248e88ba4c669e94db447098342712fa6187c50070bedbf66b40b836286b4eb61661d1efdf47fe5b0665329070637c67052a7ebefa4ac2515c97574134fa
7
- data.tar.gz: 49b91117f0e359c9ec72daef7a58748aefaa6bfe1abde21c4c71167287c368f13ae84bba179e34ad90810ad54c5b1c1c10cc1c1ebbe951b9fb48ab7d817df079
6
+ metadata.gz: dc9bf74f7e6be56830c2d90211285b40c84a907797a05db04c75b1ff73126b2bde50dd5457f05e13adbbe52e6f35cc7bcc0661d9856711c82413292224a40225
7
+ data.tar.gz: d7575d33380dbc7fcedbb0c2e24355d5b473fbc3337039836e32b8bc60d11b3f3ba505a8fa2b06ec768541b13d591b941eae7705014138b74f9556f12b8a3d57
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fortitude-sass (0.3.4)
4
+ fortitude-sass (0.3.5)
5
5
  autoprefixer-rails
6
6
  sass (~> 3.3)
7
7
  thor
@@ -9,7 +9,7 @@ PATH
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
- aruba (0.6.0)
12
+ aruba (0.6.1)
13
13
  childprocess (>= 0.3.6)
14
14
  cucumber (>= 1.1.1)
15
15
  rspec-expectations (>= 2.7.0)
@@ -32,10 +32,10 @@ GEM
32
32
  multi_json (1.10.1)
33
33
  multi_test (0.1.1)
34
34
  rake (10.3.2)
35
- rspec-expectations (3.0.3)
35
+ rspec-expectations (3.0.4)
36
36
  diff-lcs (>= 1.2.0, < 2.0)
37
37
  rspec-support (~> 3.0.0)
38
- rspec-support (3.0.3)
38
+ rspec-support (3.0.4)
39
39
  sass (3.4.2)
40
40
  thor (0.19.1)
41
41
 
data/bower.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fortitude-sass",
3
3
  "homepage": "http://fortitude.io/",
4
- "version": "0.3.4",
4
+ "version": "0.3.5",
5
5
  "main": [
6
6
  "app/assets/stylesheets/fortitude/tools/_functions.scss",
7
7
  "app/assets/stylesheets/fortitude/tools/_mixins.scss",
@@ -1,3 +1,3 @@
1
1
  module Fortitude
2
- VERSION = '0.3.4'
2
+ VERSION = '0.3.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fortitude-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Reisman