oink 0.10.0 → 0.10.1

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.
@@ -1,3 +1,7 @@
1
+ === 0.10.1 / 2013-01-30
2
+
3
+ * (BUGFIX) Do not blow up if no active record objects were instantiated (gabecoyne) (Github Issue #23)
4
+
1
5
  === 0.10.0 / 2013-01-03
2
6
 
3
7
  * Additional summary information (average, max, min, total, number requests) (bjpirt)
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ begin
6
6
  require 'jeweler'
7
7
  Jeweler::Tasks.new do |s|
8
8
  s.name = "oink"
9
- s.version = "0.10.0"
9
+ s.version = "0.10.1"
10
10
  s.author = "Noah Davis"
11
11
  s.email = "noahd1" + "@" + "yahoo.com"
12
12
  s.homepage = "http://github.com/noahd1/oink"
@@ -32,7 +32,7 @@ module Oink
32
32
  end
33
33
 
34
34
  def self.instantiated_hash
35
- Thread.current['oink.activerecord.instantiations']
35
+ Thread.current['oink.activerecord.instantiations'] ||= {}
36
36
  end
37
37
 
38
38
  def self.instantiated_hash=(hsh)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-03 00:00:00.000000000 Z
12
+ date: 2013-02-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hodel_3000_compliant_logger
@@ -197,9 +197,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
197
197
  - - ! '>='
198
198
  - !ruby/object:Gem::Version
199
199
  version: '0'
200
- segments:
201
- - 0
202
- hash: 1899106649143514208
203
200
  required_rubygems_version: !ruby/object:Gem::Requirement
204
201
  none: false
205
202
  requirements: