rest_kat 0.0.5 → 0.0.6

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.5
1
+ 0.0.6
data/rest_kat.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rest_kat}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
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}]
@@ -30,8 +30,8 @@ Gem::Specification.new do |s|
30
30
  "lib/model.h.erb",
31
31
  "lib/model.m.erb",
32
32
  "lib/rest_kat.rb",
33
+ "lib/rest_kat/validator.rb",
33
34
  "lib/tasks/iphone.rake",
34
- "lib/validator.rb",
35
35
  "rest_kat.gemspec",
36
36
  "spec/rest_kat_spec.rb",
37
37
  "spec/spec_helper.rb",
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.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brad Phelan
@@ -90,8 +90,8 @@ files:
90
90
  - lib/model.h.erb
91
91
  - lib/model.m.erb
92
92
  - lib/rest_kat.rb
93
+ - lib/rest_kat/validator.rb
93
94
  - lib/tasks/iphone.rake
94
- - lib/validator.rb
95
95
  - rest_kat.gemspec
96
96
  - spec/rest_kat_spec.rb
97
97
  - spec/spec_helper.rb
@@ -110,7 +110,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- hash: -4302389592382827943
113
+ hash: 453860479478973850
114
114
  segments:
115
115
  - 0
116
116
  version: "0"
File without changes