koala-rails 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- koala-rails (0.1.6)
5
- koala (~> 0.9.0)
4
+ koala-rails (0.1.7)
5
+ koala (~> 0.10.0)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
10
  json (1.4.6)
11
- koala (0.9.1)
12
- json
11
+ koala (0.10.0)
12
+ json (>= 1.0)
13
13
  rake (0.8.7)
14
14
 
15
15
  PLATFORMS
@@ -17,6 +17,6 @@ PLATFORMS
17
17
 
18
18
  DEPENDENCIES
19
19
  bundler (~> 1.0.7)
20
- koala (~> 0.9.0)
20
+ koala (~> 0.10.0)
21
21
  koala-rails!
22
22
  rake (~> 0.8.7)
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.rubyforge_project = "koala-rails"
19
19
 
20
20
  # If you have other dependencies, add them here
21
- s.add_dependency("koala", "~> 0.9.0")
21
+ s.add_dependency("koala", "~> 0.10.0")
22
22
 
23
23
  s.add_development_dependency("bundler", "~> 1.0.7")
24
24
  s.add_development_dependency("rake", "~> 0.8.7")
@@ -1,5 +1,4 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  module KoalaRails
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
-
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 6
9
- version: 0.1.6
8
+ - 7
9
+ version: 0.1.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Steven Hancock
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-13 00:00:00 -08:00
17
+ date: 2010-12-16 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -26,9 +26,9 @@ dependencies:
26
26
  - !ruby/object:Gem::Version
27
27
  segments:
28
28
  - 0
29
- - 9
29
+ - 10
30
30
  - 0
31
- version: 0.9.0
31
+ version: 0.10.0
32
32
  type: :runtime
33
33
  prerelease: false
34
34
  version_requirements: *id001
@@ -107,7 +107,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
- hash: 749242479
110
+ hash: 17244013
111
111
  segments:
112
112
  - 0
113
113
  version: "0"