flutie 1.1 → 1.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.
- data/README.textile +7 -0
- metadata +4 -3
data/README.textile
CHANGED
|
@@ -60,3 +60,10 @@ Flutie was written by thoughtbot, inc.
|
|
|
60
60
|
h2. Suggestions, Bugs, Refactoring?
|
|
61
61
|
|
|
62
62
|
Fork away and create a "Github Issue":http://github.com/thoughtbot/flutie/issues. Please don't send pull requests.
|
|
63
|
+
|
|
64
|
+
h2. Development
|
|
65
|
+
|
|
66
|
+
The actual stylesheet source files are sass, so edit the files in public/stylesheets/sass.
|
|
67
|
+
To rebuild the normal scss run:
|
|
68
|
+
|
|
69
|
+
sass -C --update public/stylesheets/sass:public/stylesheets
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flutie
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.1.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Chad Pytel
|
|
@@ -18,7 +19,7 @@ autorequire:
|
|
|
18
19
|
bindir: bin
|
|
19
20
|
cert_chain: []
|
|
20
21
|
|
|
21
|
-
date: 2010-
|
|
22
|
+
date: 2010-10-27 00:00:00 -04:00
|
|
22
23
|
default_executable:
|
|
23
24
|
dependencies:
|
|
24
25
|
- !ruby/object:Gem::Dependency
|