sass-media_query_combiner 0.0.5 → 0.0.6

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OWJiYjI2MmE2ZjYzODYwNDZiNjBiZTA1YmUxNTdkZGVmMTAyOWZiNg==
4
+ YWRjMjZiOTNiMzFiNDk1NGYzNGNmNjhhNzJkNzI5ZTM4OTc0ZmNjNA==
5
5
  data.tar.gz: !binary |-
6
- Y2E3ZTI1YzgyY2IwM2FmZGU0MjRlZGU5MmRmOWEzNjc0YmRkYzU4Mg==
6
+ MzA1Nzg0MjI0MzE3Y2EwYTI1ZDA0MzgyMWY3MGU2ZDcwNGI1NjQ0Nw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MDFmZmNlYWU3M2RiZDY5NWY0YjI3N2MxYzZiNmJjNzVkMGZiYWZhOTMwZmIx
10
- ZGMwZTBlYTgwYzA2ZGJmMTNiZGRlNTMyODhmNzYyYzZiODA3OTg2MWE4NDNj
11
- NWQ2N2E4ZjQwM2EwNGRlMzgwOWFlMjUzNDg0ZjBmNzVkNTFmNjY=
9
+ ODk2NjA4NDNkZjBmZDM2ODkwMDFiMDk0MjIxMjFmYjEzMTkwYWFhNzlkNzBk
10
+ NThmZTZmZmU1MDFjM2U5NTk1NGZiNzIwYWYwZDNhZDQ5NGE2NTEyYmU3Y2Vj
11
+ OTM0MjIxNTczMGZhNDViNmMxMTcxY2QwN2E5MmI3ZDczNDdlNWQ=
12
12
  data.tar.gz: !binary |-
13
- Y2ZlMzNjOGQ0NDQyYjhjY2EzNjgyOTBiNzY4MWY3MmVjNGMzYmE1YzQwZjMw
14
- YzYwNjI0ZTg3ZjczZjk5MTM5Yzk3ZTAzNjNhMmQzNTA2MmRiZDFkNTNjNDc5
15
- MWRmNGI0MWZhMTg0ZDFjMTY5ODMxYzg3NjAwYzk5MWYxNDNkMmE=
13
+ MjdmNjk0YjIyNTcyYzk1NjNjYmM4OTg4YTZiZTJiMTVmMzY0NGJjZTE2Mjkz
14
+ MThlNGI3NTBlYTIxZTBjMTdlMGQ4ODI1MzY5NzhjNmVhMDg3N2Y3MTI3NTdi
15
+ ZDE2OWRjNzMzZDlhMmUyODAxZGQzYzA3NWJlMjZkNGJlZDQ1MDQ=
@@ -1,3 +1,7 @@
1
+ ## 0.0.6 (2013-11-15)
2
+
3
+ * Add license to gemspec
4
+
1
5
  ## 0.0.5 (2013-11-02)
2
6
 
3
7
  * [Fix hang when using `debug_info: true`](https://github.com/aaronjensen/sass-media_query_combiner/issues/8#issuecomment-27630196)
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module MediaQueryCombiner
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{Automatically combine media queries}
12
12
  gem.summary = %q{Sass plugin to combine all like media queries}
13
13
  gem.homepage = ""
14
+ gem.license = "MIT"
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,16 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-media_query_combiner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Jensen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-03 00:00:00.000000000 Z
11
+ date: 2013-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
+ name: sass
15
+ prerelease: false
14
16
  requirement: !ruby/object:Gem::Requirement
15
17
  requirements:
16
18
  - - ! '>='
@@ -22,9 +24,9 @@ dependencies:
22
24
  - !ruby/object:Gem::Version
23
25
  version: 3.2.0
24
26
  type: :runtime
25
- prerelease: false
26
- name: sass
27
27
  - !ruby/object:Gem::Dependency
28
+ name: rspec
29
+ prerelease: false
28
30
  requirement: !ruby/object:Gem::Requirement
29
31
  requirements:
30
32
  - - ! '>='
@@ -36,9 +38,9 @@ dependencies:
36
38
  - !ruby/object:Gem::Version
37
39
  version: '0'
38
40
  type: :development
39
- prerelease: false
40
- name: rspec
41
41
  - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ prerelease: false
42
44
  requirement: !ruby/object:Gem::Requirement
43
45
  requirements:
44
46
  - - ! '>='
@@ -50,8 +52,6 @@ dependencies:
50
52
  - !ruby/object:Gem::Version
51
53
  version: '0'
52
54
  type: :development
53
- prerelease: false
54
- name: rake
55
55
  description: Automatically combine media queries
56
56
  email:
57
57
  - aaronjensen@gmail.com
@@ -73,7 +73,8 @@ files:
73
73
  - spec/sass-media_query_combiner_spec.rb
74
74
  - spec/spec_helper.rb
75
75
  homepage: ''
76
- licenses: []
76
+ licenses:
77
+ - MIT
77
78
  metadata: {}
78
79
  post_install_message:
79
80
  rdoc_options: []
@@ -91,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
92
  version: '0'
92
93
  requirements: []
93
94
  rubyforge_project:
94
- rubygems_version: 2.0.7
95
+ rubygems_version: 2.0.6
95
96
  signing_key:
96
97
  specification_version: 4
97
98
  summary: Sass plugin to combine all like media queries