compass-flexbox 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. checksums.yaml +15 -0
  2. metadata +7 -12
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MDViMTI3MWZhNTcxNmU0MzJlYjdiZDZhOWVhYWM2YmRlYjRiM2ZjMg==
5
+ data.tar.gz: !binary |-
6
+ NWZlYTFhMTQ1ZjExMzNmM2JjOTJiYTFmOThhMzY5NzZiZDI0ZDYwMg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NWYxOTdlZDMwZWMzMzNjZmYyNGMwOGYyYWZlNzY2ZWNlN2VjZmZkNWZiMmEx
10
+ NzQzMmE4YzlhYzZlNDYwMDk5YmE1N2Q0ZGQzNDRjYTdkMWM2OTE1NjQyNTIz
11
+ NDlkYjY3YTQyM2I0OTBlNjQ3ZWEzZjE5MmVjOGM3NThlZjk0ZmY=
12
+ data.tar.gz: !binary |-
13
+ YzNhY2E0ZDI3M2E4MDEwNThhOTAzN2RjOWRmODliMDY1NmZlNWI1ZTk3YzE3
14
+ NDYyNzJjOWY0MzczNGNlNjczOGMxZGIwMzYzMDg4YTgzZTA5NDI5Y2MzZDEz
15
+ N2ZkYzQ3NTY4Y2NiOTg2MjQ3ZjJjYjJjZjRlMjE4Y2E5ZDA0ZWU=
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-flexbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
5
- prerelease:
4
+ version: 1.1.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Tim Hettler
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-10-31 00:00:00.000000000 Z
11
+ date: 2013-11-01 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: sass
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -30,7 +27,6 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: compass
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ! '>='
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ! '>='
44
39
  - !ruby/object:Gem::Version
@@ -57,28 +52,28 @@ files:
57
52
  - templates/example/compass-flexbox.scss
58
53
  - templates/example/manifest.rb
59
54
  homepage: https://github.com/timhettler/compass-flexbox
60
- licenses: []
55
+ licenses:
56
+ - MIT
57
+ metadata: {}
61
58
  post_install_message:
62
59
  rdoc_options: []
63
60
  require_paths:
64
61
  - lib
65
62
  required_ruby_version: !ruby/object:Gem::Requirement
66
- none: false
67
63
  requirements:
68
64
  - - ! '>='
69
65
  - !ruby/object:Gem::Version
70
66
  version: '0'
71
67
  required_rubygems_version: !ruby/object:Gem::Requirement
72
- none: false
73
68
  requirements:
74
69
  - - ! '>='
75
70
  - !ruby/object:Gem::Version
76
71
  version: 1.3.6
77
72
  requirements: []
78
73
  rubyforge_project:
79
- rubygems_version: 1.8.23
74
+ rubygems_version: 2.1.10
80
75
  signing_key:
81
- specification_version: 3
76
+ specification_version: 4
82
77
  summary: A compass extension that provides variables & mixins for the latest Flexible
83
78
  Box Layout (flexbox) specification
84
79
  test_files: []