i_reach 3.2.5 → 3.2.7
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/README.md +2 -1
- data/app/assets/stylesheets/i_reach/admin.css +5 -3
- data/app/views/layouts/i_reach/application.html.erb +1 -1
- data/lib/i_reach/version.rb +1 -1
- data/lib/tasks/i_reach_tasks.rake +1 -0
- metadata +10 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c5932d4dc2502babf0d64da13be75641680f1c3
|
|
4
|
+
data.tar.gz: 40ff60375a7fbaab3510950b9d53eb3794fbf0c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cdcf8c08af6da46f5ea5d507f783d145bff22a354b1cb4e801bc9e5da6e3451efbcaa6475b5bbe6de5eb5a5464901e800201b5277dcc6146811631c92ffdcdd1
|
|
7
|
+
data.tar.gz: 8911712b90ed4c110669e4f2fbbec238bcb9868074c2751b29c3e63184b9bc889797eb0235640aa946a931b20328aa0c02bf92f1de1614e56a42ee7f4384716f
|
data/README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
IReach
|
|
2
2
|
======
|
|
3
3
|
|
|
4
|
-
IReach integrates the gems [newsletter](https://github.com/LoneStarInternet/newsletter/) and [mail_manager](https://github.com/LoneStarInternet/mail_manager) into a useable site with administration and useful navigation with little work to get it going.
|
|
4
|
+
IReach integrates the gems [newsletter](https://github.com/LoneStarInternet/newsletter/) and [mail_manager](https://github.com/LoneStarInternet/mail_manager) into a useable site with administration access control and useful navigation with little work to get it going.
|
|
5
5
|
|
|
6
6
|
Online Documentation:
|
|
7
7
|
* [Homepage](http://ireachnews.com)
|
|
8
|
+
* [Changelog](http://www.ireachnews.com/index.html#changelog)
|
|
8
9
|
|
|
9
10
|
Requirements
|
|
10
11
|
------------
|
|
@@ -138,7 +138,9 @@ table.list tr.even {
|
|
|
138
138
|
background: #e2e8d9;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
|
|
141
|
+
.mailing_buttons {
|
|
142
|
+
width: 310px;
|
|
143
|
+
}
|
|
142
144
|
/* form labels have different alignment*/
|
|
143
145
|
label {font-size: 11pt;
|
|
144
146
|
font-family: helvetica, arial, sans-serif;
|
|
@@ -182,7 +184,7 @@ input.button {
|
|
|
182
184
|
font-size: 11pt;
|
|
183
185
|
font-weight: bold;
|
|
184
186
|
color: #555;
|
|
185
|
-
margin-right:
|
|
187
|
+
margin-right: 5px;
|
|
186
188
|
cursor: pointer;
|
|
187
189
|
}
|
|
188
190
|
|
|
@@ -219,7 +221,7 @@ a.button:link, a.button:visited {
|
|
|
219
221
|
font-size: 11pt;
|
|
220
222
|
font-weight: bold;
|
|
221
223
|
color: #555;
|
|
222
|
-
margin-right:
|
|
224
|
+
margin-right: 5px;
|
|
223
225
|
/* do I need this? */
|
|
224
226
|
cursor: pointer;
|
|
225
227
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<!-- iReach application.html.rb -->
|
|
5
5
|
<title><%= h(@page_title || "iReach Newsletter Manager") %></title>
|
|
6
6
|
<%= stylesheet_link_tag "i_reach/application", :media => "all" %>
|
|
7
|
-
<link href="
|
|
7
|
+
<link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/le-frog/jquery-ui.css" media="screen" rel="stylesheet" type="text/css" />
|
|
8
8
|
<%= javascript_include_tag "i_reach/application" %>
|
|
9
9
|
<%= csrf_meta_tags %>
|
|
10
10
|
<%= content_for :head %>
|
data/lib/i_reach/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: i_reach
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.7
|
|
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-
|
|
12
|
+
date: 2015-05-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -189,7 +189,14 @@ homepage: http://ireachnews.com
|
|
|
189
189
|
licenses:
|
|
190
190
|
- MIT
|
|
191
191
|
metadata: {}
|
|
192
|
-
post_install_message:
|
|
192
|
+
post_install_message: " *** IREACH ****\n Added 'Style Sheet' text area to newsletter
|
|
193
|
+
design.\n **This allows us to properly trigger viewport for mobile window size
|
|
194
|
+
in newsletter editor.\n \n ** Required Actions ( pre 3.2.7 ) **\n Please
|
|
195
|
+
move your inline styles to the new 'Style Sheet' text area in the newsletter design
|
|
196
|
+
editor.\n\n ** Required Actions for every upgrade **\n rake i_reach:upgrade
|
|
197
|
+
# this adds any new migrations and migrates your DB ...\n ** NOTE! you should
|
|
198
|
+
try this in development before pushing to your production site\n *** END IREACH
|
|
199
|
+
****\n"
|
|
193
200
|
rdoc_options: []
|
|
194
201
|
require_paths:
|
|
195
202
|
- lib
|