quick_target 0.0.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 +7 -0
- data/lib/quick_target.rb +5 -0
- metadata +46 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: f294d1c44dc0207e9b75468b1ed6888249f7b8a5
|
4
|
+
data.tar.gz: 3f08dc3991b6ff7eb44832edfa5cb1d5a5daf410
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: f11b94240d617c33a72e69d8efd72390feca75ea48a34ab770ccea1f85faaef4fe6e189904710c8e7e7f753f52b1ebbdb3e4b61343d0631b12ebd7f75560d0c5
|
7
|
+
data.tar.gz: d55c3a4d381a853c018a94f8e5fa9f8a2fcb7a576abc7a3fcfcf6c78f1d23c120114fc828ce795f79bd3085b305962bcd533241f72eb2f075d0c6545424c70ef
|
data/lib/quick_target.rb
ADDED
metadata
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: quick_target
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Pavan Katepalli
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-01-16 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Quickly target anyone via SQL and send an email to all of those users.
|
14
|
+
Easily schedule these emails, and easily let users unsubscribe with 2 clicks from
|
15
|
+
the email.
|
16
|
+
email: pavankat@gmail.com
|
17
|
+
executables: []
|
18
|
+
extensions: []
|
19
|
+
extra_rdoc_files: []
|
20
|
+
files:
|
21
|
+
- lib/quick_target.rb
|
22
|
+
homepage: http://rubygems.org/gems/quick_target
|
23
|
+
licenses:
|
24
|
+
- MIT
|
25
|
+
metadata: {}
|
26
|
+
post_install_message:
|
27
|
+
rdoc_options: []
|
28
|
+
require_paths:
|
29
|
+
- lib
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '0'
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
requirements: []
|
41
|
+
rubyforge_project:
|
42
|
+
rubygems_version: 2.2.2
|
43
|
+
signing_key:
|
44
|
+
specification_version: 4
|
45
|
+
summary: Send/Schedule emails to any set of users with a sql query
|
46
|
+
test_files: []
|