uzuuzu 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.8
1
+ 0.0.9
@@ -3,6 +3,7 @@
3
3
  module Controller
4
4
  class Index
5
5
  def index
6
+ puts helper.welcome
6
7
  end
7
8
  end
8
9
  end
@@ -0,0 +1,9 @@
1
+ # coding: utf-8
2
+
3
+ module Helper
4
+ module Index
5
+ def welcome
6
+ "welcome"
7
+ end
8
+ end
9
+ end
data/uzuuzu.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{uzuuzu}
8
- s.version = "0.0.8"
8
+ s.version = "0.0.9"
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
- s.date = %q{2011-12-23}
12
+ s.date = %q{2011-12-24}
13
13
  s.default_executable = %q{uzuuzu}
14
14
  s.description = %q{uzuuzu is web frame work}
15
15
  s.email = %q{takuya.v3v@gmail.com}
@@ -36,6 +36,7 @@ Gem::Specification.new do |s|
36
36
  "template/app.rb",
37
37
  "template/config.ru",
38
38
  "template/controller/index.rb",
39
+ "template/helper/index.rb",
39
40
  "template/public/css/Black/editor.png",
40
41
  "template/public/css/Black/imagebrowser.png",
41
42
  "template/public/css/Black/loading-image.gif",
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: uzuuzu
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.8
5
+ version: 0.0.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Takuya Kondo
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-12-23 00:00:00 +09:00
13
+ date: 2011-12-24 00:00:00 +09:00
14
14
  default_executable: uzuuzu
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -95,6 +95,7 @@ files:
95
95
  - template/app.rb
96
96
  - template/config.ru
97
97
  - template/controller/index.rb
98
+ - template/helper/index.rb
98
99
  - template/public/css/Black/editor.png
99
100
  - template/public/css/Black/imagebrowser.png
100
101
  - template/public/css/Black/loading-image.gif
@@ -518,7 +519,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
518
519
  requirements:
519
520
  - - ">="
520
521
  - !ruby/object:Gem::Version
521
- hash: -1698350653262683335
522
+ hash: -799052385196681485
522
523
  segments:
523
524
  - 0
524
525
  version: "0"