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/.rspec ADDED
@@ -0,0 +1 @@
1
+ --color
@@ -0,0 +1,3 @@
1
+ #Wed Jun 08 19:50:45 JST 2011
2
+ eclipse.preferences.version=1
3
+ org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
data/Gemfile ADDED
@@ -0,0 +1,18 @@
1
+ source "http://rubygems.org"
2
+ # Add dependencies required to use your gem here.
3
+ # Example:
4
+ # gem "activesupport", ">= 2.3.5"
5
+
6
+ # Add dependencies to develop your gem here.
7
+ # Include everything needed to run rake, tests, features, etc.
8
+ group :development do
9
+ gem "rspec"
10
+ gem "bundler"
11
+ gem "jeweler"
12
+ gem "rcov"
13
+ end
14
+
15
+ gem 'uzuuzu-core'
16
+ gem 'uzuuzu-adapter-datamapper'
17
+ gem 'uzuuzu-adapter-memcache-client'
18
+ gem 'uzuuzu-adapter-tmail'
data/Gemfile.lock ADDED
@@ -0,0 +1,97 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ addressable (2.2.6)
5
+ bcrypt-ruby (2.1.4)
6
+ datamapper (1.1.0)
7
+ dm-aggregates (= 1.1.0)
8
+ dm-constraints (= 1.1.0)
9
+ dm-core (= 1.1.0)
10
+ dm-migrations (= 1.1.0)
11
+ dm-serializer (= 1.1.0)
12
+ dm-timestamps (= 1.1.0)
13
+ dm-transactions (= 1.1.0)
14
+ dm-types (= 1.1.0)
15
+ dm-validations (= 1.1.0)
16
+ diff-lcs (1.1.2)
17
+ dm-aggregates (1.1.0)
18
+ dm-core (~> 1.1.0)
19
+ dm-constraints (1.1.0)
20
+ dm-core (~> 1.1.0)
21
+ dm-core (1.1.0)
22
+ addressable (~> 2.2.4)
23
+ dm-migrations (1.1.0)
24
+ dm-core (~> 1.1.0)
25
+ dm-serializer (1.1.0)
26
+ dm-core (~> 1.1.0)
27
+ fastercsv (~> 1.5.4)
28
+ json (~> 1.4.6)
29
+ dm-timestamps (1.1.0)
30
+ dm-core (~> 1.1.0)
31
+ dm-transactions (1.1.0)
32
+ dm-core (~> 1.1.0)
33
+ dm-types (1.1.0)
34
+ bcrypt-ruby (~> 2.1.4)
35
+ dm-core (~> 1.1.0)
36
+ fastercsv (~> 1.5.4)
37
+ json (~> 1.4.6)
38
+ stringex (~> 1.2.0)
39
+ uuidtools (~> 2.1.2)
40
+ dm-validations (1.1.0)
41
+ dm-core (~> 1.1.0)
42
+ extlib (0.9.15)
43
+ fastercsv (1.5.4)
44
+ git (1.2.5)
45
+ jeweler (1.6.4)
46
+ bundler (~> 1.0)
47
+ git (>= 1.2.5)
48
+ rake
49
+ json (1.4.6)
50
+ memcache-client (1.8.5)
51
+ nokogiri (1.5.0)
52
+ rack (1.3.1)
53
+ rake (0.8.7)
54
+ rcov (0.9.9)
55
+ rspec (2.6.0)
56
+ rspec-core (~> 2.6.0)
57
+ rspec-expectations (~> 2.6.0)
58
+ rspec-mocks (~> 2.6.0)
59
+ rspec-core (2.6.4)
60
+ rspec-expectations (2.6.0)
61
+ diff-lcs (~> 1.1.2)
62
+ rspec-mocks (2.6.0)
63
+ ruby-openid (2.1.8)
64
+ stringex (1.2.2)
65
+ tenjin (0.6.1)
66
+ tilt (1.3.2)
67
+ tmail (1.2.7.1)
68
+ uuidtools (2.1.2)
69
+ uzuuzu-adapter-datamapper (0.0.1)
70
+ datamapper
71
+ uzuuzu-core
72
+ uzuuzu-adapter-memcache-client (0.0.3)
73
+ memcache-client
74
+ uzuuzu-core
75
+ uzuuzu-adapter-tmail (0.0.1)
76
+ tmail
77
+ uzuuzu-core
78
+ uzuuzu-core (0.0.5)
79
+ extlib
80
+ nokogiri
81
+ rack
82
+ ruby-openid
83
+ tenjin
84
+ tilt
85
+
86
+ PLATFORMS
87
+ ruby
88
+
89
+ DEPENDENCIES
90
+ bundler
91
+ jeweler
92
+ rcov
93
+ rspec
94
+ uzuuzu-adapter-datamapper
95
+ uzuuzu-adapter-memcache-client
96
+ uzuuzu-adapter-tmail
97
+ uzuuzu-core
data/LICENSE.txt ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2011 Takuya Kondo
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.rdoc ADDED
@@ -0,0 +1,19 @@
1
+ = uzuuzu
2
+
3
+ Description goes here.
4
+
5
+ == Contributing to uzuuzu
6
+
7
+ * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
8
+ * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
9
+ * Fork the project
10
+ * Start a feature/bugfix branch
11
+ * Commit and push until you are happy with your contribution
12
+ * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
+ * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
+
15
+ == Copyright
16
+
17
+ Copyright (c) 2011 Takuya Kondo. See LICENSE.txt for
18
+ further details.
19
+
data/Rakefile ADDED
@@ -0,0 +1,50 @@
1
+ require 'rubygems'
2
+ require 'bundler'
3
+ begin
4
+ Bundler.setup(:default, :development)
5
+ rescue Bundler::BundlerError => e
6
+ $stderr.puts e.message
7
+ $stderr.puts "Run `bundle install` to install missing gems"
8
+ exit e.status_code
9
+ end
10
+ require 'rake'
11
+
12
+ require 'jeweler'
13
+ Jeweler::Tasks.new do |gem|
14
+ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
15
+ gem.name = "uzuuzu"
16
+ gem.homepage = "http://github.com/takuya-v-v/uzuuzu"
17
+ gem.license = "MIT"
18
+ gem.summary = %Q{uzuuzu is web fw and cms}
19
+ gem.description = %Q{uzuuzu is web fw and cms}
20
+ gem.email = "takuya.v3v@gmail.com"
21
+ gem.authors = ["Takuya Kondo"]
22
+ # Include your dependencies below. Runtime dependencies are required when using your gem,
23
+ # and development dependencies are only needed for development (ie running rake tasks, tests, etc)
24
+ # gem.add_runtime_dependency 'jabber4r', '> 0.1'
25
+ # gem.add_development_dependency 'rspec', '> 1.2.3'
26
+ end
27
+ Jeweler::RubygemsDotOrgTasks.new
28
+
29
+ require 'rspec/core'
30
+ require 'rspec/core/rake_task'
31
+ RSpec::Core::RakeTask.new(:spec) do |spec|
32
+ spec.pattern = FileList['spec/**/*_spec.rb']
33
+ end
34
+
35
+ RSpec::Core::RakeTask.new(:rcov) do |spec|
36
+ spec.pattern = 'spec/**/*_spec.rb'
37
+ spec.rcov = true
38
+ end
39
+
40
+ task :default => :spec
41
+
42
+ require 'rake/rdoctask'
43
+ Rake::RDocTask.new do |rdoc|
44
+ version = File.exist?('VERSION') ? File.read('VERSION') : ""
45
+
46
+ rdoc.rdoc_dir = 'rdoc'
47
+ rdoc.title = "uzuuzu #{version}"
48
+ rdoc.rdoc_files.include('README*')
49
+ rdoc.rdoc_files.include('lib/**/*.rb')
50
+ end
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.1
data/lib/.DS_Store ADDED
Binary file
Binary file
@@ -0,0 +1 @@
1
+ # coding: utf-8
data/lib/uzuuzu.rb ADDED
@@ -0,0 +1,3 @@
1
+
2
+ require 'uzuuzu-core'
3
+ require 'uzuuzu/uzuuzu'
@@ -0,0 +1,12 @@
1
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
2
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
3
+ require 'rspec'
4
+ require 'uzuuzu'
5
+
6
+ # Requires supporting files with custom matchers and macros, etc,
7
+ # in ./support/ and its subdirectories.
8
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
9
+
10
+ RSpec.configure do |config|
11
+
12
+ end
@@ -0,0 +1,7 @@
1
+ require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2
+
3
+ describe "Uzuuzu" do
4
+ it "fails" do
5
+ fail "hey buddy, you should probably rename this file and start specing for real"
6
+ end
7
+ end