knjrbfw 0.0.96 → 0.0.97

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/VERSION +1 -1
  2. data/knjrbfw.gemspec +1 -1
  3. data/lib/knj/objects.rb +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.96
1
+ 0.0.97
data/knjrbfw.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "knjrbfw"
8
- s.version = "0.0.96"
8
+ s.version = "0.0.97"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kasper Johansen"]
data/lib/knj/objects.rb CHANGED
@@ -895,7 +895,7 @@ class Knj::Objects
895
895
  # ob.delete_ids(:class => :Person, :ids => [1, 3, 5, 6, 7, 8, 9])
896
896
  def delete_ids(args)
897
897
  while !args[:ids].empty? and ids = args[:ids].shift(500)
898
- objs = self.list(:Person, "id" => ids)
898
+ objs = self.list(args[:class], "id" => ids)
899
899
  self.deletes(objs)
900
900
  end
901
901
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: knjrbfw
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.96
5
+ version: 0.0.97
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kasper Johansen
@@ -390,7 +390,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
390
390
  requirements:
391
391
  - - ">="
392
392
  - !ruby/object:Gem::Version
393
- hash: -1547336736942169021
393
+ hash: -3777771227131467790
394
394
  segments:
395
395
  - 0
396
396
  version: "0"