asin 0.0.3 → 0.0.4
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/test/test_asin.rb +6 -6
- metadata +4 -4
data/test/test_asin.rb
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
require 'test_helper'
|
2
2
|
|
3
3
|
class TestAsin < Test::Unit::TestCase
|
4
|
-
|
4
|
+
|
5
5
|
def setup
|
6
6
|
@helper = Object.new
|
7
7
|
@helper.extend ASIN
|
8
8
|
end
|
9
9
|
|
10
10
|
# comment in and add your key to test real calls
|
11
|
-
def test_r_type_from_engine
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
11
|
+
# def test_r_type_from_engine
|
12
|
+
# @helper.configure :secret => 'your-secret', :key => 'your-key'
|
13
|
+
# p item = @helper.lookup('1430218150')
|
14
|
+
# assert_match(/Learn Objective/, item.title)
|
15
|
+
# end
|
16
16
|
|
17
17
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: asin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 4
|
10
|
+
version: 0.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "Peter Schr\xC3\xB6der"
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-07-
|
18
|
+
date: 2010-07-06 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|