fortitude-sass 0.3.3 → 0.3.4

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: 15942e0ba09b157ac7a1ebc1666d2af544b04594
4
- data.tar.gz: 47b39f19f967f7c5be8ba6ddfe2e36a5c1b4b9aa
3
+ metadata.gz: 5e4ace42af495cf2f35c05cb3283fc3c16354f1f
4
+ data.tar.gz: 6c69ca50be8be23fc4f4c2764b020c35076d1df4
5
5
  SHA512:
6
- metadata.gz: 31a0c4a85b1ca6f83aefe5c4a8869ae6ebb96487ed9c213a0bb76fafc5ec3b1c67905d4f8b1970631b91107e7ad1b2a835fc9e458197497a9c126d46234c6fa8
7
- data.tar.gz: 67d4345afab9827d1b51419eb1b8c6f2f6d4a8b383d5bbd1d21cbcb17067ff3a8e34f4db1caf812967e8ef2d31dd46f7921209166ee54c49fd79e8e18738a637
6
+ metadata.gz: b44d248e88ba4c669e94db447098342712fa6187c50070bedbf66b40b836286b4eb61661d1efdf47fe5b0665329070637c67052a7ebefa4ac2515c97574134fa
7
+ data.tar.gz: 49b91117f0e359c9ec72daef7a58748aefaa6bfe1abde21c4c71167287c368f13ae84bba179e34ad90810ad54c5b1c1c10cc1c1ebbe951b9fb48ab7d817df079
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fortitude-sass (0.3.3)
4
+ fortitude-sass (0.3.4)
5
5
  autoprefixer-rails
6
- sass
6
+ sass (~> 3.3)
7
7
  thor
8
8
 
9
9
  GEM
@@ -13,7 +13,7 @@ GEM
13
13
  childprocess (>= 0.3.6)
14
14
  cucumber (>= 1.1.1)
15
15
  rspec-expectations (>= 2.7.0)
16
- autoprefixer-rails (2.2.0.20140727)
16
+ autoprefixer-rails (3.0.1.20140826)
17
17
  execjs
18
18
  builder (3.2.2)
19
19
  childprocess (0.5.3)
@@ -36,7 +36,7 @@ GEM
36
36
  diff-lcs (>= 1.2.0, < 2.0)
37
37
  rspec-support (~> 3.0.0)
38
38
  rspec-support (3.0.3)
39
- sass (3.3.14)
39
+ sass (3.4.2)
40
40
  thor (0.19.1)
41
41
 
42
42
  PLATFORMS
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.3",
4
+ "version": "0.3.4",
5
5
  "main": [
6
6
  "app/assets/stylesheets/fortitude/tools/_functions.scss",
7
7
  "app/assets/stylesheets/fortitude/tools/_mixins.scss",
data/fortitude.gemspec CHANGED
@@ -1,29 +1,29 @@
1
1
  # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path("../lib", __FILE__)
3
- require "fortitude-sass/version"
2
+ $:.push File.expand_path('../lib', __FILE__)
3
+ require 'fortitude-sass/version'
4
4
 
5
5
  Gem::Specification.new do |s|
6
- s.name = "fortitude-sass"
6
+ s.name = 'fortitude-sass'
7
7
  s.version = Fortitude::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
- s.authors = ["Aaron Reisman"]
10
- s.email = ["aaron@hired.com"]
9
+ s.authors = ['Aaron Reisman']
10
+ s.email = ['aaron@hired.com']
11
11
  s.license = 'MIT'
12
- s.homepage = "https://github.com/fortitude/fortitude"
13
- s.summary = "Fortitude Sass Framework"
12
+ s.homepage = 'https://github.com/fortitude/fortitude'
13
+ s.summary = 'Fortitude Sass Framework'
14
14
  s.description = <<-DESC
15
15
  Fortitude provides a comprehensive framework of
16
16
  Rock solid CSS Patterns and Components.
17
17
  DESC
18
18
 
19
- s.rubyforge_project = "fortitude-sass"
19
+ s.rubyforge_project = 'fortitude-sass'
20
20
 
21
21
  s.files = `git ls-files`.split("\n")
22
22
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
23
23
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
24
- s.require_paths = ["lib"]
24
+ s.require_paths = ['lib']
25
25
 
26
- s.add_dependency('sass')
26
+ s.add_dependency('sass', '~> 3.3')
27
27
  s.add_dependency('autoprefixer-rails')
28
28
  s.add_dependency('thor')
29
29
 
@@ -1,3 +1,3 @@
1
1
  module Fortitude
2
- VERSION = '0.3.3'
2
+ VERSION = '0.3.4'
3
3
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fortitude-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Reisman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-22 00:00:00.000000000 Z
11
+ date: 2014-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '3.3'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: '3.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: autoprefixer-rails
29
29
  requirement: !ruby/object:Gem::Requirement