top4r 0.1.2 → 0.1.3
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/lib/top4r/model/shop.rb +2 -2
- data/lib/top4r/version.rb +1 -1
- metadata +6 -6
data/lib/top4r/model/shop.rb
CHANGED
@@ -2,7 +2,7 @@ module Top4R
|
|
2
2
|
# SellerCat Model
|
3
3
|
class SellerCat
|
4
4
|
include ModelMixin
|
5
|
-
@@ATTRIBUTES = [:id, :cid, :parent_cid, :name, :pict_url, :sort_order, :created, :modified]
|
5
|
+
@@ATTRIBUTES = [:id, :type, :cid, :parent_cid, :name, :pict_url, :sort_order, :created, :modified]
|
6
6
|
attr_accessor *@@ATTRIBUTES
|
7
7
|
|
8
8
|
class << self
|
@@ -57,4 +57,4 @@ module Top4R
|
|
57
57
|
self
|
58
58
|
end
|
59
59
|
end
|
60
|
-
end
|
60
|
+
end
|
data/lib/top4r/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: top4r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 29
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 3
|
10
|
+
version: 0.1.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Nowa Zhu
|
@@ -15,7 +15,7 @@ autorequire: top4r
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2011-03-03 00:00:00 +08:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
109
109
|
- Ruby 1.8.4+
|
110
110
|
rubyforge_project: top4r
|
111
|
-
rubygems_version: 1.
|
111
|
+
rubygems_version: 1.5.2
|
112
112
|
signing_key:
|
113
113
|
specification_version: 3
|
114
114
|
summary: TOP4R is a library that can help you build plugin for TaoBao.com quickly in pure Ruby.
|