magento 0.4.3 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e1d4dc0ca7f0297a7bf5e735663772a68a0251a6e042bb39dea0e80149e5b19
4
- data.tar.gz: 99b623dfff145efed9dc2b1ae32588e5cc67ac34247a95efec5b4fce56efd932
3
+ metadata.gz: af61beeba0846cab8e23f29034500fe562898978552a23da76e0024fd7a93fa1
4
+ data.tar.gz: cdcffc887ee8a9b420b9d8262744b248d8b31330a938a64704a95a392e7f7bc1
5
5
  SHA512:
6
- metadata.gz: ef981adfa2b1d5f44412ee9f5d6aa70100935b79b91cda3885f13127017f3ce884a0a35d375de81c0abf237c69ef475b7b5731a9c0fc50bc367e04362c90d0a5
7
- data.tar.gz: a997a2ffe333830a1648b11525508e9007bc75188bc6ebcdedaf09d7c5f832fe292f4401f32b5b35eb370cad61966f2af34c16f664e0cea3c884bc2c720a6d83
6
+ metadata.gz: b1643ee9ac6bf85537296ea21b2968c9926d896b59c571fc18807736d98eaa9e4f8fe1578754a34012d56b11304c32d5c8a9f38d8a32ea4ae3d750011f3a1e01
7
+ data.tar.gz: 44cceb73112da8dcebff5233ffec93a34dac3bc56126871b768a8ab8306044e42395bfd7b5c2fa8a77cfb911403253f60e84c84981ef17398387f4ff89d9a4a8
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  Add in your Gemfile
6
6
 
7
7
  ```rb
8
- gem 'magento', '~> 0.4.3'
8
+ gem 'magento', '~> 0.4.4'
9
9
  ```
10
10
 
11
11
  or run
@@ -0,0 +1,4 @@
1
+ module Magento
2
+ class SortOrder
3
+ end
4
+ end
@@ -1,3 +1,3 @@
1
1
  module Magento
2
- VERSION = '0.4.3'
2
+ VERSION = '0.4.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magento
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wallas Faria
@@ -80,6 +80,7 @@ files:
80
80
  - lib/magento/shared/search_criterium.rb
81
81
  - lib/magento/shared/shipping.rb
82
82
  - lib/magento/shared/shipping_assignment.rb
83
+ - lib/magento/shared/sort_order.rb
83
84
  - lib/magento/shared/status_history.rb
84
85
  - lib/magento/shared/stock_item.rb
85
86
  - lib/magento/shared/tier_price.rb