compass-h5bp 0.1.2 → 1.0.0

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.
@@ -2,6 +2,7 @@
2
2
 
3
3
  @include h5bp-main;
4
4
  @include h5bp-helpers;
5
+ @include h5bp-browserupgrade;
5
6
 
6
7
 
7
8
  @media only screen and (min-width: 35em) {
metadata CHANGED
@@ -1,51 +1,56 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-h5bp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
5
- prerelease:
4
+ version: 1.0.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Peter Gumeson
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-10-28 00:00:00.000000000 Z
11
+ date: 2015-03-04 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: compass
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
- version: '0'
19
+ version: '1.0'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.0.3
22
23
  type: :runtime
23
24
  prerelease: false
24
25
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
26
  requirements:
27
- - - ! '>='
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.0'
30
+ - - ">="
28
31
  - !ruby/object:Gem::Version
29
- version: '0'
30
- description: ! ' Compass extension of Html5 mixins extracted from v4 of the Html5
31
- Boilerplate project (h5bp.com) '
32
- email:
33
- - gumeson@gmail.com
32
+ version: 1.0.3
33
+ description: Compass extension of HTML5 mixins extracted from the HTML5 Boilerplate
34
+ project (h5bp.com)
35
+ email: gumeson@gmail.com
34
36
  executables: []
35
37
  extensions: []
36
38
  extra_rdoc_files: []
37
39
  files:
38
- - .gitignore
40
+ - ".editorconfig"
41
+ - ".gitignore"
39
42
  - Gemfile
40
43
  - LICENSE
41
44
  - README.md
42
45
  - Rakefile
43
46
  - compass-h5bp.gemspec
47
+ - config.rb
44
48
  - lib/compass-h5bp.rb
45
49
  - lib/compass/h5bp.rb
46
50
  - lib/compass/h5bp/version.rb
47
51
  - stylesheets/_h5bp.scss
48
- - stylesheets/h5bp/_chromeframe.scss
52
+ - stylesheets/h5bp/_browserupgrade.scss
53
+ - stylesheets/h5bp/_errorpage.scss
49
54
  - stylesheets/h5bp/_helpers.scss
50
55
  - stylesheets/h5bp/_main.scss
51
56
  - stylesheets/h5bp/_media.scss
@@ -57,35 +62,29 @@ files:
57
62
  - test/project/sass/test.scss
58
63
  - test/project/sass/test_normalize.scss
59
64
  homepage: http://rubygems.org/gems/compass-h5bp
60
- licenses: []
65
+ licenses:
66
+ - MIT
67
+ metadata: {}
61
68
  post_install_message:
62
69
  rdoc_options: []
63
70
  require_paths:
64
71
  - lib
65
72
  required_ruby_version: !ruby/object:Gem::Requirement
66
- none: false
67
73
  requirements:
68
- - - ! '>='
74
+ - - "~>"
69
75
  - !ruby/object:Gem::Version
70
- version: '0'
71
- segments:
72
- - 0
73
- hash: 2017007837433264976
76
+ version: '2.0'
74
77
  required_rubygems_version: !ruby/object:Gem::Requirement
75
- none: false
76
78
  requirements:
77
- - - ! '>='
79
+ - - ">="
78
80
  - !ruby/object:Gem::Version
79
81
  version: '0'
80
- segments:
81
- - 0
82
- hash: 2017007837433264976
83
82
  requirements: []
84
- rubyforge_project: compass-h5bp
85
- rubygems_version: 1.8.23
83
+ rubyforge_project:
84
+ rubygems_version: 2.2.2
86
85
  signing_key:
87
- specification_version: 3
88
- summary: Compass extension for Html5 Boilerplate v4.1
86
+ specification_version: 4
87
+ summary: Compass extension for HTML5 Boilerplate v5.0
89
88
  test_files:
90
89
  - test/compass_h5bp_test.rb
91
90
  - test/project/css/.gitkeep
@@ -1,2 +0,0 @@
1
- // Deprecation warning
2
- @warn "The chromeframe mixin has moved to _main.scss file starting with Boilerplate version 4.0";