magentor 0.2.16 → 0.2.17

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.16
1
+ 0.2.17
@@ -107,11 +107,12 @@ module Magento
107
107
  end
108
108
 
109
109
  def id
110
- @attributes["address_id"]
110
+ @attributes["address_id"] || super
111
111
  end
112
112
 
113
113
  def id=(_id)
114
114
  @attributes["address_id"] = _id
115
+ super
115
116
  end
116
117
  end
117
118
  end
Binary file
data/magentor.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{magentor}
8
- s.version = "0.2.16"
8
+ s.version = "0.2.17"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Preston Stuteville"]
12
- s.date = %q{2010-11-10}
12
+ s.date = %q{2010-11-11}
13
13
  s.email = %q{preston.stuteville@gmail.com}
14
14
  s.extra_rdoc_files = [
15
15
  "README.rdoc"
@@ -45,6 +45,7 @@ Gem::Specification.new do |s|
45
45
  "lib/magento/region.rb",
46
46
  "lib/magento/shipment.rb",
47
47
  "lib/magentor.rb",
48
+ "magentor-0.2.15.gem",
48
49
  "magentor.gemspec"
49
50
  ]
50
51
  s.homepage = %q{http://github.com/pstuteville/magentor}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magentor
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 53
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 16
10
- version: 0.2.16
9
+ - 17
10
+ version: 0.2.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Preston Stuteville
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-10 00:00:00 -08:00
18
+ date: 2010-11-11 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -58,6 +58,7 @@ files:
58
58
  - lib/magento/region.rb
59
59
  - lib/magento/shipment.rb
60
60
  - lib/magentor.rb
61
+ - magentor-0.2.15.gem
61
62
  - magentor.gemspec
62
63
  has_rdoc: true
63
64
  homepage: http://github.com/pstuteville/magentor