magentor 0.2.17 → 0.2.18
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 +1 -1
- data/lib/magento/customer_address.rb +0 -9
- data/magentor.gemspec +1 -2
- metadata +3 -4
- data/magentor-0.2.15.gem +0 -0
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.18
|
@@ -105,14 +105,5 @@ module Magento
|
|
105
105
|
attrs.each_pair { |k, v| @attributes[k] = v }
|
106
106
|
self.class.update(self.id, attrs)
|
107
107
|
end
|
108
|
-
|
109
|
-
def id
|
110
|
-
@attributes["address_id"] || super
|
111
|
-
end
|
112
|
-
|
113
|
-
def id=(_id)
|
114
|
-
@attributes["address_id"] = _id
|
115
|
-
super
|
116
|
-
end
|
117
108
|
end
|
118
109
|
end
|
data/magentor.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{magentor}
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.18"
|
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"]
|
@@ -45,7 +45,6 @@ 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",
|
49
48
|
"magentor.gemspec"
|
50
49
|
]
|
51
50
|
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:
|
4
|
+
hash: 51
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 18
|
10
|
+
version: 0.2.18
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Preston Stuteville
|
@@ -58,7 +58,6 @@ files:
|
|
58
58
|
- lib/magento/region.rb
|
59
59
|
- lib/magento/shipment.rb
|
60
60
|
- lib/magentor.rb
|
61
|
-
- magentor-0.2.15.gem
|
62
61
|
- magentor.gemspec
|
63
62
|
has_rdoc: true
|
64
63
|
homepage: http://github.com/pstuteville/magentor
|
data/magentor-0.2.15.gem
DELETED
Binary file
|