newsletter 3.2.5 → 3.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3fa9afcc7131bc990734fa79ff553afd929c61f
4
- data.tar.gz: eb4490df47bb639d2a93a24c73425233ed223185
3
+ metadata.gz: ca3ac56519c2cce9f9541adf35b13c59661a4fd0
4
+ data.tar.gz: 31e107af3b406dac20f079a6743b86ad2cd8ee67
5
5
  SHA512:
6
- metadata.gz: 30f7f183e5c76fa199b289b88c56422ed2ec8082744826faa07cc6e25a7b6e7e69f6c43d5d094f9860af9ebadbcf1d704e00b37ffb616eedf47158321d0f96bd
7
- data.tar.gz: 28c6d1d4b37ffbf95bbe825976563bc41f5327ba4df4795a55ee7d9a10243a989c8e24cf843f3a6e9e5ba6de0f88bcd0554e86686f8908cf4fd46c645bfebb6f
6
+ metadata.gz: c31f181214ef20662cf68707c9f0332c3994c5a16aa248455038ed9aff2339c05c92545ae6ff3a427b333cf45b63fa74431b0a46e8cee302f6113c8bc5b37e3d
7
+ data.tar.gz: 5361c58eacf4b85987984f2f2da6211fad2103d618ff9af71655d7cf289057620f35270ae4ce71170783166838dcbd87196c12e9b784c86dd2e7e79c81b01f04
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2014 Lone Star Internet
3
+ Copyright (c) 2015 Lone Star Internet
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- Copyright 2013 YOURNAME
1
+ Copyright 2015 Lone Star Internet, Inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,7 +1,11 @@
1
1
  Newsletter
2
2
  ==========
3
- Newsletters will be created from newsletter designs, which will allow users to add data to predefined elements such as articles and images where they have no need to know html or use a wysiwyg editor. The design defines what elements exist and where they can be placed in a layout.
4
- Elements will be sortable/draggable within an area. There will be an archive page and newsletters can be published or hidden from this view as well as sorted. 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.
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
  --------------------
@@ -1,3 +1,3 @@
1
1
  module Newsletter
2
- VERSION = "3.2.5"
2
+ VERSION = "3.2.6"
3
3
  end
@@ -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{Newsletter templating and management system.}
14
- gem.summary = %q{Newsletter templating and management system which allows a designer to create templates that are email-friendly and allows a user to create newsletters with little html/css knowhow.}
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.5
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-28 00:00:00.000000000 Z
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: Newsletter templating and management system.
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.6
383
+ rubygems_version: 2.4.3
379
384
  signing_key:
380
385
  specification_version: 4
381
- summary: Newsletter templating and management system which allows a designer to create
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