bourbon 1.0.1 → 1.0.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.
- data/app/assets/stylesheets/css3/_radial-gradient.scss +1 -1
- data/bourbon.gemspec +1 -1
- metadata +63 -36
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
background-image: -moz-radial-gradient($pos, $shape-size, $full);
|
|
14
14
|
background-image: -ms-radial-gradient($pos, $shape-size, $full);
|
|
15
15
|
background-image: -o-radial-gradient($pos, $shape-size, $full);
|
|
16
|
-
background-image: unquote("radial-gradient($pos, $shape-size, $full)");
|
|
16
|
+
background-image: unquote("radial-gradient(#{$pos}, #{$shape-size}, #{$full})");
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
// Usage: Gradient position and shape-size are required. Color stops are optional.
|
data/bourbon.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.name = "bourbon"
|
|
7
7
|
s.version = Bourbon::VERSION
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
|
-
s.authors = ["Phil LaPier", "Chad Mazzola", "Mike Burns"]
|
|
9
|
+
s.authors = ["Phil LaPier", "Chad Mazzola", "Matt Jankowski", "Nick Quaranto", "Jeremy Raines", "Mike Burns", "Andrés Mejía", "Travis Haynes", "Chris Lloyd", "Gabe Berke-Williams", "J. Edward Dewyea"]
|
|
10
10
|
s.email = ["support@thoughtbot.com"]
|
|
11
11
|
s.homepage = "https://github.com/thoughtbot/bourbon"
|
|
12
12
|
s.summary = "Bourbon Sass Mixins using SCSS syntax."
|
metadata
CHANGED
|
@@ -1,49 +1,65 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bourbon
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 0
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.0.2
|
|
6
11
|
platform: ruby
|
|
7
|
-
authors:
|
|
12
|
+
authors:
|
|
8
13
|
- Phil LaPier
|
|
9
14
|
- Chad Mazzola
|
|
15
|
+
- Matt Jankowski
|
|
16
|
+
- Nick Quaranto
|
|
17
|
+
- Jeremy Raines
|
|
10
18
|
- Mike Burns
|
|
19
|
+
- "Andr\xC3\xA9s Mej\xC3\xADa"
|
|
20
|
+
- Travis Haynes
|
|
21
|
+
- Chris Lloyd
|
|
22
|
+
- Gabe Berke-Williams
|
|
23
|
+
- J. Edward Dewyea
|
|
11
24
|
autorequire:
|
|
12
25
|
bindir: bin
|
|
13
26
|
cert_chain: []
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
27
|
+
|
|
28
|
+
date: 2011-10-07 00:00:00 -04:00
|
|
29
|
+
default_executable:
|
|
30
|
+
dependencies:
|
|
31
|
+
- !ruby/object:Gem::Dependency
|
|
17
32
|
name: sass
|
|
18
|
-
|
|
33
|
+
prerelease: false
|
|
34
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
19
35
|
none: false
|
|
20
|
-
requirements:
|
|
21
|
-
- -
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
hash: 5
|
|
40
|
+
segments:
|
|
41
|
+
- 3
|
|
42
|
+
- 1
|
|
43
|
+
version: "3.1"
|
|
24
44
|
type: :runtime
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
framework of
|
|
29
|
-
|
|
45
|
+
version_requirements: *id001
|
|
46
|
+
description: |
|
|
47
|
+
The purpose of Bourbon Vanilla Sass Mixins is to provide a comprehensive framework of
|
|
30
48
|
sass mixins that are designed to be as vanilla as possible. Meaning they
|
|
31
|
-
|
|
32
49
|
should not deter from the original CSS syntax. The mixins contain vendor
|
|
33
|
-
|
|
34
50
|
specific prefixes for all CSS3 properties for support amongst modern
|
|
35
|
-
|
|
36
51
|
browsers. The prefixes also ensure graceful degradation for older browsers
|
|
37
|
-
|
|
38
52
|
that support only CSS3 prefixed properties.
|
|
39
53
|
|
|
40
|
-
|
|
41
|
-
email:
|
|
54
|
+
email:
|
|
42
55
|
- support@thoughtbot.com
|
|
43
56
|
executables: []
|
|
57
|
+
|
|
44
58
|
extensions: []
|
|
59
|
+
|
|
45
60
|
extra_rdoc_files: []
|
|
46
|
-
|
|
61
|
+
|
|
62
|
+
files:
|
|
47
63
|
- .gitignore
|
|
48
64
|
- Gemfile
|
|
49
65
|
- Gemfile.lock
|
|
@@ -80,28 +96,39 @@ files:
|
|
|
80
96
|
- lib/bourbon/version.rb
|
|
81
97
|
- lib/tasks/install.rake
|
|
82
98
|
- readme.md
|
|
99
|
+
has_rdoc: true
|
|
83
100
|
homepage: https://github.com/thoughtbot/bourbon
|
|
84
101
|
licenses: []
|
|
102
|
+
|
|
85
103
|
post_install_message:
|
|
86
104
|
rdoc_options: []
|
|
87
|
-
|
|
105
|
+
|
|
106
|
+
require_paths:
|
|
88
107
|
- lib
|
|
89
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
109
|
none: false
|
|
91
|
-
requirements:
|
|
92
|
-
- -
|
|
93
|
-
- !ruby/object:Gem::Version
|
|
94
|
-
|
|
95
|
-
|
|
110
|
+
requirements:
|
|
111
|
+
- - ">="
|
|
112
|
+
- !ruby/object:Gem::Version
|
|
113
|
+
hash: 3
|
|
114
|
+
segments:
|
|
115
|
+
- 0
|
|
116
|
+
version: "0"
|
|
117
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
118
|
none: false
|
|
97
|
-
requirements:
|
|
98
|
-
- -
|
|
99
|
-
- !ruby/object:Gem::Version
|
|
100
|
-
|
|
119
|
+
requirements:
|
|
120
|
+
- - ">="
|
|
121
|
+
- !ruby/object:Gem::Version
|
|
122
|
+
hash: 3
|
|
123
|
+
segments:
|
|
124
|
+
- 0
|
|
125
|
+
version: "0"
|
|
101
126
|
requirements: []
|
|
127
|
+
|
|
102
128
|
rubyforge_project: bourbon
|
|
103
|
-
rubygems_version: 1.
|
|
129
|
+
rubygems_version: 1.6.2
|
|
104
130
|
signing_key:
|
|
105
131
|
specification_version: 3
|
|
106
132
|
summary: Bourbon Sass Mixins using SCSS syntax.
|
|
107
133
|
test_files: []
|
|
134
|
+
|