chrislloyd-tyrone 0.2.0 → 0.2.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.md +1 -1
- data/bin/tyrone +1 -1
- data/lib/tyrone.rb +3 -1
- metadata +1 -2
- data/templates/reset.sass.erb +0 -57
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-

|
2
2
|
|
3
3
|
<small>a rapid prototyping fix. tyrone be great with uis. he loves em so much and will care the shit out of them. my boy tyrone is definitely the right man for the job, i aint playin. by [chris](http://chrislloyd.com.au).</small>
|
4
4
|
|
data/bin/tyrone
CHANGED
@@ -9,10 +9,10 @@ Pixii.called(:tyrone) do |make, opts|
|
|
9
9
|
|
10
10
|
make.clone 'http://github.com/toolmantim/states.js/raw/master/states.js', 'public/js/states.js'
|
11
11
|
make.clone 'http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js', 'public/js/jquery.js'
|
12
|
+
make.clone 'https://gist.github.com/159037.txt', 'public/css/reset.sass'
|
12
13
|
|
13
14
|
make.template 'sinatra.rb.erb', "#{opts.project}.rb"
|
14
15
|
make.template 'config.ru.erb', 'config.ru'
|
15
|
-
make.template 'reset.sass.erb', 'public/css/reset.sass'
|
16
16
|
|
17
17
|
make.magic!
|
18
18
|
end
|
data/lib/tyrone.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chrislloyd-tyrone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Lloyd
|
@@ -57,7 +57,6 @@ files:
|
|
57
57
|
- lib/tyrone.rb
|
58
58
|
- bin/tyrone
|
59
59
|
- templates/config.ru.erb
|
60
|
-
- templates/reset.sass.erb
|
61
60
|
- templates/sinatra.rb.erb
|
62
61
|
has_rdoc: false
|
63
62
|
homepage: http://github.com/chrislloyd/tyrone
|
data/templates/reset.sass.erb
DELETED
@@ -1,57 +0,0 @@
|
|
1
|
-
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,a,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video
|
2
|
-
:margin 0
|
3
|
-
:padding 0
|
4
|
-
:border none
|
5
|
-
:outline 0
|
6
|
-
:font-size 100%
|
7
|
-
:vertical-align baseline
|
8
|
-
:background transparent
|
9
|
-
|
10
|
-
body
|
11
|
-
:line-height 1
|
12
|
-
|
13
|
-
article, aside, dialog, figure, footer, header, hgroup, nav, section
|
14
|
-
:display block
|
15
|
-
|
16
|
-
ol, ul
|
17
|
-
:list-style none
|
18
|
-
|
19
|
-
blockquote, q
|
20
|
-
:quotes none
|
21
|
-
|
22
|
-
blockquote:before,blockquote:after,q:before,q:after
|
23
|
-
:content ''
|
24
|
-
:content none
|
25
|
-
|
26
|
-
*:focus
|
27
|
-
:outline 0
|
28
|
-
|
29
|
-
ins
|
30
|
-
:text-decoration none
|
31
|
-
|
32
|
-
mark
|
33
|
-
:font-style italic
|
34
|
-
:font-weight bold
|
35
|
-
|
36
|
-
del
|
37
|
-
:text-decoration line-through
|
38
|
-
|
39
|
-
abbr[title], dfn[title]
|
40
|
-
:border-bottom 1px dotted #000
|
41
|
-
:cursor help
|
42
|
-
|
43
|
-
table
|
44
|
-
:border
|
45
|
-
:collapse collapse
|
46
|
-
:spacing 0
|
47
|
-
|
48
|
-
hr
|
49
|
-
:display block
|
50
|
-
:height 1px
|
51
|
-
:border 0
|
52
|
-
:border-top 1px solid #cccccc
|
53
|
-
:margin 1em 0
|
54
|
-
:padding 0
|
55
|
-
|
56
|
-
input, select
|
57
|
-
:vertical-align middle
|