uzuuzu 0.0.10 → 0.0.11
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/LICENSE.txt +1 -1
- data/VERSION +1 -1
- data/template/public/js/html5.js +3 -0
- data/template/view/index.rhtml +50 -44
- data/uzuuzu.gemspec +2 -1
- metadata +3 -2
data/LICENSE.txt
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.11
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
// HTML5 Shiv v3 | @jon_neal @afarkas @rem | MIT/GPL2 Licensed
|
|
2
|
+
// Uncompressed source: https://github.com/aFarkas/html5shiv
|
|
3
|
+
(function(a,b){var c=function(a){return a.innerHTML="<x-element></x-element>",a.childNodes.length===1}(b.createElement("a")),d=function(a,b,c){return b.appendChild(a),(c=(c?c(a):a.currentStyle).display)&&b.removeChild(a)&&c==="block"}(b.createElement("nav"),b.documentElement,a.getComputedStyle),e={elements:"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video".split(" "),shivDocument:function(a){a=a||b;if(a.documentShived)return;a.documentShived=!0;var f=a.createElement,g=a.createDocumentFragment,h=a.getElementsByTagName("head")[0],i=function(a){f(a)};c||(e.elements.join(" ").replace(/\w+/g,i),a.createElement=function(a){var b=f(a);return b.canHaveChildren&&e.shivDocument(b.document),b},a.createDocumentFragment=function(){return e.shivDocument(g())});if(!d&&h){var j=f("div");j.innerHTML=["x<style>","article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}","audio{display:none}","canvas,video{display:inline-block;*display:inline;*zoom:1}","[hidden]{display:none}audio[controls]{display:inline-block;*display:inline;*zoom:1}","mark{background:#FF0;color:#000}","</style>"].join(""),h.insertBefore(j.lastChild,h.firstChild)}return a}};e.shivDocument(b),a.html5=e})(this,document)
|
data/template/view/index.rhtml
CHANGED
|
@@ -7,17 +7,12 @@
|
|
|
7
7
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
|
8
8
|
<link rel="shortcut icon" href="/favicon.ico"/>
|
|
9
9
|
<!-- meta -->
|
|
10
|
-
<title>
|
|
11
|
-
<!--
|
|
12
|
-
<%=
|
|
13
|
-
<%=
|
|
14
|
-
<!--
|
|
10
|
+
<title>thanks! by uzufactory</title>
|
|
11
|
+
<!-- script -->
|
|
12
|
+
<%= js '/js/jquery.min.js' %>
|
|
13
|
+
<%= js '/js/jquery.jrumble.1.3.min.js' %>
|
|
14
|
+
<!--[if lt IE 9]><%= js 'http://html5shiv.googlecode.com/svn/trunk/html5.js' %><![endif]-->
|
|
15
15
|
<!-- script -->
|
|
16
|
-
<%= js 'js/jquery.min.js' %>
|
|
17
|
-
<%= js 'js/jquery.jrumble.1.3.min.js' %>
|
|
18
|
-
<%= js 'js/jquery.tmpl.min.js' %>
|
|
19
|
-
<%= js 'js/kendo.all.min.js' %>
|
|
20
|
-
<!-- script -->
|
|
21
16
|
<style type="text/css">
|
|
22
17
|
body {
|
|
23
18
|
margin: 0;
|
|
@@ -27,14 +22,6 @@
|
|
|
27
22
|
text-align: center;
|
|
28
23
|
background-color: #EEEEEE;
|
|
29
24
|
}
|
|
30
|
-
a.uzufactory {
|
|
31
|
-
display: inline-block;
|
|
32
|
-
background-image: url('http://www.uzuuzu.jp/img/uzufactory.png');
|
|
33
|
-
background-repeat: no-repeat;
|
|
34
|
-
background-color: transparent;
|
|
35
|
-
width: 159px;
|
|
36
|
-
height: 53px;
|
|
37
|
-
}
|
|
38
25
|
#wrapper {
|
|
39
26
|
text-align: center;
|
|
40
27
|
width: 100%;
|
|
@@ -51,17 +38,12 @@
|
|
|
51
38
|
height: 100px;
|
|
52
39
|
font-size: 13px;
|
|
53
40
|
background-color: #EEEEEE;
|
|
54
|
-
margin-top: 200px;
|
|
55
|
-
}
|
|
56
|
-
#footer div.buttons {
|
|
57
|
-
position: absolute;
|
|
58
|
-
left: 100px;
|
|
59
|
-
top: 0px;
|
|
60
41
|
}
|
|
61
42
|
#footer div.copyright {
|
|
62
43
|
position: absolute;
|
|
63
44
|
left: 100px;
|
|
64
45
|
bottom: 10px;
|
|
46
|
+
color: #555555;
|
|
65
47
|
}
|
|
66
48
|
#footer div.powerdby {
|
|
67
49
|
position: absolute;
|
|
@@ -69,6 +51,19 @@
|
|
|
69
51
|
right: 100px;
|
|
70
52
|
bottom: 10px;
|
|
71
53
|
}
|
|
54
|
+
#footer div.powerdby a {
|
|
55
|
+
display: inline-block;
|
|
56
|
+
text-decoration: none;
|
|
57
|
+
color: #555555;
|
|
58
|
+
background-image: url('http://www.uzuuzu.jp/favicon.png');
|
|
59
|
+
background-repeat: no-repeat;
|
|
60
|
+
background-color: transparent;
|
|
61
|
+
background-position-x: 90px;
|
|
62
|
+
background-size: contain;
|
|
63
|
+
width: 150px;
|
|
64
|
+
height: 32px;
|
|
65
|
+
padding-top: 16px;
|
|
66
|
+
}
|
|
72
67
|
#contents {
|
|
73
68
|
width: 980px;
|
|
74
69
|
margin: 0 auto;
|
|
@@ -90,28 +85,45 @@
|
|
|
90
85
|
padding: 24px 18px 18px 18px;
|
|
91
86
|
font-size: 14px;
|
|
92
87
|
}
|
|
88
|
+
.clearfix:after {
|
|
89
|
+
content: ".";
|
|
90
|
+
display: block;
|
|
91
|
+
clear: both;
|
|
92
|
+
height: 0;
|
|
93
|
+
visibility: hidden;
|
|
94
|
+
}
|
|
95
|
+
.clearfix {
|
|
96
|
+
min-height: 1px;
|
|
97
|
+
}
|
|
98
|
+
* html .clearfix {
|
|
99
|
+
height: 1px;
|
|
100
|
+
/*¥*//*/
|
|
101
|
+
height: auto;
|
|
102
|
+
overflow: hidden;
|
|
103
|
+
/**/
|
|
104
|
+
}
|
|
93
105
|
</style>
|
|
94
106
|
<script text="text/javascript">
|
|
95
|
-
|
|
107
|
+
<!--
|
|
96
108
|
// initialize
|
|
97
|
-
$(function(){
|
|
109
|
+
$(function() {
|
|
98
110
|
// use jrunble
|
|
99
111
|
$('a').jrumble({
|
|
100
|
-
x: 2,
|
|
101
|
-
y: 2,
|
|
102
|
-
rotation: 1,
|
|
103
|
-
speed: 15,
|
|
104
|
-
opacity: false,
|
|
105
|
-
opacityMin: 0.5
|
|
112
|
+
x : 2,
|
|
113
|
+
y : 2,
|
|
114
|
+
rotation : 1,
|
|
115
|
+
speed : 15,
|
|
116
|
+
opacity : false,
|
|
117
|
+
opacityMin : 0.5
|
|
106
118
|
});
|
|
107
|
-
|
|
108
|
-
$('a').hover(function(){
|
|
119
|
+
|
|
120
|
+
$('a').hover(function() {
|
|
109
121
|
$(this).trigger('startRumble');
|
|
110
|
-
}, function(){
|
|
122
|
+
}, function() {
|
|
111
123
|
$(this).trigger('stopRumble');
|
|
112
124
|
})
|
|
113
125
|
});
|
|
114
|
-
|
|
126
|
+
-->
|
|
115
127
|
</script>
|
|
116
128
|
</head>
|
|
117
129
|
<body>
|
|
@@ -122,20 +134,14 @@
|
|
|
122
134
|
<div class="section">
|
|
123
135
|
<h1>thanks!</h1>
|
|
124
136
|
</div>
|
|
125
|
-
<div class="article">
|
|
126
|
-
<a href="http://www.uzuuzu.jp/page/oss/ruby-uzuuzu">more infomation</a>
|
|
127
|
-
</div>
|
|
128
137
|
</div>
|
|
129
138
|
<div class="clearFix"></div>
|
|
130
139
|
<div id="footer">
|
|
131
140
|
<div class="copyright">
|
|
132
|
-
<span>Copyright © 2011 uzufactory
|
|
141
|
+
<span>Copyright © 2011 uzufactory. All rights reserved.</span>
|
|
133
142
|
</div>
|
|
134
143
|
<div class="powerdby">
|
|
135
|
-
|
|
136
|
-
<br />
|
|
137
|
-
<a class="uzufactory" href="http://www.uzuuzu.jp/"> </a>
|
|
138
|
-
<img src="http://www.uzuuzu.jp/img/logo.png" height="60px"/>
|
|
144
|
+
<a href="http://www.uzuuzu.jp/page/oss/ruby_uzuuzu">powererd by</a>
|
|
139
145
|
</div>
|
|
140
146
|
</div>
|
|
141
147
|
</div>
|
data/uzuuzu.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{uzuuzu}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.11"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Takuya Kondo"]
|
|
@@ -438,6 +438,7 @@ Gem::Specification.new do |s|
|
|
|
438
438
|
"template/public/js/cultures/kendo.culture.zh.min.js",
|
|
439
439
|
"template/public/js/cultures/kendo.culture.zu-ZA.min.js",
|
|
440
440
|
"template/public/js/cultures/kendo.culture.zu.min.js",
|
|
441
|
+
"template/public/js/html5.js",
|
|
441
442
|
"template/public/js/jquery.jrumble.1.3.min.js",
|
|
442
443
|
"template/public/js/jquery.min.js",
|
|
443
444
|
"template/public/js/jquery.tmpl.min.js",
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: uzuuzu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.11
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Takuya Kondo
|
|
@@ -497,6 +497,7 @@ files:
|
|
|
497
497
|
- template/public/js/cultures/kendo.culture.zh.min.js
|
|
498
498
|
- template/public/js/cultures/kendo.culture.zu-ZA.min.js
|
|
499
499
|
- template/public/js/cultures/kendo.culture.zu.min.js
|
|
500
|
+
- template/public/js/html5.js
|
|
500
501
|
- template/public/js/jquery.jrumble.1.3.min.js
|
|
501
502
|
- template/public/js/jquery.min.js
|
|
502
503
|
- template/public/js/jquery.tmpl.min.js
|
|
@@ -519,7 +520,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
519
520
|
requirements:
|
|
520
521
|
- - ">="
|
|
521
522
|
- !ruby/object:Gem::Version
|
|
522
|
-
hash:
|
|
523
|
+
hash: -4317031311009096813
|
|
523
524
|
segments:
|
|
524
525
|
- 0
|
|
525
526
|
version: "0"
|