netphase-acts_as_amazon_product 2.1.0 → 2.1.1

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/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.0
1
+ 2.1.1
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{acts_as_amazon_product}
5
- s.version = "2.1.0"
5
+ s.version = "2.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Scott Nedderman", "Chris Beck"]
9
- s.date = %q{2009-07-20}
9
+ s.date = %q{2009-07-21}
10
10
  s.email = %q{scott@netphase.com}
11
11
  s.extra_rdoc_files = [
12
12
  "README"
@@ -127,3 +127,5 @@ module Netphase
127
127
  end
128
128
  end
129
129
  end
130
+
131
+ ActiveRecord::Base.send(:include, Netphase::Acts::Amazonable)
@@ -2,7 +2,6 @@ require 'test/unit'
2
2
  require 'yaml'
3
3
 
4
4
  require File.expand_path(File.dirname(__FILE__) + "/../lib/acts_as_amazon_product")
5
- require File.expand_path(File.dirname(__FILE__) + "/../init")
6
5
 
7
6
  @@config = open(File.dirname(__FILE__) + "/../test/config.yml") { |f| YAML.load(f.read)}
8
7
  ActiveRecord::Base.establish_connection(@@config["database"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netphase-acts_as_amazon_product
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Nedderman
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-07-20 00:00:00 -07:00
13
+ date: 2009-07-21 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency