quickbase 0.0.8 → 0.0.9

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/lib/classes/api.rb CHANGED
@@ -58,8 +58,4 @@ module Quickbase
58
58
  connection.http.post("API_DeleteRecord", tags)
59
59
  end
60
60
  end
61
-
62
- class Api < API
63
- puts "Class Api will be deprecated. Please use API instead."
64
- end
65
61
  end
data/lib/classes/http.rb CHANGED
@@ -37,8 +37,4 @@ module Quickbase
37
37
  end
38
38
  end
39
39
  end
40
-
41
- class Http < HTTP
42
- puts "Class Http will be deprecated. Please use HTTP instead."
43
- end
44
40
  end
data/quickbase.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{quickbase}
3
- s.version = "0.0.8"
3
+ s.version = "0.0.9"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Artem Kalinchuk"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quickbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: