jim 0.1.2 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY +28 -0
- data/README.rdoc +1 -1
- data/Rakefile +2 -1
- data/jim.gemspec +67 -9
- data/lib/jim/bundler.rb +14 -11
- data/lib/jim/cli.rb +51 -9
- data/lib/jim/index.rb +3 -7
- data/lib/jim/installer.rb +140 -22
- data/lib/jim/templates/commands +21 -6
- data/lib/jim/version_parser.rb +2 -3
- data/lib/jim.rb +19 -2
- data/test/fixtures/jimfile +3 -3
- data/test/fixtures/sammy-0.5.0/HISTORY.md +135 -0
- data/test/fixtures/sammy-0.5.0/LICENSE +22 -0
- data/test/fixtures/sammy-0.5.0/README.md +81 -0
- data/test/fixtures/sammy-0.5.0/Rakefile +174 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/README.md +23 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/Rakefile +15 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/app.rb +17 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/app.ru +3 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/public/javascripts/app.js +106 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/public/javascripts/jquery.cloudkit.js +840 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/public/javascripts/jquery.js +19 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/public/javascripts/sammy.js +1013 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/public/templates/index.html.erb +11 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/public/templates/task.html.erb +4 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/public/templates/task_details.html.erb +4 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/views/app.sass +63 -0
- data/test/fixtures/sammy-0.5.0/examples/backend/views/index.haml +18 -0
- data/test/fixtures/sammy-0.5.0/examples/form_handling/files/form.html +12 -0
- data/test/fixtures/sammy-0.5.0/examples/form_handling/index.html +65 -0
- data/test/fixtures/sammy-0.5.0/examples/hello_world/index.html +50 -0
- data/test/fixtures/sammy-0.5.0/examples/location_override/README.md +15 -0
- data/test/fixtures/sammy-0.5.0/examples/location_override/data.html +110 -0
- data/test/fixtures/sammy-0.5.0/examples/location_override/index.html +79 -0
- data/test/fixtures/sammy-0.5.0/examples/location_override/test.html +121 -0
- data/test/fixtures/sammy-0.5.0/lib/min/sammy-0.5.0.min.js +5 -0
- data/test/fixtures/sammy-0.5.0/lib/min/sammy-lastest.min.js +5 -0
- data/test/fixtures/sammy-0.5.0/lib/plugins/sammy.cache.js +117 -0
- data/test/fixtures/sammy-0.5.0/lib/plugins/sammy.haml.js +539 -0
- data/test/fixtures/sammy-0.5.0/lib/plugins/sammy.json.js +362 -0
- data/test/fixtures/sammy-0.5.0/lib/plugins/sammy.mustache.js +415 -0
- data/test/fixtures/sammy-0.5.0/lib/plugins/sammy.nested_params.js +118 -0
- data/test/fixtures/sammy-0.5.0/lib/plugins/sammy.storage.js +515 -0
- data/test/fixtures/sammy-0.5.0/lib/plugins/sammy.template.js +117 -0
- data/test/fixtures/sammy-0.5.0/lib/sammy.js +1367 -0
- data/test/fixtures/sammy-0.5.0/test/fixtures/partial +1 -0
- data/test/fixtures/sammy-0.5.0/test/fixtures/partial.html +1 -0
- data/test/fixtures/sammy-0.5.0/test/fixtures/partial.noengine +1 -0
- data/test/fixtures/sammy-0.5.0/test/fixtures/partial.template +1 -0
- data/test/fixtures/sammy-0.5.0/test/index.html +84 -0
- data/test/fixtures/sammy-0.5.0/test/test_sammy_application.js +953 -0
- data/test/fixtures/sammy-0.5.0/test/test_sammy_event_context.js +252 -0
- data/test/fixtures/sammy-0.5.0/test/test_sammy_location_proxy.js +91 -0
- data/test/fixtures/sammy-0.5.0/test/test_sammy_plugins.js +296 -0
- data/test/fixtures/sammy-0.5.0/test/test_sammy_storage.js +175 -0
- data/test/fixtures/sammy-0.5.0/test/test_server +27 -0
- data/test/fixtures/sammy-0.5.0/vendor/jquery-1.4.1.js +6078 -0
- data/test/fixtures/sammy-0.5.0/vendor/jquery-1.4.1.min.js +152 -0
- data/test/fixtures/sammy-0.5.0/vendor/jsdoc/doc.haml +58 -0
- data/test/fixtures/sammy-0.5.0/vendor/jsdoc/jsdoc.rb +143 -0
- data/test/fixtures/sammy-0.5.0/vendor/jslitmus.js +670 -0
- data/test/fixtures/sammy-0.5.0/vendor/qunit/qunit.css +119 -0
- data/test/fixtures/sammy-0.5.0/vendor/qunit/qunit.js +1043 -0
- data/test/fixtures/sammy-0.5.0/vendor/qunit-spec.js +127 -0
- data/test/helper.rb +23 -3
- data/test/test_jim_bundler.rb +9 -8
- data/test/test_jim_cli.rb +21 -12
- data/test/test_jim_installer.rb +152 -35
- data/test/test_jim_version_parser.rb +4 -0
- metadata +117 -27
- data/.document +0 -5
@@ -0,0 +1,119 @@
|
|
1
|
+
|
2
|
+
ol#qunit-tests {
|
3
|
+
font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
|
4
|
+
margin:0;
|
5
|
+
padding:0;
|
6
|
+
list-style-position:inside;
|
7
|
+
|
8
|
+
font-size: smaller;
|
9
|
+
}
|
10
|
+
ol#qunit-tests li{
|
11
|
+
padding:0.4em 0.5em 0.4em 2.5em;
|
12
|
+
border-bottom:1px solid #fff;
|
13
|
+
font-size:small;
|
14
|
+
list-style-position:inside;
|
15
|
+
}
|
16
|
+
ol#qunit-tests li ol{
|
17
|
+
box-shadow: inset 0px 2px 13px #999;
|
18
|
+
-moz-box-shadow: inset 0px 2px 13px #999;
|
19
|
+
-webkit-box-shadow: inset 0px 2px 13px #999;
|
20
|
+
margin-top:0.5em;
|
21
|
+
margin-left:0;
|
22
|
+
padding:0.5em;
|
23
|
+
background-color:#fff;
|
24
|
+
border-radius:15px;
|
25
|
+
-moz-border-radius: 15px;
|
26
|
+
-webkit-border-radius: 15px;
|
27
|
+
}
|
28
|
+
ol#qunit-tests li li{
|
29
|
+
border-bottom:none;
|
30
|
+
margin:0.5em;
|
31
|
+
background-color:#fff;
|
32
|
+
list-style-position: inside;
|
33
|
+
padding:0.4em 0.5em 0.4em 0.5em;
|
34
|
+
}
|
35
|
+
|
36
|
+
ol#qunit-tests li li.pass{
|
37
|
+
border-left:26px solid #C6E746;
|
38
|
+
background-color:#fff;
|
39
|
+
color:#5E740B;
|
40
|
+
}
|
41
|
+
ol#qunit-tests li li.fail{
|
42
|
+
border-left:26px solid #EE5757;
|
43
|
+
background-color:#fff;
|
44
|
+
color:#710909;
|
45
|
+
}
|
46
|
+
ol#qunit-tests li.pass{
|
47
|
+
background-color:#D2E0E6;
|
48
|
+
color:#528CE0;
|
49
|
+
}
|
50
|
+
ol#qunit-tests li.fail{
|
51
|
+
background-color:#EE5757;
|
52
|
+
color:#000;
|
53
|
+
}
|
54
|
+
ol#qunit-tests li strong {
|
55
|
+
cursor:pointer;
|
56
|
+
}
|
57
|
+
h1#qunit-header{
|
58
|
+
background-color:#0d3349;
|
59
|
+
margin:0;
|
60
|
+
padding:0.5em 0 0.5em 1em;
|
61
|
+
color:#fff;
|
62
|
+
font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
|
63
|
+
border-top-right-radius:15px;
|
64
|
+
border-top-left-radius:15px;
|
65
|
+
-moz-border-radius-topright:15px;
|
66
|
+
-moz-border-radius-topleft:15px;
|
67
|
+
-webkit-border-top-right-radius:15px;
|
68
|
+
-webkit-border-top-left-radius:15px;
|
69
|
+
text-shadow: rgba(0, 0, 0, 0.5) 4px 4px 1px;
|
70
|
+
}
|
71
|
+
h2#qunit-banner{
|
72
|
+
font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
|
73
|
+
height:5px;
|
74
|
+
margin:0;
|
75
|
+
padding:0;
|
76
|
+
}
|
77
|
+
h2#qunit-banner.qunit-pass{
|
78
|
+
background-color:#C6E746;
|
79
|
+
}
|
80
|
+
h2#qunit-banner.qunit-fail, #qunit-testrunner-toolbar {
|
81
|
+
background-color:#EE5757;
|
82
|
+
}
|
83
|
+
#qunit-testrunner-toolbar {
|
84
|
+
font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
|
85
|
+
padding:0;
|
86
|
+
/*width:80%;*/
|
87
|
+
padding:0em 0 0.5em 2em;
|
88
|
+
font-size: small;
|
89
|
+
}
|
90
|
+
h2#qunit-userAgent {
|
91
|
+
font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
|
92
|
+
background-color:#2b81af;
|
93
|
+
margin:0;
|
94
|
+
padding:0;
|
95
|
+
color:#fff;
|
96
|
+
font-size: small;
|
97
|
+
padding:0.5em 0 0.5em 2.5em;
|
98
|
+
text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
|
99
|
+
}
|
100
|
+
p#qunit-testresult{
|
101
|
+
font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
|
102
|
+
margin:0;
|
103
|
+
font-size: small;
|
104
|
+
color:#2b81af;
|
105
|
+
border-bottom-right-radius:15px;
|
106
|
+
border-bottom-left-radius:15px;
|
107
|
+
-moz-border-radius-bottomright:15px;
|
108
|
+
-moz-border-radius-bottomleft:15px;
|
109
|
+
-webkit-border-bottom-right-radius:15px;
|
110
|
+
-webkit-border-bottom-left-radius:15px;
|
111
|
+
background-color:#D2E0E6;
|
112
|
+
padding:0.5em 0.5em 0.5em 2.5em;
|
113
|
+
}
|
114
|
+
strong b.fail{
|
115
|
+
color:#710909;
|
116
|
+
}
|
117
|
+
strong b.pass{
|
118
|
+
color:#5E740B;
|
119
|
+
}
|