rest_kat 0.0.4 → 0.0.5

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 CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
data/lib/rest_kat.rb CHANGED
@@ -1,4 +1,4 @@
1
- module RestKit
1
+ module RestKat
2
2
  class Resource
3
3
  attr_accessor :hash
4
4
  def initialize resource
@@ -308,7 +308,7 @@ module RestKat
308
308
  file_task = Rake::FileTask.define_task file => deps do
309
309
  File.open file, 'w' do |f|
310
310
  puts "Generating #{file}"
311
- f.write RestKit::IosMapping.new(schema_location).send("to_#{ext}", file)
311
+ f.write RestKat::IosMapping.new(schema_location).send("to_#{ext}", file)
312
312
  end
313
313
  end
314
314
  end
data/lib/validator.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'kwalify'
2
2
 
3
- module RestKit
3
+ module RestKat
4
4
  ## validator class for answers
5
5
  class Validator < Kwalify::Validator
6
6
  ## load schema definition
data/rest_kat.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rest_kat}
8
- s.version = "0.0.4"
8
+ s.version = "0.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Brad Phelan}]
12
- s.date = %q{2011-11-18}
12
+ s.date = %q{2011-11-22}
13
13
  s.description = %q{The generated source code is a layer on top of the iOS REST framework http://restkit.org/}
14
14
  s.email = %q{brad.phelan@mysugr.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rest_kat
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brad Phelan
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-11-18 00:00:00 Z
13
+ date: 2011-11-22 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: kwalify
@@ -110,7 +110,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- hash: 2884833936484461467
113
+ hash: -4302389592382827943
114
114
  segments:
115
115
  - 0
116
116
  version: "0"