affiliate-window 0.1.0.pre1 → 0.2.0.pre1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/affiliate-window.rb +16 -16
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 475bdebb4c9395e8b8482318264dc7345d774de4
4
- data.tar.gz: 796a08e3040ac2c071a8c6b0bf654023b0bf0da2
3
+ metadata.gz: 09a0b44675f1e1152a6bbeb360477a476bc0dc23
4
+ data.tar.gz: 7cead014031b5890df62655fa1856aab4d8638ed
5
5
  SHA512:
6
- metadata.gz: 815cd27fddd94692a4cf8efc6ff6f81998301ee542b8b5a2bd2579437a24cb0d24cca5abb9d272b100822064ff61b7f7115d2237ed94c6aca5780ebebb8fdd0a
7
- data.tar.gz: 135346c074f730e95076ab92ea47a6dc384736172307dab0ff2458225493178129dfedf2966a9804c44cb736743b2c890b8bd9a3a537efd51bcaad766deeac89
6
+ metadata.gz: 3ee50bb4caf934327a14ae606ea343a3bad9566e4629002493154c8e5cc5324449921734e9fc248fa533a3fdf9c68521b8ac027b19c21026eb0e30e862fc4042
7
+ data.tar.gz: cf74a49976d3648cdebfb2f665bec204c0e46647c22fa72c98d4dc6ae782d1aa1dd741f4e9d86a20e30a50d8c4adb63a901d10916a8b3bdec0a6768691ae76b9
@@ -1,19 +1,19 @@
1
- module AffiliateWindow
1
+ require 'csv'
2
+ require 'net/http'
3
+ require 'savon'
4
+ require 'savon_model'
5
+ require 'affiliate-window/version'
6
+ require 'affiliate-window/helpers/account'
7
+ require 'affiliate-window/helpers/client'
8
+ require 'affiliate-window/helpers/csv'
9
+ require 'affiliate-window/account'
10
+ require 'affiliate-window/clients/category'
11
+ require 'affiliate-window/clients/merchant'
12
+ require 'affiliate-window/clients/affiliate_service'
13
+ require 'affiliate-window/clients/shop_window'
14
+ require 'affiliate-window/models/transaction'
2
15
 
3
- require 'csv'
4
- require 'net/http'
5
- require 'savon'
6
- require 'savon_model'
7
- require 'affiliate-window/version'
8
- require 'affiliate-window/helpers/account'
9
- require 'affiliate-window/helpers/client'
10
- require 'affiliate-window/helpers/csv'
11
- require 'affiliate-window/account'
12
- require 'affiliate-window/clients/category'
13
- require 'affiliate-window/clients/merchant'
14
- require 'affiliate-window/clients/affiliate_service'
15
- require 'affiliate-window/clients/shop_window'
16
- require 'affiliate-window/models/transaction'
16
+ module AffiliateWindow
17
17
 
18
18
  DEFAULT_USER_AGENT = "AffiliateWindow rubygem v#{Version::STRING} (http://github.com/andyt/affiliate-window)"
19
19
 
@@ -50,4 +50,4 @@ module AffiliateWindow
50
50
  target
51
51
  end
52
52
 
53
- end
53
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: affiliate-window
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre1
4
+ version: 0.2.0.pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - andy.triggs@gmail.com