uzuuzu-core 0.1.5 → 0.1.6

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 CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011 Takuya Kondo
1
+ Copyright (c) 2011 uzufactory
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.rdoc CHANGED
@@ -14,6 +14,6 @@ Description goes here.
14
14
 
15
15
  == Copyright
16
16
 
17
- Copyright (c) 2011 Takuya Kondo. See LICENSE.txt for
17
+ Copyright (c) 2011 uzufactory. See LICENSE.txt for
18
18
  further details.
19
19
 
data/Rakefile CHANGED
@@ -19,7 +19,7 @@ Jeweler::Tasks.new do |gem|
19
19
  gem.license = "MIT"
20
20
  gem.summary = %Q{uzuuzu core library}
21
21
  gem.description = %Q{uzuuzu core library}
22
- gem.email = "takuya.v3v@gmail.com"
22
+ gem.email = "takuya_v_v@uzuuzu.jp"
23
23
  gem.authors = ["Takuya Kondo"]
24
24
  # dependencies defined in Gemfile
25
25
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
@@ -133,7 +133,6 @@ module UzuUzu
133
133
  is_send = false
134
134
  action_return = nil
135
135
  render = nil
136
-
137
136
  classies.reverse.each do |map|
138
137
  controller_class = map[:controller]
139
138
  helper_module = map[:helper]
@@ -186,10 +185,8 @@ module UzuUzu
186
185
  env['PATH_INFO'].split('/').each do |path|
187
186
  array << path
188
187
  begin
189
- if array.size > 1
190
- require_noerror "#{controller_root}#{require_base}#{array.join('/')}/index"
191
- require_noerror "#{helper_root}#{require_base}#{array.join('/')}/index"
192
- end
188
+ require_noerror "#{controller_root}#{require_base}#{array.join('/')}/index"
189
+ require_noerror "#{helper_root}#{require_base}#{array.join('/')}/index"
193
190
  require_noerror "#{controller_root}#{require_base}#{array.join('/')}"
194
191
  require_noerror "#{helper_root}#{require_base}#{array.join('/')}"
195
192
  rescue
data/uzuuzu-core.gemspec CHANGED
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{uzuuzu-core}
8
- s.version = "0.1.5"
8
+ s.version = "0.1.6"
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"]
12
12
  s.date = %q{2011-12-24}
13
13
  s.description = %q{uzuuzu core library}
14
- s.email = %q{takuya.v3v@gmail.com}
14
+ s.email = %q{takuya_v_v@uzuuzu.jp}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
17
17
  "README.rdoc"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: uzuuzu-core
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.5
5
+ version: 0.1.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Takuya Kondo
@@ -124,7 +124,7 @@ dependencies:
124
124
  prerelease: false
125
125
  version_requirements: *id010
126
126
  description: uzuuzu core library
127
- email: takuya.v3v@gmail.com
127
+ email: takuya_v_v@uzuuzu.jp
128
128
  executables: []
129
129
 
130
130
  extensions: []
@@ -196,7 +196,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
196
196
  requirements:
197
197
  - - ">="
198
198
  - !ruby/object:Gem::Version
199
- hash: -1861676627813116205
199
+ hash: -3763159747352200257
200
200
  segments:
201
201
  - 0
202
202
  version: "0"