zenbox 0.0.4 → 0.0.5

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.
@@ -29,7 +29,7 @@ module Zenbox
29
29
  self.class_variable_set("@@zenbox_fields", args)
30
30
  end
31
31
 
32
- def zenbox_user(*fields)
32
+ def zenbox_model(*fields)
33
33
  self.send(:zenbox_fields=, *fields)
34
34
 
35
35
  after_commit :zenbox_sync!
@@ -1,3 +1,3 @@
1
1
  module Zenbox
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zenbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -72,7 +72,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
72
  version: '0'
73
73
  segments:
74
74
  - 0
75
- hash: 4519474910494744129
75
+ hash: -3809776815902382558
76
76
  required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  none: false
78
78
  requirements:
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  segments:
83
83
  - 0
84
- hash: 4519474910494744129
84
+ hash: -3809776815902382558
85
85
  requirements: []
86
86
  rubyforge_project:
87
87
  rubygems_version: 1.8.24