uzuuzu 0.0.2 → 0.0.3
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/Rakefile +2 -2
- data/VERSION +1 -1
- data/uzuuzu.gemspec +4 -4
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -15,8 +15,8 @@ Jeweler::Tasks.new do |gem|
|
|
|
15
15
|
gem.name = "uzuuzu"
|
|
16
16
|
gem.homepage = "http://github.com/takuya-v-v/uzuuzu"
|
|
17
17
|
gem.license = "MIT"
|
|
18
|
-
gem.summary = %Q{uzuuzu is web
|
|
19
|
-
gem.description = %Q{uzuuzu is web
|
|
18
|
+
gem.summary = %Q{uzuuzu is web frame work}
|
|
19
|
+
gem.description = %Q{uzuuzu is web frame work}
|
|
20
20
|
gem.email = "takuya.v3v@gmail.com"
|
|
21
21
|
gem.authors = ["Takuya Kondo"]
|
|
22
22
|
# Include your dependencies below. Runtime dependencies are required when using your gem,
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
data/uzuuzu.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
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.3"
|
|
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-08-
|
|
13
|
-
s.description = %q{uzuuzu is web
|
|
12
|
+
s.date = %q{2011-08-23}
|
|
13
|
+
s.description = %q{uzuuzu is web frame work}
|
|
14
14
|
s.email = %q{takuya.v3v@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
@@ -72,7 +72,7 @@ Gem::Specification.new do |s|
|
|
|
72
72
|
s.licenses = ["MIT"]
|
|
73
73
|
s.require_paths = ["lib"]
|
|
74
74
|
s.rubygems_version = %q{1.5.2}
|
|
75
|
-
s.summary = %q{uzuuzu is web
|
|
75
|
+
s.summary = %q{uzuuzu is web frame work}
|
|
76
76
|
|
|
77
77
|
if s.respond_to? :specification_version then
|
|
78
78
|
s.specification_version = 3
|
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.3
|
|
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-08-
|
|
13
|
+
date: 2011-08-23 00:00:00 +09:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -101,7 +101,7 @@ dependencies:
|
|
|
101
101
|
type: :development
|
|
102
102
|
prerelease: false
|
|
103
103
|
version_requirements: *id008
|
|
104
|
-
description: uzuuzu is web
|
|
104
|
+
description: uzuuzu is web frame work
|
|
105
105
|
email: takuya.v3v@gmail.com
|
|
106
106
|
executables: []
|
|
107
107
|
|
|
@@ -175,7 +175,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
175
175
|
requirements:
|
|
176
176
|
- - ">="
|
|
177
177
|
- !ruby/object:Gem::Version
|
|
178
|
-
hash: -
|
|
178
|
+
hash: -646611887547839505
|
|
179
179
|
segments:
|
|
180
180
|
- 0
|
|
181
181
|
version: "0"
|
|
@@ -191,6 +191,6 @@ rubyforge_project:
|
|
|
191
191
|
rubygems_version: 1.5.2
|
|
192
192
|
signing_key:
|
|
193
193
|
specification_version: 3
|
|
194
|
-
summary: uzuuzu is web
|
|
194
|
+
summary: uzuuzu is web frame work
|
|
195
195
|
test_files: []
|
|
196
196
|
|