v2_intuity 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29b42aa6ae619bd1d991277e93b55cb065df8ff3
4
- data.tar.gz: ebb2caf1a116f8a1e106b49d088c7553b3e84723
3
+ metadata.gz: 7e3b5d82f9e1715196aa7274d8985d6394e7302b
4
+ data.tar.gz: e950816b766b47e8dbd7eec9bf1cb3737ce9a830
5
5
  SHA512:
6
- metadata.gz: 14bcaec39ff98ce221f820eb287ee2674040a76c3379a310c8358438daa4e351e1d3834fb0f4186960c8dea74bbeeba3a1d76d3c8ad8197e79cbff2ba2ca431c
7
- data.tar.gz: 21faf75bd3c8a70b9a0870116c7ef1e19884caf51ebae4fde2f89a515c2541476e3c8646b274b7be0383b98a412c6f887f2ab865cebf930a1d6ecf496f6524e6
6
+ metadata.gz: a46141d981fd1fb986709bef870ef1e228997a3609961ff537e93374e70673c63a1ae4ada2c8d9d20da20430a6dfe6e210d0729840c676dd2682875d0065c1c4
7
+ data.tar.gz: c923758eaee5991b089dc6dd3726b3d4d7690e1acfefabbd0c0e316486f95a976853e1a14c44e182aeac91cb2bc322aa118382bfd8e4a8e693cc85cac2b73be4
data/lib/requirements.rb CHANGED
@@ -10,12 +10,12 @@ require 'v2_intuity/query_filters/date'
10
10
  require 'v2_intuity/headers/header'
11
11
  require 'v2_intuity/resource_filters/resource_filter'
12
12
 
13
- ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))).freeze
13
+ V2_INTUITY_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))).freeze
14
14
 
15
- Dir["#{ROOT}/lib/v2_intuity/clients/*.rb"].each { |file| require file unless file =~ /client.rb/ }
16
- Dir["#{ROOT}/lib/v2_intuity/endpoints/*.rb"].each { |file| require file unless file =~ /endpoint.rb/ }
17
- Dir["#{ROOT}/lib/v2_intuity/query_filters/*.rb"].each { |file| require file unless file =~ /query_filter.rb|sort.rb|date.rb/ }
18
- Dir["#{ROOT}/lib/v2_intuity/headers/*.rb"].each { |file| require file unless file =~ /header.rb/ }
19
- Dir["#{ROOT}/lib/v2_intuity/streams/*.rb"].each { |file| require file }
20
- Dir["#{ROOT}/lib/v2_intuity/resource_filters/*.rb"].each { |file| require file unless file =~ /resource_filter.rb/ }
21
- Dir["#{ROOT}/lib/v2_intuity/users/*.rb"].each { |file| require file }
15
+ Dir["#{V2_INTUITY_ROOT}/lib/v2_intuity/clients/*.rb"].each { |file| require file unless file =~ /client.rb/ }
16
+ Dir["#{V2_INTUITY_ROOT}/lib/v2_intuity/endpoints/*.rb"].each { |file| require file unless file =~ /endpoint.rb/ }
17
+ Dir["#{V2_INTUITY_ROOT}/lib/v2_intuity/query_filters/*.rb"].each { |file| require file unless file =~ /query_filter.rb|sort.rb|date.rb/ }
18
+ Dir["#{V2_INTUITY_ROOT}/lib/v2_intuity/headers/*.rb"].each { |file| require file unless file =~ /header.rb/ }
19
+ Dir["#{V2_INTUITY_ROOT}/lib/v2_intuity/streams/*.rb"].each { |file| require file }
20
+ Dir["#{V2_INTUITY_ROOT}/lib/v2_intuity/resource_filters/*.rb"].each { |file| require file unless file =~ /resource_filter.rb/ }
21
+ Dir["#{V2_INTUITY_ROOT}/lib/v2_intuity/users/*.rb"].each { |file| require file }
@@ -1,3 +1,3 @@
1
1
  module V2Intuity
2
- VERSION = '1.0.2'.freeze
2
+ VERSION = '1.0.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: v2_intuity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - rruiz858