forked from pstuteville/magentor
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmagentor.gemspec
70 lines (65 loc) · 2.02 KB
/
magentor.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "magentor"
s.version = "0.3.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Preston Stuteville"]
s.date = "2012-06-15"
s.email = "[email protected]"
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"MIT-LICENSE",
"README.rdoc",
"Rakefile",
"TODOS",
"VERSION",
"init.rb",
"lib/magentor.rb",
"lib/magentor/base.rb",
"lib/magentor/cart.rb",
"lib/magentor/cart_coupon.rb",
"lib/magentor/cart_customer.rb",
"lib/magentor/cart_payment.rb",
"lib/magentor/cart_product.rb",
"lib/magentor/cart_shipping.rb",
"lib/magentor/category.rb",
"lib/magentor/category_attribute.rb",
"lib/magentor/connection.rb",
"lib/magentor/country.rb",
"lib/magentor/customer.rb",
"lib/magentor/customer_address.rb",
"lib/magentor/customer_group.rb",
"lib/magentor/inventory.rb",
"lib/magentor/invoice.rb",
"lib/magentor/order.rb",
"lib/magentor/order_item.rb",
"lib/magentor/product.rb",
"lib/magentor/product_attribute.rb",
"lib/magentor/product_attribute_set.rb",
"lib/magentor/product_link.rb",
"lib/magentor/product_media.rb",
"lib/magentor/product_stock.rb",
"lib/magentor/product_tier_price.rb",
"lib/magentor/product_type.rb",
"lib/magentor/region.rb",
"lib/magentor/shipment.rb",
"magentor.gemspec"
]
s.homepage = "http://github.com/pstuteville/magentor"
s.rdoc_options = ["--main", "README.rdoc", "--inline-source", "--line-numbers"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.24"
s.summary = "Ruby wrapper for the Magento xmlrpc api"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end