webink 3.0.1 → 3.0.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.
Files changed (2) hide show
  1. data/lib/webink/model.rb +1 -1
  2. metadata +4 -4
data/lib/webink/model.rb CHANGED
@@ -156,7 +156,7 @@ ERR
156
156
  else
157
157
  if not data.key?(k.to_s) and self.class.primary_key != k
158
158
  raise LoadError.new(<<ERR)
159
- Model cannot be loaded, argument missing: #{key}
159
+ Model cannot be loaded, argument missing: #{k}
160
160
  ERR
161
161
  end
162
162
  init_field k, data[k.to_s]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webink
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
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-06-30 00:00:00.000000000 Z
12
+ date: 2013-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
@@ -37,11 +37,11 @@ extra_rdoc_files: []
37
37
  files:
38
38
  - lib/webink.rb
39
39
  - lib/webink/beauty.rb
40
- - lib/webink/controller.rb
41
40
  - lib/webink/database.rb
41
+ - lib/webink/controller.rb
42
42
  - lib/webink/model.rb
43
- - bin/webink_database
44
43
  - bin/webink_init
44
+ - bin/webink_database
45
45
  - LICENSE.md
46
46
  homepage: https://github.com/matthias-geier/WebInk
47
47
  licenses: []