smartfocus4rails 1.0.2 → 1.0.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 +4 -4
- data/LICENSE +1 -1
- data/README.md +0 -20
- data/lib/smartfocus4rails/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb21054890192da92236dc0882845980311959f9
|
|
4
|
+
data.tar.gz: 84465ed0ca07898e2871ed5022ecbd449b800dfa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49700231a0e0fb9c8514c1a5784ef16530650ceff394d14fe68c02d752428d62b1776610e17a5f03d469f6d37c4e1e820242cac9dc3bcb593323ff363ab1c550
|
|
7
|
+
data.tar.gz: 537840ee8fe243678665d195f2086a8b31efb10ba676cee42c21dc1dfff6b2e50d6a2ec3568b3de9c6d3f0c502bbb591958524bfe916cb2b00bd6e25511c86ff
|
data/LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -8,15 +8,6 @@ Smartfocus4rails is a library used to manage messages and campaigns or more simp
|
|
|
8
8
|
[](https://coveralls.io/r/eboutic/smartfocus4rails)
|
|
9
9
|
[](https://gemnasium.com/eboutic/smartfocus4rails)
|
|
10
10
|
|
|
11
|
-
IMPORTANT
|
|
12
|
-
---------
|
|
13
|
-
|
|
14
|
-
This is forked gem from https://github.com/basgys/emailvision4rails
|
|
15
|
-
Bastien Gysler is the creator of this gem.
|
|
16
|
-
The gem was rename to reflect the rename from emvailvision to smartfocus
|
|
17
|
-
|
|
18
|
-
This version changed all Emailvision4rails class to Smartfocus4rails
|
|
19
|
-
|
|
20
11
|
Install
|
|
21
12
|
-------
|
|
22
13
|
|
|
@@ -71,14 +62,3 @@ More infos
|
|
|
71
62
|
----------
|
|
72
63
|
|
|
73
64
|
If you want to dig deeper, Go see our wiki pages.
|
|
74
|
-
|
|
75
|
-
Author
|
|
76
|
-
------
|
|
77
|
-
|
|
78
|
-
Funded by Bastien Gysler :: [bastiengysler.com](http://www.bastiengysler.com/) :: @basgys
|
|
79
|
-
Smartfocus4rails gem is maintained by eboutic.ch
|
|
80
|
-
|
|
81
|
-
License
|
|
82
|
-
-------
|
|
83
|
-
|
|
84
|
-
eboutic is Copyright © 2007-2013 eboutic.ch. It is free software, and may be redistributed under the terms specified in the LICENSE file.
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smartfocus4rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Bastien Gysler
|
|
8
7
|
- eboutic.ch
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-18 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: smartfocus
|