smartstart 0.1.3 → 0.1.4
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/lib/smartstart/version.rb
CHANGED
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) }
|
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.
|
|
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-
|
|
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:
|