couchrest_model_config 0.2.1 → 0.2.2

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/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v0.2.2
2
+ -- it's fixed! removing superfluous put. note: class names as hash keys doesn't play well with rails reloading.
3
+
1
4
  v0.2.1
2
5
  -- looking promising. this should fix it once and for all.
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
@@ -62,7 +62,6 @@ module CouchRest
62
62
  def model_configs(model=nil)
63
63
  model = model.to_s.to_sym if model
64
64
  @model_configs ||= {}
65
- puts @model_configs.inspect
66
65
  return (@model_configs[model] ||= Model.new model) if model
67
66
  end
68
67
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couchrest_model_config
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Parker