incentivale-sdk-ruby 0.1.2.2 → 0.1.2.3

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: e963f504bbc149fc2a2b9340f1c96d139f9dac76f571e5fd8f60db37e2323b79
4
- data.tar.gz: 949fe4cf7bc02eb974b40053f57eed3c8fb8ef9edccd6a32455d35533c72285c
3
+ metadata.gz: 7074cb20da60b25e87104460e1c4366181dbd066d938566542ab03bddc40b31d
4
+ data.tar.gz: e30900cd6241e742e1abce5a5384cdedfd1e0904cb3eede1310be6cc7012fec1
5
5
  SHA512:
6
- metadata.gz: 3f85b5fb965c4caec0eabc4159b1d331bc3da23420606691e09fd5f1ade026b3a825bbf68ed00f01c9c2be97a713d2128dae130add00d7466e720e179cea0c71
7
- data.tar.gz: c4cd31b2d55793426750142bbe5adeaa38a27c64d155d04febe4fff5ea2742814b161e6a7748380f7ca69f9884ff3822ce33eed5a53106a17b08318ba288c3aa
6
+ metadata.gz: 4027bbcc676bf54d4d3e6313be54a206e2eec45edc1118c5ef9d2adb8913184bbc17bdb7e240d8b13b5cc810a768be5d91c9a2431ff885d681f49af7fbe48a34
7
+ data.tar.gz: 164b044afed2c889947f9b551788b016cbac16b4da6e175924e74bf2c012e1ad3cc192c7d6a3865db3c91fef58b9a2ee309d8bf2e5c02670fe332e0efce0f211
@@ -1,3 +1,3 @@
1
1
  module Incentivale
2
- VERSION = "0.1.2.2"
2
+ VERSION = "0.1.2.3"
3
3
  end
data/lib/incentivale.rb CHANGED
@@ -37,9 +37,5 @@ module Incentivale
37
37
  end
38
38
 
39
39
  def_delegators :@api, :products, :redemption, :tracking, :egift
40
-
41
40
  end
42
-
43
41
  end
44
-
45
- require 'incentivale/railtie' if defined?(Rails)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: incentivale-sdk-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2.2
4
+ version: 0.1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonardo Santos
@@ -121,7 +121,6 @@ files:
121
121
  - lib/incentivale/awrence.rb
122
122
  - lib/incentivale/client.rb
123
123
  - lib/incentivale/configuration.rb
124
- - lib/incentivale/railtie.rb
125
124
  - lib/incentivale/request.rb
126
125
  - lib/incentivale/resources/egift.rb
127
126
  - lib/incentivale/resources/product.rb
@@ -1,4 +0,0 @@
1
- module Incentivale
2
- class Railtie < Rails::Railtie
3
- end
4
- end