Skip to content

Commit

Permalink
Update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Oct 9, 2012
1 parent ac3b318 commit 05429c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
5 changes: 3 additions & 2 deletions bourbon.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = "bourbon"
s.version = Bourbon::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Phil LaPier", "Chad Mazzola", "Matt Jankowski", "Nick Quaranto", "Jeremy Raines", "Mike Burns", "Andres Mejia", "Travis Haynes", "Chris Lloyd", "Gabe Berke-Williams", "J. Edward Dewyea"]
s.authors = ["Phil LaPier", "Chad Mazzola", "Matt Jankowski", "Nick Quaranto", "Jeremy Raines", "Mike Burns", "Andres Mejia", "Travis Haynes", "Chris Lloyd", "Gabe Berke-Williams", "J. Edward Dewyea", "Reda Lemeden"]
s.email = ["support@thoughtbot.com"]
s.homepage = "https://github.com/thoughtbot/bourbon"
s.summary = "Bourbon Sass Mixins using SCSS syntax."
Expand All @@ -26,8 +26,9 @@ that support only CSS3 prefixed properties.
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency('sass', '>= 3.1')
s.add_dependency('sass', '>= 3.2')
s.add_dependency('thor')
s.add_dependency('sass', '>= 3.2')

s.add_development_dependency('aruba', '~> 0.4')
s.add_development_dependency('rake')
Expand Down
20 changes: 10 additions & 10 deletions readme.md
Expand Up @@ -130,16 +130,16 @@ Bourbon aims to provide support for CSS3 properties that are not yet fully suppo
@ box-sizing(*args)

columns
@columns(*args)
@column-count(*args)
@column-fill(*args)
@column-gap(*args)
@column-rule(*args)
@column-rule-color(*args)
@column-rule-style(*args)
@column-rule-width(*args)
@column-span(*args)
@column-width(*args)
@ columns(*args)
@ column-count(*args)
@ column-fill(*args)
@ column-gap(*args)
@ column-rule(*args)
@ column-rule-color(*args)
@ column-rule-style(*args)
@ column-rule-width(*args)
@ column-span(*args)
@ column-width(*args)

flex-box
@ box(*args)
Expand Down

0 comments on commit 05429c7

Please sign in to comment.