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.
Files changed (4) hide show
  1. data/Gemfile.lock +11 -11
  2. data/VERSION +1 -1
  3. data/uzuuzu-core.gemspec +1 -1
  4. 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.2)
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.1)
12
+ rack (1.3.5)
13
13
  rake (0.8.7)
14
- rcov (0.9.9)
15
- rspec (2.6.0)
16
- rspec-core (~> 2.6.0)
17
- rspec-expectations (~> 2.6.0)
18
- rspec-mocks (~> 2.6.0)
19
- rspec-core (2.6.4)
20
- rspec-expectations (2.6.0)
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.6.0)
22
+ rspec-mocks (2.7.0)
23
23
  ruby-openid (2.1.8)
24
- tilt (1.3.2)
24
+ tilt (1.3.3)
25
25
 
26
26
  PLATFORMS
27
27
  ruby
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.14
1
+ 0.0.15
data/uzuuzu-core.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{uzuuzu-core}
8
- s.version = "0.0.14"
8
+ s.version = "0.0.15"
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"]
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.14
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: -3016028593750775839
191
+ hash: -784320366249850912
192
192
  segments:
193
193
  - 0
194
194
  version: "0"