sassy_noise 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +15 -0
- metadata +13 -1
data/README.md
CHANGED
@@ -47,3 +47,18 @@ No templates?
|
|
47
47
|
I've omitted the project template because probably no-one wants to build a
|
48
48
|
project based on noise. I might add another pattern later.
|
49
49
|
|
50
|
+
Development
|
51
|
+
===========
|
52
|
+
|
53
|
+
To run the project tests run `rake` in the project home directory.
|
54
|
+
|
55
|
+
You need RSpec to run the tests. Easiest way to install RSpec is to run
|
56
|
+
`gem install sassy_noise --development` which installs the development
|
57
|
+
dependencies.
|
58
|
+
|
59
|
+
TODO
|
60
|
+
====
|
61
|
+
|
62
|
+
* Add templates
|
63
|
+
* Add common case @mixins
|
64
|
+
|
metadata
CHANGED
@@ -2,10 +2,11 @@
|
|
2
2
|
name: sassy_noise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Antti Salonen
|
9
|
+
- "Vesa V\xC3\xA4nsk\xC3\xA4"
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
@@ -34,6 +35,17 @@ dependencies:
|
|
34
35
|
version: "0"
|
35
36
|
type: :runtime
|
36
37
|
version_requirements: *id002
|
38
|
+
- !ruby/object:Gem::Dependency
|
39
|
+
name: rspec
|
40
|
+
prerelease: false
|
41
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
43
|
+
requirements:
|
44
|
+
- - ">="
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: "2.0"
|
47
|
+
type: :development
|
48
|
+
version_requirements: *id003
|
37
49
|
description: a sass port of the noisy js plugin as a compass extension that creates backgrond noise images as base64 data URIs
|
38
50
|
email: salosen.antti@gmail.com
|
39
51
|
executables: []
|