newsletter 3.2.5 → 3.2.6
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/MIT-LICENSE +1 -1
- data/README.md +6 -2
- data/lib/newsletter/version.rb +1 -1
- data/newsletter.gemspec +2 -2
- metadata +10 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca3ac56519c2cce9f9541adf35b13c59661a4fd0
|
|
4
|
+
data.tar.gz: 31e107af3b406dac20f079a6743b86ad2cd8ee67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c31f181214ef20662cf68707c9f0332c3994c5a16aa248455038ed9aff2339c05c92545ae6ff3a427b333cf45b63fa74431b0a46e8cee302f6113c8bc5b37e3d
|
|
7
|
+
data.tar.gz: 5361c58eacf4b85987984f2f2da6211fad2103d618ff9af71655d7cf289057620f35270ae4ce71170783166838dcbd87196c12e9b784c86dd2e7e79c81b01f04
|
data/LICENSE
CHANGED
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
Newsletter
|
|
2
2
|
==========
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
Email newsletter templating and management system which allows a designer to develop templates, areas, and elements that are email-friendly and allows a user to create newsletters without html/css knowledge utilizing a wysiwyg interface.
|
|
4
|
+
The newsletter design and areas define what elements exist and where they can be placed in a layout.
|
|
5
|
+
Elements are sortable/draggable within an area. There is an archive page and newsletters can be published or hidden from this view as well as sorted.
|
|
6
|
+
Also available as a stand alone application called [iReach](https://github.com/LoneStarInternet/iReach/releases) including mailing list and contact management, double opt-in mailing list sign up, a mailer, bounce processing, and user access management. There is also the i_reach gem that ties mail_manager and newsletter together into one gem.
|
|
7
|
+
|
|
8
|
+
If the Mailing List Manager is also installed, published newsletters will be available as mailable objects when creating a mailing. Currently only an html design can be defined, and a plain text version is available by converting the html of the newsletter.
|
|
5
9
|
|
|
6
10
|
Online Documentation
|
|
7
11
|
--------------------
|
data/lib/newsletter/version.rb
CHANGED
data/newsletter.gemspec
CHANGED
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.authors = ["Lone Star Internet", "Christopher Hauboldt"]
|
|
11
11
|
gem.email = ["biz@lone-star.net",'chauboldt@lone-star.net']
|
|
12
12
|
gem.licenses = ['MIT']
|
|
13
|
-
gem.description = %q{
|
|
14
|
-
gem.summary = %q{Newsletter templating and management system
|
|
13
|
+
gem.description = %q{Email newsletter templating and management system which allows a designer to develop templates and elements that are email-friendly and allows a user to create newsletters without html/css knowledge utilizing a wysiwyg interface. Also available with the mail manager (including contact and mailing list management, double opt-in mailing list sign up, mailer, and bounce processing) and user access as the iReach gem.}
|
|
14
|
+
gem.summary = %q{Newsletter templating and management system.}
|
|
15
15
|
gem.homepage = "http://ireachnews.com"
|
|
16
16
|
|
|
17
17
|
gem.add_dependency "rails", "~>3.2"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: newsletter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lone Star Internet
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-04-
|
|
12
|
+
date: 2015-04-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -151,7 +151,12 @@ dependencies:
|
|
|
151
151
|
- - "~>"
|
|
152
152
|
- !ruby/object:Gem::Version
|
|
153
153
|
version: '1.9'
|
|
154
|
-
description:
|
|
154
|
+
description: Email newsletter templating and management system which allows a designer
|
|
155
|
+
to develop templates and elements that are email-friendly and allows a user to create
|
|
156
|
+
newsletters without html/css knowledge utilizing a wysiwyg interface. Also available
|
|
157
|
+
with the mail manager (including contact and mailing list management, double opt-in
|
|
158
|
+
mailing list sign up, mailer, and bounce processing) and user access as the iReach
|
|
159
|
+
gem.
|
|
155
160
|
email:
|
|
156
161
|
- biz@lone-star.net
|
|
157
162
|
- chauboldt@lone-star.net
|
|
@@ -375,12 +380,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
375
380
|
version: '0'
|
|
376
381
|
requirements: []
|
|
377
382
|
rubyforge_project:
|
|
378
|
-
rubygems_version: 2.4.
|
|
383
|
+
rubygems_version: 2.4.3
|
|
379
384
|
signing_key:
|
|
380
385
|
specification_version: 4
|
|
381
|
-
summary: Newsletter templating and management system
|
|
382
|
-
templates that are email-friendly and allows a user to create newsletters with little
|
|
383
|
-
html/css knowhow.
|
|
386
|
+
summary: Newsletter templating and management system.
|
|
384
387
|
test_files:
|
|
385
388
|
- spec/rcov.opts
|
|
386
389
|
- spec/spec.opts
|