cafepress-search 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,5 @@
1
1
  History.txt
2
2
  Manifest.txt
3
- PostInstall.txt
4
3
  README.rdoc
5
4
  Rakefile
6
5
  lib/cafepress-search.rb
@@ -20,7 +20,7 @@ designs and products on Cafepress.com
20
20
  result_set = client.search('truth')
21
21
 
22
22
  result_set.results.each do |result|
23
- puts result.:design_detail_page_url
23
+ puts result.design_detail_page_url
24
24
  end
25
25
 
26
26
  #Search for the one truth
data/Rakefile CHANGED
@@ -9,7 +9,6 @@ $hoe = Hoe.spec 'cafepress-search' do
9
9
  self.version = Cafepress::Search::VERSION
10
10
  self.developer 'Britt Crawford', 'bcrawford@cafepress.com'
11
11
  self.developer 'Dimple Joseph', 'djoseph@cafepress.com'
12
- self.post_install_message = 'PostInstall.txt'
13
12
  self.extra_deps = [["happymapper", "0.3.0"]]
14
13
  end
15
14
 
@@ -8,8 +8,8 @@ require 'cafepress/search/client'
8
8
 
9
9
  module Cafepress
10
10
  module Search
11
- VERSION = '1.0.1'
11
+ VERSION = '1.0.2'
12
12
 
13
- Client.base_url = "http://api.cafepress.com"
13
+ Client.base_url = "http://open-api.cafepress.com"
14
14
  end
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cafepress-search
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Britt Crawford
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-12-17 00:00:00 -08:00
13
+ date: 2009-12-18 00:00:00 -08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -46,11 +46,9 @@ extensions: []
46
46
  extra_rdoc_files:
47
47
  - History.txt
48
48
  - Manifest.txt
49
- - PostInstall.txt
50
49
  files:
51
50
  - History.txt
52
51
  - Manifest.txt
53
- - PostInstall.txt
54
52
  - README.rdoc
55
53
  - Rakefile
56
54
  - lib/cafepress-search.rb
@@ -73,7 +71,7 @@ has_rdoc: true
73
71
  homepage: http://github.com/cafepress/cafepress-search
74
72
  licenses: []
75
73
 
76
- post_install_message: PostInstall.txt
74
+ post_install_message:
77
75
  rdoc_options:
78
76
  - --main
79
77
  - README.rdoc
@@ -1,4 +0,0 @@
1
-
2
- For more information on the cafepress-search gem, see http://github.com/cafepress/cafepress-search
3
-
4
-