taobaorb 0.8.1 → 0.8.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/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@ SimpleCov.start do
6
6
  add_group 'Specs', 'spec'
7
7
  end
8
8
 
9
- require 'taobao'
9
+ require 'taobaorb'
10
10
 
11
11
  class String
12
12
  def json_fixture
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taobaorb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.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: 2012-05-26 00:00:00.000000000 Z
12
+ date: 2012-06-02 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Ruby wrapper for the Taobao API
15
15
  email: a741su@gmail.com
@@ -23,7 +23,7 @@ files:
23
23
  - lib/taobao/product.rb
24
24
  - lib/taobao/product_list.rb
25
25
  - lib/taobao/search.rb
26
- - lib/taobao.rb
26
+ - lib/taobaorb.rb
27
27
  - spec/fixtures/category.json
28
28
  - spec/fixtures/category_properties.json
29
29
  - spec/fixtures/incorrect_category.json
File without changes