emarsys-api 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/console +1 -1
- data/lib/emarsys/api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 890db25672b387bda4461974f6bf2d8ceee78655
|
4
|
+
data.tar.gz: 9248917306c7e8ef992f58b0d30899af729d90a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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.
|
data/lib/emarsys/api/version.rb
CHANGED