smartstart 0.1.1 → 0.1.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/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # SmartstartRails
2
- Sass OOCSS library
2
+ Sass OOCSS library.
3
+ Gem that gives you css foundation to start your frontend work. It has reset.css, grids, utility classes and realy handy mixins included.
3
4
 
4
5
  Add this line to your application's Gemfile:
5
6
 
@@ -15,7 +16,7 @@ Or install it yourself as:
15
16
 
16
17
  ## Usage
17
18
 
18
- Use sass @import instead of sprockets manifest =require instruction:
19
+ Use sass `@import` instead of sprockets manifest `=require` instruction:
19
20
 
20
21
  @import 'smartstart'
21
22
 
@@ -1,3 +1,3 @@
1
1
  module Smartstart
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/smartstart.gemspec CHANGED
@@ -7,8 +7,7 @@ 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
-
11
- gem.add_runtime_dependency 'sass-rails'
10
+
12
11
 
13
12
  gem.files = `git ls-files`.split($\)
14
13
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
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.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,19 +9,8 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-15 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: sass-rails
16
- requirement: &70343591036200 !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ! '>='
20
- - !ruby/object:Gem::Version
21
- version: '0'
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: *70343591036200
12
+ date: 2012-07-16 00:00:00.000000000 Z
13
+ dependencies: []
25
14
  description: Gem that gives you css foundation to start your frontend work. It has
26
15
  reset.css, grids, utility classes and realy handy mixins included.
27
16
  email: