smartstart 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Smartstart
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/smartstart.gemspec CHANGED
@@ -7,7 +7,8 @@ Gem::Specification.new do |gem|
7
7
  gem.description = %q{Gem that gives you css foundation to start your frontend work. It has reset.css, grids, utility classes and realy handy mixins included.}
8
8
  gem.summary = %q{Sass library to start with}
9
9
  gem.homepage = "https://github.com/alchapone/smartstart"
10
-
10
+
11
+ gem.add_dependency 'sass', '~> 3.1'
11
12
 
12
13
  gem.files = `git ls-files`.split($\)
13
14
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -74,8 +74,8 @@
74
74
  .col1of6, .col2of6, .col3of6, .col4of6, .col5of6
75
75
  width: 100%
76
76
  float: none
77
- margin-left: 0
78
- margin-right: 0
77
+ padding-left: 0
78
+ padding-right: 0
79
79
  // UP TO LANDSCAPE PHONE
80
80
  // ---------------------
81
81
  @media (max-width: 480px)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartstart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,8 +9,19 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-16 00:00:00.000000000 Z
13
- dependencies: []
12
+ date: 2012-09-15 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: sass
16
+ requirement: &70302404587780 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '3.1'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *70302404587780
14
25
  description: Gem that gives you css foundation to start your frontend work. It has
15
26
  reset.css, grids, utility classes and realy handy mixins included.
16
27
  email: