uzuuzu-core 0.0.3 → 0.0.4
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/VERSION +1 -1
- data/lib/uzuuzu-core.rb +2 -1
- data/lib/uzuuzu/uzuuzu-core.rb +7 -1
- data/lib/uzuuzu/wrapper/logger.rb +1 -0
- data/uzuuzu-core.gemspec +2 -3
- metadata +3 -4
- data/lib/uzuuzu/wrapper/wrapper.rb +0 -8
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.4
|
data/lib/uzuuzu-core.rb
CHANGED
data/lib/uzuuzu/uzuuzu-core.rb
CHANGED
data/uzuuzu-core.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{uzuuzu-core}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.4"
|
|
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-06-
|
|
12
|
+
s.date = %q{2011-06-13}
|
|
13
13
|
s.description = %q{uzuuzu core library}
|
|
14
14
|
s.email = %q{takuya.v3v@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -35,7 +35,6 @@ Gem::Specification.new do |s|
|
|
|
35
35
|
"lib/uzuuzu/wrapper/mailer.rb",
|
|
36
36
|
"lib/uzuuzu/wrapper/memcache.rb",
|
|
37
37
|
"lib/uzuuzu/wrapper/uzuuzu.rb",
|
|
38
|
-
"lib/uzuuzu/wrapper/wrapper.rb",
|
|
39
38
|
"spec/spec_helper.rb",
|
|
40
39
|
"spec/uzuuzu-core_spec.rb",
|
|
41
40
|
"uzuuzu-core.gemspec"
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: uzuuzu-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.4
|
|
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-06-
|
|
13
|
+
date: 2011-06-13 00:00:00 +09:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -107,7 +107,6 @@ files:
|
|
|
107
107
|
- lib/uzuuzu/wrapper/mailer.rb
|
|
108
108
|
- lib/uzuuzu/wrapper/memcache.rb
|
|
109
109
|
- lib/uzuuzu/wrapper/uzuuzu.rb
|
|
110
|
-
- lib/uzuuzu/wrapper/wrapper.rb
|
|
111
110
|
- spec/spec_helper.rb
|
|
112
111
|
- spec/uzuuzu-core_spec.rb
|
|
113
112
|
- uzuuzu-core.gemspec
|
|
@@ -125,7 +124,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
125
124
|
requirements:
|
|
126
125
|
- - ">="
|
|
127
126
|
- !ruby/object:Gem::Version
|
|
128
|
-
hash:
|
|
127
|
+
hash: 4124952310505373553
|
|
129
128
|
segments:
|
|
130
129
|
- 0
|
|
131
130
|
version: "0"
|