uzuuzu-core 0.0.14 → 0.0.15
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/Gemfile.lock +11 -11
- data/VERSION +1 -1
- data/uzuuzu-core.gemspec +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
diff-lcs (1.1.
|
4
|
+
diff-lcs (1.1.3)
|
5
5
|
extlib (0.9.15)
|
6
6
|
git (1.2.5)
|
7
7
|
jeweler (1.6.4)
|
@@ -9,19 +9,19 @@ GEM
|
|
9
9
|
git (>= 1.2.5)
|
10
10
|
rake
|
11
11
|
oauth (0.4.5)
|
12
|
-
rack (1.3.
|
12
|
+
rack (1.3.5)
|
13
13
|
rake (0.8.7)
|
14
|
-
rcov (0.9.
|
15
|
-
rspec (2.
|
16
|
-
rspec-core (~> 2.
|
17
|
-
rspec-expectations (~> 2.
|
18
|
-
rspec-mocks (~> 2.
|
19
|
-
rspec-core (2.
|
20
|
-
rspec-expectations (2.
|
14
|
+
rcov (0.9.11)
|
15
|
+
rspec (2.7.0)
|
16
|
+
rspec-core (~> 2.7.0)
|
17
|
+
rspec-expectations (~> 2.7.0)
|
18
|
+
rspec-mocks (~> 2.7.0)
|
19
|
+
rspec-core (2.7.1)
|
20
|
+
rspec-expectations (2.7.0)
|
21
21
|
diff-lcs (~> 1.1.2)
|
22
|
-
rspec-mocks (2.
|
22
|
+
rspec-mocks (2.7.0)
|
23
23
|
ruby-openid (2.1.8)
|
24
|
-
tilt (1.3.
|
24
|
+
tilt (1.3.3)
|
25
25
|
|
26
26
|
PLATFORMS
|
27
27
|
ruby
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.15
|
data/uzuuzu-core.gemspec
CHANGED
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.15
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Takuya Kondo
|
@@ -188,7 +188,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
188
188
|
requirements:
|
189
189
|
- - ">="
|
190
190
|
- !ruby/object:Gem::Version
|
191
|
-
hash: -
|
191
|
+
hash: -784320366249850912
|
192
192
|
segments:
|
193
193
|
- 0
|
194
194
|
version: "0"
|