trusty-rad-social-extension 2.2.7 → 2.2.8

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: c11880a1f1efcbb031254d6413d019206c78d4e7
4
- data.tar.gz: 74bb265f85a1d189a778ccf8c6481ac7fc50139e
3
+ metadata.gz: 89ae7a2b4ced92ad0037acac17d825db9fc92234
4
+ data.tar.gz: bd4fe50b32e7d1e5f27cb22026201d208f165137
5
5
  SHA512:
6
- metadata.gz: 0e14e79bbc2a6eb2372fd281ad5c9933c88669abdd5aab5e35d02f3e03466ae435b129ad267c29a7af3f97526ae33c245ee1464e2d490384ffa0c7d4f26f3f6d
7
- data.tar.gz: 1e9a32dca118d50c972c099380d4f6e134e9781a13972e60b518c516fb85a71986f89cd53ec981f85a3985cfd909be5bdea4b5027e6ed65e1edabd3809c3f6dd
6
+ metadata.gz: 414e86bc2acfc2e300d4fd907181d279a7103fa316616d43f1111d6d31b8ce0dbb84de15050d4ef880871f50845dcca617bc902a378dc99719900b8db4ca16d0
7
+ data.tar.gz: 960b0e31123e1855de1ddf1ff4bdafeb5ceea055c44f04709b0c7889401f14c4371ec35f781be5ec4d213f0893ea924ab7c8e681a07a5989034b745ae937ef2f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-rad-social-extension (2.2.7)
4
+ trusty-rad-social-extension (2.2.8)
5
5
  recaptcha (~> 3.0)
6
6
  roadie-rails (~> 1.0.6)
7
7
  trusty-cms (~> 2.0.0)
@@ -84,7 +84,7 @@ GEM
84
84
  compass (~> 1.0.0)
85
85
  sass-rails (< 5.1)
86
86
  sprockets (< 2.13)
87
- css_parser (1.4.10)
87
+ css_parser (1.5.0)
88
88
  addressable
89
89
  daemons (1.2.3)
90
90
  database_cleaner (1.3.0)
@@ -124,10 +124,10 @@ GEM
124
124
  json (1.8.3)
125
125
  launchy (2.4.3)
126
126
  addressable (~> 2.3)
127
- libv8 (3.16.14.19-x86_64-darwin-16)
127
+ libv8 (3.16.14.19-x86_64-darwin-15)
128
128
  loofah (2.0.3)
129
129
  nokogiri (>= 1.5.9)
130
- mail (2.6.5)
130
+ mail (2.6.6)
131
131
  mime-types (>= 1.16, < 4)
132
132
  method_source (0.8.2)
133
133
  mime-types (3.0)
@@ -195,9 +195,9 @@ GEM
195
195
  recaptcha (3.4.0)
196
196
  json
197
197
  ref (2.0.0)
198
- roadie (3.2.1)
199
- css_parser (~> 1.4.5)
200
- nokogiri (>= 1.5.0, < 1.8.0)
198
+ roadie (3.2.2)
199
+ css_parser (~> 1.4)
200
+ nokogiri (~> 1.5)
201
201
  roadie-rails (1.0.6)
202
202
  railties (>= 3.0, < 4.3)
203
203
  roadie (~> 3.0)
@@ -285,7 +285,7 @@ GEM
285
285
  websocket-driver (0.6.3)
286
286
  websocket-extensions (>= 0.1.0)
287
287
  websocket-extensions (0.1.2)
288
- will_paginate (3.1.5)
288
+ will_paginate (3.1.6)
289
289
  xpath (2.0.0)
290
290
  nokogiri (~> 1.3)
291
291
 
@@ -29,7 +29,7 @@
29
29
  Message
30
30
  %div.form-fields
31
31
  %textarea{:class => "input-textbox", :id => "rs-message", :name => "message", :rows => 5, :cols => 40}
32
- = email_message
32
+ = CGI.unescapeHTML(email_message)
33
33
  %input{:type=>"hidden", :name=>"subject", :value=> email_subject}
34
34
  %input{:type=>"hidden", :id=>"rs-base-message", :value=> email_message}
35
35
  #recaptcha-container.captcha-container
@@ -1,5 +1,5 @@
1
1
  module TrustyRadSocialExtension
2
- VERSION = "2.2.7"
2
+ VERSION = "2.2.8"
3
3
  SUMMARY = "Rad Social for Trusty CMS"
4
4
  DESCRIPTION = "Makes Trusty CMS better by adding rad_social!"
5
5
  URL = "http://example.com/rad_social"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-rad-social-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.7
4
+ version: 2.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple, Brittany Martin, Danielle Greaves
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-07 00:00:00.000000000 Z
11
+ date: 2017-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: recaptcha
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  version: '0'
136
136
  requirements: []
137
137
  rubyforge_project:
138
- rubygems_version: 2.6.12
138
+ rubygems_version: 2.5.1
139
139
  signing_key:
140
140
  specification_version: 4
141
141
  summary: Rad Social for Trusty CMS