prelude-framework 0.8.5 → 0.8.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: dceff3d893161c1979a895e62c13eac00bbc95db
4
- data.tar.gz: 22134d8db051baf75a6dbb36bdcf2c51eace5ee9
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZjRmNmEzM2Y5ODAwYzhhNzFmYTZlMzdlYjIzNTIyMjFkNmQ2Y2I1MA==
5
+ data.tar.gz: !binary |-
6
+ YTMwYjRmZjAwOTQ1ZDE3ODE4NzE2YzM3ZTY5YzI4OTRkY2VmYTkyZg==
5
7
  SHA512:
6
- metadata.gz: 49268325cd27106465525b745e99f1ae8c3321d8e70c375e5434772076c14be20d62e09f892aeac9692d3f983cb3b863f16c617d4795107f78a71353b56937aa
7
- data.tar.gz: 17537d07250f80f3233bd119e71576d2f433be607b7e60eb25f491c6aaf5ecfad315255d324fa75137601ed9cfa531da89b5caa0ce05d0b545cb284ab8e224cf
8
+ metadata.gz: !binary |-
9
+ OThhNzA2YTkxODkwZDRlYzIzMGNhMzU1YTVkZTU4YTdiMTc4MDhlODkxNTdm
10
+ YTNjYmFkNTZhYWM4NWViMGVkN2U1MGQ5MGFkOWJlZTY2YzI5NWRhYTYxMTRi
11
+ MjNhZmIxN2M0MmZjYjI5NzBlODM2NzUxM2IxZmE1ZDQzNzUwMzY=
12
+ data.tar.gz: !binary |-
13
+ MGNkMzE5MTJmM2FkZjJhNzA0YzliZTYyNGQ2Y2Y4Njc4MmRmYTBlMmQ4OWFl
14
+ NTJlMWQ3MjQ4YmNkYjQxNGJhODMwNWIzMzgxODFhZDFiM2ZjZjMyNjc2YTQ5
15
+ ZTU3NTdmZjQzNDUzYTExYTNlODM1NDNmMWMwMjdkNTQ3NmMwMDQ=
@@ -1,3 +1,3 @@
1
1
  module Prelude
2
- VERSION = "0.8.5"
2
+ VERSION = "0.8.6"
3
3
  end
@@ -2,8 +2,8 @@
2
2
  // Clears
3
3
  // =============================================================================
4
4
 
5
- .clear-left { clear: left; }
5
+ .clear--left { clear: left; }
6
6
 
7
- .clear-right { clear: right; }
7
+ .clear--right { clear: right; }
8
8
 
9
- .clear-both { clear: both; }
9
+ .clear--both { clear: both; }
@@ -2,8 +2,8 @@
2
2
  // Floats
3
3
  // =============================================================================
4
4
 
5
- .float-left { float: left; }
5
+ .float--left { float: left; }
6
6
 
7
- .float-right { float: right }
7
+ .float--right { float: right }
8
8
 
9
- .float-none { float: none; }
9
+ .float--none { float: none; }
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prelude-framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Guillan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-05 00:00:00.000000000 Z
11
+ date: 2014-02-16 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
19
  version: 3.2.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
26
  version: 3.2.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: compass
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: 0.12.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.12.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: A robust, extensible and opinionated OOCSS front-end framework built
@@ -129,17 +129,17 @@ require_paths:
129
129
  - lib
130
130
  required_ruby_version: !ruby/object:Gem::Requirement
131
131
  requirements:
132
- - - '>='
132
+ - - ! '>='
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0'
135
135
  required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
- - - '>='
137
+ - - ! '>='
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
140
  requirements: []
141
141
  rubyforge_project:
142
- rubygems_version: 2.0.3
142
+ rubygems_version: 2.1.6
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: A robust, extensible and opinionated OOCSS front-end framework built with