uzuuzu 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. data/.DS_Store +0 -0
  2. data/.document +5 -0
  3. data/.project +17 -0
  4. data/.redcar/tags +218 -0
  5. data/.rspec +1 -0
  6. data/.settings/org.eclipse.ltk.core.refactoring.prefs +3 -0
  7. data/Gemfile +18 -0
  8. data/Gemfile.lock +97 -0
  9. data/LICENSE.txt +20 -0
  10. data/README.rdoc +19 -0
  11. data/Rakefile +50 -0
  12. data/VERSION +1 -0
  13. data/lib/.DS_Store +0 -0
  14. data/lib/uzuuzu/.DS_Store +0 -0
  15. data/lib/uzuuzu/uzuuzu.rb +1 -0
  16. data/lib/uzuuzu.rb +3 -0
  17. data/spec/spec_helper.rb +12 -0
  18. data/spec/uzuuzu_spec.rb +7 -0
  19. data/template/public/css/images/.DS_Store +0 -0
  20. data/template/public/css/images/ajax-loader.png +0 -0
  21. data/template/public/css/images/icon-search-black.png +0 -0
  22. data/template/public/css/images/icons-18-black.png +0 -0
  23. data/template/public/css/images/icons-18-white.png +0 -0
  24. data/template/public/css/images/icons-36-black.png +0 -0
  25. data/template/public/css/images/icons-36-white.png +0 -0
  26. data/template/public/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  27. data/template/public/css/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  28. data/template/public/css/images/ui-bg_flat_10_000000_40x100.png +0 -0
  29. data/template/public/css/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  30. data/template/public/css/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  31. data/template/public/css/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  32. data/template/public/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  33. data/template/public/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  34. data/template/public/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  35. data/template/public/css/images/ui-icons_222222_256x240.png +0 -0
  36. data/template/public/css/images/ui-icons_228ef1_256x240.png +0 -0
  37. data/template/public/css/images/ui-icons_ef8c08_256x240.png +0 -0
  38. data/template/public/css/images/ui-icons_ffd27a_256x240.png +0 -0
  39. data/template/public/css/images/ui-icons_ffffff_256x240.png +0 -0
  40. data/template/public/css/jquery-ui.css +578 -0
  41. data/template/public/css/jquery.mobile.css +16 -0
  42. data/template/public/css/screen.css +30 -0
  43. data/template/public/js/jquery-ui.js +784 -0
  44. data/template/public/js/jquery.js +16 -0
  45. data/template/public/js/jquery.mobile.js +134 -0
  46. data/template/public/js/uzuuzu-ui.js +0 -0
  47. data/template/public/js/uzuuzu.js +0 -0
  48. data/template/public/js/uzuuzu.mobile.js +0 -0
  49. data/template/uzuuzu.yaml +44 -0
  50. data/uzuuzu.gemspec +110 -0
  51. metadata +196 -0
data/uzuuzu.gemspec ADDED
@@ -0,0 +1,110 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{uzuuzu}
8
+ s.version = "0.0.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Takuya Kondo"]
12
+ s.date = %q{2011-07-24}
13
+ s.description = %q{uzuuzu is web fw and cms}
14
+ s.email = %q{takuya.v3v@gmail.com}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE.txt",
17
+ "README.rdoc"
18
+ ]
19
+ s.files = [
20
+ ".DS_Store",
21
+ ".document",
22
+ ".project",
23
+ ".redcar/tags",
24
+ ".rspec",
25
+ ".settings/org.eclipse.ltk.core.refactoring.prefs",
26
+ "Gemfile",
27
+ "Gemfile.lock",
28
+ "LICENSE.txt",
29
+ "README.rdoc",
30
+ "Rakefile",
31
+ "VERSION",
32
+ "lib/.DS_Store",
33
+ "lib/uzuuzu.rb",
34
+ "lib/uzuuzu/.DS_Store",
35
+ "lib/uzuuzu/uzuuzu.rb",
36
+ "spec/spec_helper.rb",
37
+ "spec/uzuuzu_spec.rb",
38
+ "template/public/css/images/.DS_Store",
39
+ "template/public/css/images/ajax-loader.png",
40
+ "template/public/css/images/icon-search-black.png",
41
+ "template/public/css/images/icons-18-black.png",
42
+ "template/public/css/images/icons-18-white.png",
43
+ "template/public/css/images/icons-36-black.png",
44
+ "template/public/css/images/icons-36-white.png",
45
+ "template/public/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png",
46
+ "template/public/css/images/ui-bg_diagonals-thick_20_666666_40x40.png",
47
+ "template/public/css/images/ui-bg_flat_10_000000_40x100.png",
48
+ "template/public/css/images/ui-bg_glass_100_f6f6f6_1x400.png",
49
+ "template/public/css/images/ui-bg_glass_100_fdf5ce_1x400.png",
50
+ "template/public/css/images/ui-bg_glass_65_ffffff_1x400.png",
51
+ "template/public/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png",
52
+ "template/public/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png",
53
+ "template/public/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png",
54
+ "template/public/css/images/ui-icons_222222_256x240.png",
55
+ "template/public/css/images/ui-icons_228ef1_256x240.png",
56
+ "template/public/css/images/ui-icons_ef8c08_256x240.png",
57
+ "template/public/css/images/ui-icons_ffd27a_256x240.png",
58
+ "template/public/css/images/ui-icons_ffffff_256x240.png",
59
+ "template/public/css/jquery-ui.css",
60
+ "template/public/css/jquery.mobile.css",
61
+ "template/public/css/screen.css",
62
+ "template/public/js/jquery-ui.js",
63
+ "template/public/js/jquery.js",
64
+ "template/public/js/jquery.mobile.js",
65
+ "template/public/js/uzuuzu-ui.js",
66
+ "template/public/js/uzuuzu.js",
67
+ "template/public/js/uzuuzu.mobile.js",
68
+ "template/uzuuzu.yaml",
69
+ "uzuuzu.gemspec"
70
+ ]
71
+ s.homepage = %q{http://github.com/takuya-v-v/uzuuzu}
72
+ s.licenses = ["MIT"]
73
+ s.require_paths = ["lib"]
74
+ s.rubygems_version = %q{1.5.2}
75
+ s.summary = %q{uzuuzu is web fw and cms}
76
+
77
+ if s.respond_to? :specification_version then
78
+ s.specification_version = 3
79
+
80
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
81
+ s.add_runtime_dependency(%q<uzuuzu-core>, [">= 0"])
82
+ s.add_runtime_dependency(%q<uzuuzu-adapter-datamapper>, [">= 0"])
83
+ s.add_runtime_dependency(%q<uzuuzu-adapter-memcache-client>, [">= 0"])
84
+ s.add_runtime_dependency(%q<uzuuzu-adapter-tmail>, [">= 0"])
85
+ s.add_development_dependency(%q<rspec>, [">= 0"])
86
+ s.add_development_dependency(%q<bundler>, [">= 0"])
87
+ s.add_development_dependency(%q<jeweler>, [">= 0"])
88
+ s.add_development_dependency(%q<rcov>, [">= 0"])
89
+ else
90
+ s.add_dependency(%q<uzuuzu-core>, [">= 0"])
91
+ s.add_dependency(%q<uzuuzu-adapter-datamapper>, [">= 0"])
92
+ s.add_dependency(%q<uzuuzu-adapter-memcache-client>, [">= 0"])
93
+ s.add_dependency(%q<uzuuzu-adapter-tmail>, [">= 0"])
94
+ s.add_dependency(%q<rspec>, [">= 0"])
95
+ s.add_dependency(%q<bundler>, [">= 0"])
96
+ s.add_dependency(%q<jeweler>, [">= 0"])
97
+ s.add_dependency(%q<rcov>, [">= 0"])
98
+ end
99
+ else
100
+ s.add_dependency(%q<uzuuzu-core>, [">= 0"])
101
+ s.add_dependency(%q<uzuuzu-adapter-datamapper>, [">= 0"])
102
+ s.add_dependency(%q<uzuuzu-adapter-memcache-client>, [">= 0"])
103
+ s.add_dependency(%q<uzuuzu-adapter-tmail>, [">= 0"])
104
+ s.add_dependency(%q<rspec>, [">= 0"])
105
+ s.add_dependency(%q<bundler>, [">= 0"])
106
+ s.add_dependency(%q<jeweler>, [">= 0"])
107
+ s.add_dependency(%q<rcov>, [">= 0"])
108
+ end
109
+ end
110
+
metadata ADDED
@@ -0,0 +1,196 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: uzuuzu
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.0.1
6
+ platform: ruby
7
+ authors:
8
+ - Takuya Kondo
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2011-07-24 00:00:00 +09:00
14
+ default_executable:
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: uzuuzu-core
18
+ requirement: &id001 !ruby/object:Gem::Requirement
19
+ none: false
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ type: :runtime
25
+ prerelease: false
26
+ version_requirements: *id001
27
+ - !ruby/object:Gem::Dependency
28
+ name: uzuuzu-adapter-datamapper
29
+ requirement: &id002 !ruby/object:Gem::Requirement
30
+ none: false
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: "0"
35
+ type: :runtime
36
+ prerelease: false
37
+ version_requirements: *id002
38
+ - !ruby/object:Gem::Dependency
39
+ name: uzuuzu-adapter-memcache-client
40
+ requirement: &id003 !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: "0"
46
+ type: :runtime
47
+ prerelease: false
48
+ version_requirements: *id003
49
+ - !ruby/object:Gem::Dependency
50
+ name: uzuuzu-adapter-tmail
51
+ requirement: &id004 !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: "0"
57
+ type: :runtime
58
+ prerelease: false
59
+ version_requirements: *id004
60
+ - !ruby/object:Gem::Dependency
61
+ name: rspec
62
+ requirement: &id005 !ruby/object:Gem::Requirement
63
+ none: false
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: "0"
68
+ type: :development
69
+ prerelease: false
70
+ version_requirements: *id005
71
+ - !ruby/object:Gem::Dependency
72
+ name: bundler
73
+ requirement: &id006 !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: "0"
79
+ type: :development
80
+ prerelease: false
81
+ version_requirements: *id006
82
+ - !ruby/object:Gem::Dependency
83
+ name: jeweler
84
+ requirement: &id007 !ruby/object:Gem::Requirement
85
+ none: false
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: "0"
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: *id007
93
+ - !ruby/object:Gem::Dependency
94
+ name: rcov
95
+ requirement: &id008 !ruby/object:Gem::Requirement
96
+ none: false
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: "0"
101
+ type: :development
102
+ prerelease: false
103
+ version_requirements: *id008
104
+ description: uzuuzu is web fw and cms
105
+ email: takuya.v3v@gmail.com
106
+ executables: []
107
+
108
+ extensions: []
109
+
110
+ extra_rdoc_files:
111
+ - LICENSE.txt
112
+ - README.rdoc
113
+ files:
114
+ - .DS_Store
115
+ - .document
116
+ - .project
117
+ - .redcar/tags
118
+ - .rspec
119
+ - .settings/org.eclipse.ltk.core.refactoring.prefs
120
+ - Gemfile
121
+ - Gemfile.lock
122
+ - LICENSE.txt
123
+ - README.rdoc
124
+ - Rakefile
125
+ - VERSION
126
+ - lib/.DS_Store
127
+ - lib/uzuuzu.rb
128
+ - lib/uzuuzu/.DS_Store
129
+ - lib/uzuuzu/uzuuzu.rb
130
+ - spec/spec_helper.rb
131
+ - spec/uzuuzu_spec.rb
132
+ - template/public/css/images/.DS_Store
133
+ - template/public/css/images/ajax-loader.png
134
+ - template/public/css/images/icon-search-black.png
135
+ - template/public/css/images/icons-18-black.png
136
+ - template/public/css/images/icons-18-white.png
137
+ - template/public/css/images/icons-36-black.png
138
+ - template/public/css/images/icons-36-white.png
139
+ - template/public/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
140
+ - template/public/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
141
+ - template/public/css/images/ui-bg_flat_10_000000_40x100.png
142
+ - template/public/css/images/ui-bg_glass_100_f6f6f6_1x400.png
143
+ - template/public/css/images/ui-bg_glass_100_fdf5ce_1x400.png
144
+ - template/public/css/images/ui-bg_glass_65_ffffff_1x400.png
145
+ - template/public/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
146
+ - template/public/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
147
+ - template/public/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
148
+ - template/public/css/images/ui-icons_222222_256x240.png
149
+ - template/public/css/images/ui-icons_228ef1_256x240.png
150
+ - template/public/css/images/ui-icons_ef8c08_256x240.png
151
+ - template/public/css/images/ui-icons_ffd27a_256x240.png
152
+ - template/public/css/images/ui-icons_ffffff_256x240.png
153
+ - template/public/css/jquery-ui.css
154
+ - template/public/css/jquery.mobile.css
155
+ - template/public/css/screen.css
156
+ - template/public/js/jquery-ui.js
157
+ - template/public/js/jquery.js
158
+ - template/public/js/jquery.mobile.js
159
+ - template/public/js/uzuuzu-ui.js
160
+ - template/public/js/uzuuzu.js
161
+ - template/public/js/uzuuzu.mobile.js
162
+ - template/uzuuzu.yaml
163
+ - uzuuzu.gemspec
164
+ has_rdoc: true
165
+ homepage: http://github.com/takuya-v-v/uzuuzu
166
+ licenses:
167
+ - MIT
168
+ post_install_message:
169
+ rdoc_options: []
170
+
171
+ require_paths:
172
+ - lib
173
+ required_ruby_version: !ruby/object:Gem::Requirement
174
+ none: false
175
+ requirements:
176
+ - - ">="
177
+ - !ruby/object:Gem::Version
178
+ hash: 2526523700189953031
179
+ segments:
180
+ - 0
181
+ version: "0"
182
+ required_rubygems_version: !ruby/object:Gem::Requirement
183
+ none: false
184
+ requirements:
185
+ - - ">="
186
+ - !ruby/object:Gem::Version
187
+ version: "0"
188
+ requirements: []
189
+
190
+ rubyforge_project:
191
+ rubygems_version: 1.5.2
192
+ signing_key:
193
+ specification_version: 3
194
+ summary: uzuuzu is web fw and cms
195
+ test_files: []
196
+