emarsys-api 0.2.0 → 0.3.0

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
  SHA1:
3
- metadata.gz: 1f950906716c6070ed2f0e94e8d44c37ea9831e1
4
- data.tar.gz: c61d3389f16de08424dedfc58cd8a96e69f8dee3
3
+ metadata.gz: 890db25672b387bda4461974f6bf2d8ceee78655
4
+ data.tar.gz: 9248917306c7e8ef992f58b0d30899af729d90a5
5
5
  SHA512:
6
- metadata.gz: 0f4adf94832cd8d7279ea327c4f071e01feac6a4fb45599789fef28debe4fc5a475dfd93e7b92f6124898f5453b4f69152458d181cc4684bd93cb9c440540fa9
7
- data.tar.gz: 7b460d1e83a72d7230d828be158956f9527da7e7c85452962f80956febc378237a93fa02c067f993acfbe3903c57d996ab37c625ab134f068331eb0bbe2c9a77
6
+ metadata.gz: bef97bba206bdef97c806b4715aa399c88ba0b784b48fa0653e541dfa719cf8f4fc69a5c752c065e55eec6ca89ecb8315f96c1c1a70654b6d2a28baee97b8662
7
+ data.tar.gz: b87816d59a8bee7fa16b6f4ea1bbe313fb7f6d5d9930e72f58131fb1d6cbda618ef4b746a1a8e133f758f0d97e17792f844a256f29cbba595bda51ef3f74859f
data/bin/console CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'bundler/setup'
4
- require 'emarsys/services/api/client'
4
+ require 'emarsys/api'
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
@@ -1,5 +1,5 @@
1
1
  module Emarsys
2
2
  module Api
3
- VERSION = '0.2.0'.freeze
3
+ VERSION = '0.3.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emarsys-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Istvan Demeter