smartstart 0.1.0 → 0.1.1

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.
@@ -1,3 +1,3 @@
1
1
  module Smartstart
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/smartstart.gemspec CHANGED
@@ -4,9 +4,9 @@ require File.expand_path('../lib/smartstart/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Alex Chaplinsky"]
6
6
  gem.email = ["alchapone@yandex.ru"]
7
- gem.description = %q{Sass library to start with}
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
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/alchapone/smartstart"
10
10
 
11
11
  gem.add_runtime_dependency 'sass-rails'
12
12
 
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.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-07-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass-rails
16
- requirement: &70104571257840 !ruby/object:Gem::Requirement
16
+ requirement: &70343591036200 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,8 +21,9 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70104571257840
25
- description: Sass library to start with
24
+ version_requirements: *70343591036200
25
+ description: Gem that gives you css foundation to start your frontend work. It has
26
+ reset.css, grids, utility classes and realy handy mixins included.
26
27
  email:
27
28
  - alchapone@yandex.ru
28
29
  executables: []
@@ -56,7 +57,7 @@ files:
56
57
  - vendor/assets/stylesheets/smartstart/typography.sass
57
58
  - vendor/assets/stylesheets/smartstart/ui.sass
58
59
  - vendor/assets/stylesheets/smartstart/utility.sass
59
- homepage: ''
60
+ homepage: https://github.com/alchapone/smartstart
60
61
  licenses: []
61
62
  post_install_message:
62
63
  rdoc_options: []