dawanda_client 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{dawanda_client}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["DaWanda GmbH"]
12
- s.date = %q{2010-04-29}
12
+ s.date = %q{2010-05-03}
13
13
  s.description = %q{Provides a friendly ruby-like interface to the Dawanda API}
14
14
  s.email = %q{api@dawanda.com}
15
15
  s.extra_rdoc_files = [
@@ -35,8 +35,7 @@ module Dawanda
35
35
  attribute :user_id, [ :user => :id ]
36
36
 
37
37
  attributes :id, :name, :description, :created_at, :view_count, :tags,
38
- :ending, :quantity, :materials, :price, :restful_path, :product_url, :images, :user
39
-
38
+ :ending, :quantity, :materials, :price, :restful_path, :product_url, :images, :default_image, :user
40
39
 
41
40
  # Time that this product was created
42
41
  #
data/lib/dawanda/shop.rb CHANGED
@@ -24,7 +24,7 @@ module Dawanda
24
24
  attribute :user_id, [:user, :id]
25
25
  attribute :banner_image_url, [:images, 0, :shop_banner]
26
26
 
27
- attributes :name, :description
27
+ attributes :name, :description, :window_title
28
28
 
29
29
  # Time that this shop was created
30
30
  #
@@ -70,4 +70,4 @@ module Dawanda
70
70
  @shop_categories ||= ShopCategory.find_all_by_shop_id(user_id.to_s, params)
71
71
  end
72
72
  end
73
- end
73
+ end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - DaWanda GmbH
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-29 00:00:00 +02:00
17
+ date: 2010-05-03 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency