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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c42d82d59d74237411270808925ec84d0312e3e
4
- data.tar.gz: 9e09b32c13b883a01556336dd8490de334d033e3
3
+ metadata.gz: 6c5932d4dc2502babf0d64da13be75641680f1c3
4
+ data.tar.gz: 40ff60375a7fbaab3510950b9d53eb3794fbf0c9
5
5
  SHA512:
6
- metadata.gz: 900fc98a3ad58dc027d0f4b270109edb29e5ed5457d86b302dacbbd812fe648025ebf60048f5f6dc0b9dc40978bcbba5e25ea1a00e8570192d08006ac3a1a55f
7
- data.tar.gz: 641488290042a68e97d8b8d6959329c271f2a93d12e008e18578c22af9cc77900b46c743444b5d272ea043c3430ced1ad138325e557070d6fe1a414a59e1837f
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: 10px;
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: 10px;
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="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/le-frog/jquery-ui.css" media="screen" rel="stylesheet" type="text/css" />
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 %>
@@ -1,3 +1,3 @@
1
1
  module IReach
2
- VERSION = "3.2.5"
2
+ VERSION = "3.2.7"
3
3
  end
@@ -2,6 +2,7 @@ namespace :i_reach do
2
2
  desc "Upgrade application files such as migrations after a gem upgrade"
3
3
  task :upgrade do
4
4
  Rake::Task['mail_manager:upgrade'].invoke
5
+ sleep 1
5
6
  Rake::Task['newsletter:upgrade'].invoke
6
7
  end
7
8
  end
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.5
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-04-29 00:00:00.000000000 Z
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