trusty-rad-social-extension 2.2.8 → 3.0.0

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: 89ae7a2b4ced92ad0037acac17d825db9fc92234
4
- data.tar.gz: bd4fe50b32e7d1e5f27cb22026201d208f165137
3
+ metadata.gz: 193a44938daf31359f00c48ae1699a5b8577ff4c
4
+ data.tar.gz: b64b9826994a0749b4211c9d0f103ed8154244f1
5
5
  SHA512:
6
- metadata.gz: 414e86bc2acfc2e300d4fd907181d279a7103fa316616d43f1111d6d31b8ce0dbb84de15050d4ef880871f50845dcca617bc902a378dc99719900b8db4ca16d0
7
- data.tar.gz: 960b0e31123e1855de1ddf1ff4bdafeb5ceea055c44f04709b0c7889401f14c4371ec35f781be5ec4d213f0893ea924ab7c8e681a07a5989034b745ae937ef2f
6
+ metadata.gz: 15668111db80b241efdcddaa1e899ff4e2a345d493ea87d5afd3ec7db65c8245a74eab0ec97c3aa98168de6ba00a6f7866987fc56c588296bcec10f384160f69
7
+ data.tar.gz: a28fdaa1a5deb8a9691176f36d3979699dec39e9a99b88254a9600d2ccf912c567faedba278f442d1438f6fb77708d40ce94178bda1c32c1e79c639863be297e
data/Gemfile CHANGED
@@ -11,39 +11,15 @@ gem 'trustygems', '~> 0.2.0'
11
11
 
12
12
  gemspec
13
13
 
14
- # When trusty is installed as a gem you can run all of
15
- # its tests and specs from an instance. If you're working
16
- # on trusty itself and you want to run specs from the
17
- # radiant root directory, uncomment the lines below and
18
- # run `bundle install`.
19
-
20
- # gemspec
21
- # gem "compass-rails", "~> 1.0.3"
22
-
23
- # gem "radiant-archive-extension", "~> 1.0.7"
24
- # gem "radiant-clipped-extension", "~> 1.1.0"
25
- # gem "radiant-debug-extension", "~> 1.0.2"
26
- # gem "radiant-exporter-extension", "~> 1.1.0"
27
- # gem "radiant-markdown_filter-extension", "~> 1.0.2"
28
- # gem "radiant-sheets-extension", "~> 1.1.0.alpha"
29
- # gem "radiant-snippets-extension", "~> 1.1.0.alpha"
30
- # gem "radiant-site_templates-extension", "~> 1.0.4"
31
- # gem "radiant-smarty_pants_filter-extension", "~> 1.0.2"
32
- # gem "radiant-textile_filter-extension", "~> 1.0.4"
33
-
34
-
35
14
  group :development, :test do
36
- gem "compass-rails", "~> 2.0.1"
37
- gem 'thin', '~> 1.6.2'
38
15
  gem 'pry', '~> 0.10.0'
39
- gem 'capybara', '~> 2.3.0'
40
- gem 'rspec-rails', '~> 3.0.0'
16
+ gem 'capybara', '~> 2.13.0'
17
+ gem 'rspec-rails'
41
18
  gem 'launchy', '~> 2.4.2'
42
19
  gem 'database_cleaner', '~> 1.3.0'
43
- gem 'poltergeist', '~> 1.5.1'
44
- gem "ckeditor", "~> 4.1.0"
45
- gem 'factory_girl_rails', '~> 4.5.0'
46
- gem 'rails-observers'
47
- gem "protected_attributes"
20
+ gem 'poltergeist', '~> 1.14.0'
21
+ gem 'factory_girl_rails', '~> 4.6.0'
22
+ gem 'rails-observers', :git => 'https://github.com/rails/rails-observers'
23
+ gem 'protected_attributes_continued'
48
24
  gem "pry-byebug"
49
25
  end
@@ -1,69 +1,79 @@
1
+ GIT
2
+ remote: https://github.com/rails/rails-observers
3
+ revision: 7d3c9c331242d58ed8ebdbd2eff1f7d6f68a1b2c
4
+ specs:
5
+ rails-observers (0.1.3.alpha)
6
+ activemodel (>= 4.0, < 5.1)
7
+
1
8
  PATH
2
9
  remote: .
3
10
  specs:
4
- trusty-rad-social-extension (2.2.8)
11
+ trusty-rad-social-extension (3.0.0)
5
12
  recaptcha (~> 3.0)
6
- roadie-rails (~> 1.0.6)
7
- trusty-cms (~> 2.0.0)
8
- trusty-layouts-extension (~> 2.0.2)
13
+ roadie-rails (~> 1.1.1)
14
+ trusty-cms (~> 3.0.0)
15
+ trusty-layouts-extension (~> 3.0.0)
9
16
 
10
17
  GEM
11
18
  remote: https://rubygems.org/
12
19
  specs:
13
20
  RedCloth (4.3.2)
14
- actionmailer (4.2.6)
15
- actionpack (= 4.2.6)
16
- actionview (= 4.2.6)
17
- activejob (= 4.2.6)
21
+ actioncable (5.0.2)
22
+ actionpack (= 5.0.2)
23
+ nio4r (>= 1.2, < 3.0)
24
+ websocket-driver (~> 0.6.1)
25
+ actionmailer (5.0.2)
26
+ actionpack (= 5.0.2)
27
+ actionview (= 5.0.2)
28
+ activejob (= 5.0.2)
18
29
  mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 1.0, >= 1.0.5)
20
- actionpack (4.2.6)
21
- actionview (= 4.2.6)
22
- activesupport (= 4.2.6)
23
- rack (~> 1.6)
24
- rack-test (~> 0.6.2)
25
- rails-dom-testing (~> 1.0, >= 1.0.5)
30
+ rails-dom-testing (~> 2.0)
31
+ actionpack (5.0.2)
32
+ actionview (= 5.0.2)
33
+ activesupport (= 5.0.2)
34
+ rack (~> 2.0)
35
+ rack-test (~> 0.6.3)
36
+ rails-dom-testing (~> 2.0)
26
37
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (4.2.6)
28
- activesupport (= 4.2.6)
38
+ actionview (5.0.2)
39
+ activesupport (= 5.0.2)
29
40
  builder (~> 3.1)
30
41
  erubis (~> 2.7.0)
31
- rails-dom-testing (~> 1.0, >= 1.0.5)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
- activejob (4.2.6)
34
- activesupport (= 4.2.6)
35
- globalid (>= 0.3.0)
36
- activemodel (4.2.6)
37
- activesupport (= 4.2.6)
38
- builder (~> 3.1)
39
- activerecord (4.2.6)
40
- activemodel (= 4.2.6)
41
- activesupport (= 4.2.6)
42
- arel (~> 6.0)
43
- activesupport (4.2.6)
42
+ rails-dom-testing (~> 2.0)
43
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
44
+ activejob (5.0.2)
45
+ activesupport (= 5.0.2)
46
+ globalid (>= 0.3.6)
47
+ activemodel (5.0.2)
48
+ activesupport (= 5.0.2)
49
+ activerecord (5.0.2)
50
+ activemodel (= 5.0.2)
51
+ activesupport (= 5.0.2)
52
+ arel (~> 7.0)
53
+ activesupport (5.0.2)
54
+ concurrent-ruby (~> 1.0, >= 1.0.2)
44
55
  i18n (~> 0.7)
45
- json (~> 1.7, >= 1.7.7)
46
56
  minitest (~> 5.1)
47
- thread_safe (~> 0.3, >= 0.3.4)
48
57
  tzinfo (~> 1.1)
49
58
  acts_as_tree (2.6.1)
50
59
  activerecord (>= 3.0.0)
51
- addressable (2.4.0)
52
- arel (6.0.4)
53
- builder (3.2.2)
54
- byebug (9.0.3)
55
- capybara (2.3.0)
60
+ addressable (2.5.1)
61
+ public_suffix (~> 2.0, >= 2.0.2)
62
+ arel (7.1.4)
63
+ builder (3.2.3)
64
+ byebug (9.0.6)
65
+ capybara (2.13.0)
66
+ addressable
56
67
  mime-types (>= 1.16)
57
68
  nokogiri (>= 1.3.3)
58
69
  rack (>= 1.0.0)
59
70
  rack-test (>= 0.5.4)
60
71
  xpath (~> 2.0)
61
- chunky_png (1.3.5)
62
- ckeditor (4.1.6)
72
+ chunky_png (1.3.8)
73
+ ckeditor (4.2.3)
63
74
  cocaine
64
75
  orm_adapter (~> 0.5.0)
65
- climate_control (0.0.3)
66
- activesupport (>= 3.0)
76
+ climate_control (0.1.0)
67
77
  cliver (0.3.2)
68
78
  cocaine (0.5.8)
69
79
  climate_control (>= 0.0.3, < 1.0)
@@ -80,212 +90,204 @@ GEM
80
90
  sass (>= 3.3.0, < 3.5)
81
91
  compass-import-once (1.0.5)
82
92
  sass (>= 3.2, < 3.5)
83
- compass-rails (2.0.5)
93
+ compass-rails (3.0.2)
84
94
  compass (~> 1.0.0)
85
95
  sass-rails (< 5.1)
86
- sprockets (< 2.13)
87
- css_parser (1.5.0)
96
+ sprockets (< 4.0)
97
+ concurrent-ruby (1.0.5)
98
+ css_parser (1.4.10)
88
99
  addressable
89
- daemons (1.2.3)
90
100
  database_cleaner (1.3.0)
91
101
  delocalize (0.4.0)
92
102
  rails (>= 3.0)
93
- diff-lcs (1.2.5)
103
+ diff-lcs (1.3)
94
104
  erubis (2.7.0)
95
- eventmachine (1.2.0.1)
96
105
  execjs (2.7.0)
97
106
  factory_girl (4.5.0)
98
107
  activesupport (>= 3.0.0)
99
- factory_girl_rails (4.5.0)
108
+ factory_girl_rails (4.6.0)
100
109
  factory_girl (~> 4.5.0)
101
110
  railties (>= 3.0.0)
102
- ffi (1.9.10)
111
+ ffi (1.9.18)
103
112
  globalid (0.4.0)
104
113
  activesupport (>= 4.2.0)
105
- haml (4.0.7)
114
+ haml (5.0.1)
115
+ temple (>= 0.8.0)
106
116
  tilt
107
- haml-rails (0.9.0)
117
+ haml-rails (1.0.0)
108
118
  actionpack (>= 4.0.1)
109
119
  activesupport (>= 4.0.1)
110
- haml (>= 4.0.6, < 5.0)
120
+ haml (>= 4.0.6, < 6.0)
111
121
  html2haml (>= 1.0.1)
112
122
  railties (>= 4.0.1)
113
123
  highline (1.7.8)
114
- hike (1.2.3)
115
124
  html2haml (2.2.0)
116
125
  erubis (~> 2.7.0)
117
126
  haml (>= 4.0, < 6)
118
127
  nokogiri (>= 1.6.0)
119
128
  ruby_parser (~> 3.5)
120
- i18n (0.7.0)
121
- jquery-rails (3.1.4)
122
- railties (>= 3.0, < 5.0)
129
+ i18n (0.8.1)
130
+ jquery-rails (4.3.1)
131
+ rails-dom-testing (>= 1, < 3)
132
+ railties (>= 4.2.0)
123
133
  thor (>= 0.14, < 2.0)
124
- json (1.8.3)
134
+ json (2.1.0)
125
135
  launchy (2.4.3)
126
136
  addressable (~> 2.3)
127
- libv8 (3.16.14.19-x86_64-darwin-15)
137
+ libv8 (3.16.14.19)
128
138
  loofah (2.0.3)
129
139
  nokogiri (>= 1.5.9)
130
- mail (2.6.6)
140
+ mail (2.6.5)
131
141
  mime-types (>= 1.16, < 4)
132
142
  method_source (0.8.2)
133
- mime-types (3.0)
143
+ mime-types (3.1)
134
144
  mime-types-data (~> 3.2015)
135
- mime-types-data (3.2016.0221)
136
- mini_portile2 (2.0.0)
137
- minitest (5.9.0)
145
+ mime-types-data (3.2016.0521)
146
+ mini_portile2 (2.1.0)
147
+ minitest (5.10.1)
138
148
  multi_json (1.12.1)
139
149
  mysql2 (0.4.6)
140
- nokogiri (1.6.7.2)
141
- mini_portile2 (~> 2.0.0.rc2)
150
+ nio4r (2.0.0)
151
+ nokogiri (1.7.1)
152
+ mini_portile2 (~> 2.1.0)
142
153
  orm_adapter (0.5.0)
143
- poltergeist (1.5.1)
154
+ poltergeist (1.14.0)
144
155
  capybara (~> 2.1)
145
156
  cliver (~> 0.3.1)
146
- multi_json (~> 1.0)
147
157
  websocket-driver (>= 0.2.0)
148
- protected_attributes (1.0.9)
149
- activemodel (>= 4.0.1, < 5.0)
150
- pry (0.10.3)
158
+ protected_attributes_continued (1.3.0)
159
+ activemodel (~> 5.0)
160
+ pry (0.10.4)
151
161
  coderay (~> 1.1.0)
152
162
  method_source (~> 0.8.1)
153
163
  slop (~> 3.4)
154
- pry-byebug (3.4.0)
164
+ pry-byebug (3.4.2)
155
165
  byebug (~> 9.0)
156
166
  pry (~> 0.10)
157
- rack (1.6.4)
167
+ public_suffix (2.0.5)
168
+ rack (2.0.2)
158
169
  rack-cache (1.7.0)
159
170
  rack (>= 0.4)
160
171
  rack-test (0.6.3)
161
172
  rack (>= 1.0)
162
173
  radius (0.7.4)
163
- rails (4.2.6)
164
- actionmailer (= 4.2.6)
165
- actionpack (= 4.2.6)
166
- actionview (= 4.2.6)
167
- activejob (= 4.2.6)
168
- activemodel (= 4.2.6)
169
- activerecord (= 4.2.6)
170
- activesupport (= 4.2.6)
174
+ rails (5.0.2)
175
+ actioncable (= 5.0.2)
176
+ actionmailer (= 5.0.2)
177
+ actionpack (= 5.0.2)
178
+ actionview (= 5.0.2)
179
+ activejob (= 5.0.2)
180
+ activemodel (= 5.0.2)
181
+ activerecord (= 5.0.2)
182
+ activesupport (= 5.0.2)
171
183
  bundler (>= 1.3.0, < 2.0)
172
- railties (= 4.2.6)
173
- sprockets-rails
174
- rails-deprecated_sanitizer (1.0.3)
175
- activesupport (>= 4.2.0.alpha)
176
- rails-dom-testing (1.0.7)
177
- activesupport (>= 4.2.0.beta, < 5.0)
178
- nokogiri (~> 1.6.0)
179
- rails-deprecated_sanitizer (>= 1.0.1)
184
+ railties (= 5.0.2)
185
+ sprockets-rails (>= 2.0.0)
186
+ rails-dom-testing (2.0.2)
187
+ activesupport (>= 4.2.0, < 6.0)
188
+ nokogiri (~> 1.6)
180
189
  rails-html-sanitizer (1.0.3)
181
190
  loofah (~> 2.0)
182
- rails-observers (0.1.2)
183
- activemodel (~> 4.0)
184
- railties (4.2.6)
185
- actionpack (= 4.2.6)
186
- activesupport (= 4.2.6)
191
+ railties (5.0.2)
192
+ actionpack (= 5.0.2)
193
+ activesupport (= 5.0.2)
194
+ method_source
187
195
  rake (>= 0.8.7)
188
196
  thor (>= 0.18.1, < 2.0)
189
197
  rake (10.5.0)
190
- rb-fsevent (0.9.7)
191
- rb-inotify (0.9.7)
198
+ rb-fsevent (0.9.8)
199
+ rb-inotify (0.9.8)
192
200
  ffi (>= 0.5.0)
193
- rdoc (3.12.2)
194
- json (~> 1.4)
201
+ rdoc (5.1.0)
195
202
  recaptcha (3.4.0)
196
203
  json
197
204
  ref (2.0.0)
198
- roadie (3.2.2)
199
- css_parser (~> 1.4)
200
- nokogiri (~> 1.5)
201
- roadie-rails (1.0.6)
202
- railties (>= 3.0, < 4.3)
203
- roadie (~> 3.0)
204
- rspec-core (3.0.4)
205
- rspec-support (~> 3.0.0)
206
- rspec-expectations (3.0.4)
205
+ roadie (3.2.1)
206
+ css_parser (~> 1.4.5)
207
+ nokogiri (>= 1.5.0, < 1.8.0)
208
+ roadie-rails (1.1.1)
209
+ railties (>= 3.0, < 5.1)
210
+ roadie (~> 3.1)
211
+ rspec-core (3.6.0)
212
+ rspec-support (~> 3.6.0)
213
+ rspec-expectations (3.6.0)
214
+ diff-lcs (>= 1.2.0, < 2.0)
215
+ rspec-support (~> 3.6.0)
216
+ rspec-mocks (3.6.0)
207
217
  diff-lcs (>= 1.2.0, < 2.0)
208
- rspec-support (~> 3.0.0)
209
- rspec-mocks (3.0.4)
210
- rspec-support (~> 3.0.0)
211
- rspec-rails (3.0.2)
218
+ rspec-support (~> 3.6.0)
219
+ rspec-rails (3.6.0)
212
220
  actionpack (>= 3.0)
213
221
  activesupport (>= 3.0)
214
222
  railties (>= 3.0)
215
- rspec-core (~> 3.0.0)
216
- rspec-expectations (~> 3.0.0)
217
- rspec-mocks (~> 3.0.0)
218
- rspec-support (~> 3.0.0)
219
- rspec-support (3.0.4)
223
+ rspec-core (~> 3.6.0)
224
+ rspec-expectations (~> 3.6.0)
225
+ rspec-mocks (~> 3.6.0)
226
+ rspec-support (~> 3.6.0)
227
+ rspec-support (3.6.0)
220
228
  ruby_parser (3.9.0)
221
229
  sexp_processor (~> 4.1)
222
- sass (3.4.22)
223
- sass-rails (5.0.4)
224
- railties (>= 4.0.0, < 5.0)
230
+ sass (3.4.23)
231
+ sass-rails (5.0.6)
232
+ railties (>= 4.0.0, < 6)
225
233
  sass (~> 3.1)
226
234
  sprockets (>= 2.8, < 4.0)
227
235
  sprockets-rails (>= 2.0, < 4.0)
228
236
  tilt (>= 1.1, < 3)
229
237
  sexp_processor (4.9.0)
230
238
  slop (3.6.0)
231
- sprockets (2.12.4)
232
- hike (~> 1.2)
233
- multi_json (~> 1.0)
234
- rack (~> 1.0)
235
- tilt (~> 1.1, != 1.3.0)
236
- sprockets-rails (2.3.3)
237
- actionpack (>= 3.0)
238
- activesupport (>= 3.0)
239
- sprockets (>= 2.8, < 4.0)
240
- stringex (1.5.1)
239
+ sprockets (3.7.1)
240
+ concurrent-ruby (~> 1.0)
241
+ rack (> 1, < 3)
242
+ sprockets-rails (3.2.0)
243
+ actionpack (>= 4.0)
244
+ activesupport (>= 4.0)
245
+ sprockets (>= 3.0.0)
246
+ stringex (2.7.1)
247
+ temple (0.8.0)
241
248
  therubyracer (0.12.3)
242
249
  libv8 (~> 3.16.14.15)
243
250
  ref
244
- thin (1.6.4)
245
- daemons (~> 1.0, >= 1.0.9)
246
- eventmachine (~> 1.0, >= 1.0.4)
247
- rack (~> 1.0)
248
- thor (0.19.1)
249
- thread_safe (0.3.5)
250
- tilt (1.4.1)
251
- trusty-cms (2.0.26)
251
+ thor (0.19.4)
252
+ thread_safe (0.3.6)
253
+ tilt (2.0.7)
254
+ trusty-cms (3.0.0)
252
255
  RedCloth (~> 4.3.2)
253
- acts_as_tree (~> 2.1)
256
+ acts_as_tree (~> 2.6.1)
254
257
  bundler (~> 1.7)
255
- ckeditor (~> 4.1)
256
- compass-rails (~> 2.0)
258
+ ckeditor (~> 4.2.2)
259
+ compass-rails (~> 3.0.2)
257
260
  delocalize (~> 0.2)
258
- execjs (~> 2.2)
259
- haml (~> 4.0)
260
- haml-rails (~> 0.5)
261
- highline (~> 1.6)
262
- jquery-rails (~> 3.1)
261
+ execjs (~> 2.7)
262
+ haml (~> 5.0)
263
+ haml-rails (~> 1.0.0)
264
+ highline (~> 1.7.8)
265
+ jquery-rails (~> 4.3.1)
263
266
  mysql2 (~> 0.4.2)
264
- protected_attributes (~> 1.0.9)
265
- rack (~> 1.4)
266
- rack-cache (~> 1.2)
267
+ rack (~> 2.0.1)
268
+ rack-cache (~> 1.7)
267
269
  radius (~> 0.7)
268
- rails (~> 4.2)
270
+ rails (~> 5.0.2)
269
271
  rake (< 11.0)
270
- rdoc (~> 3.9)
271
- stringex (~> 1.3)
272
- therubyracer (~> 0.12)
273
- tzinfo (~> 1.2)
274
- uglifier (~> 2.6)
272
+ rdoc (~> 5.1)
273
+ sass-rails (~> 5.0.6)
274
+ stringex (~> 2.7.1)
275
+ therubyracer (~> 0.12.3)
276
+ tzinfo (~> 1.2.3)
277
+ uglifier (~> 3.2)
275
278
  will_paginate (~> 3.0)
276
- trusty-layouts-extension (2.0.4)
277
- trusty-cms (~> 2.0.16)
279
+ trusty-layouts-extension (3.0.0)
280
+ trusty-cms (~> 3.0.0)
278
281
  trustygems (0.2.1)
279
282
  rake
280
- tzinfo (1.2.2)
283
+ tzinfo (1.2.3)
281
284
  thread_safe (~> 0.1)
282
- uglifier (2.7.2)
283
- execjs (>= 0.3.0)
284
- json (>= 1.8.0)
285
- websocket-driver (0.6.3)
285
+ uglifier (3.2.0)
286
+ execjs (>= 0.3.0, < 3)
287
+ websocket-driver (0.6.5)
286
288
  websocket-extensions (>= 0.1.0)
287
289
  websocket-extensions (0.1.2)
288
- will_paginate (3.1.6)
290
+ will_paginate (3.1.5)
289
291
  xpath (2.0.0)
290
292
  nokogiri (~> 1.3)
291
293
 
@@ -293,21 +295,18 @@ PLATFORMS
293
295
  ruby
294
296
 
295
297
  DEPENDENCIES
296
- capybara (~> 2.3.0)
297
- ckeditor (~> 4.1.0)
298
- compass-rails (~> 2.0.1)
298
+ capybara (~> 2.13.0)
299
299
  database_cleaner (~> 1.3.0)
300
- factory_girl_rails (~> 4.5.0)
300
+ factory_girl_rails (~> 4.6.0)
301
301
  launchy (~> 2.4.2)
302
- poltergeist (~> 1.5.1)
303
- protected_attributes
302
+ poltergeist (~> 1.14.0)
303
+ protected_attributes_continued
304
304
  pry (~> 0.10.0)
305
305
  pry-byebug
306
- rails-observers
307
- rspec-rails (~> 3.0.0)
308
- thin (~> 1.6.2)
306
+ rails-observers!
307
+ rspec-rails
309
308
  trusty-rad-social-extension!
310
309
  trustygems (~> 0.2.0)
311
310
 
312
311
  BUNDLED WITH
313
- 1.15.1
312
+ 1.14.5
@@ -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
- = CGI.unescapeHTML(email_message)
32
+ = 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
  = stylesheet_link_tag('rad_social/rad_screen')
2
- = javascript_include_tag("lib/rad_social/rad_widget", async: 'true')
2
+ = javascript_include_tag("lib/rad_social/rad_widget")
3
3
  - local_variables = defined?(locals) ? locals : local_assigns
4
4
  - url = local_variables[:url]
5
5
  - message = local_variables[:message]
@@ -1,5 +1,5 @@
1
1
  module TrustyRadSocialExtension
2
- VERSION = "2.2.8"
2
+ VERSION = "3.0.0"
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"
@@ -16,9 +16,9 @@ Gem::Specification.new do |s|
16
16
  # Don't include a dependency on radiant itself: it causes problems when radiant is in vendor/radiant.
17
17
  # s.add_dependency "something", "~> 1.0.0"
18
18
  s.add_dependency "recaptcha", "~> 3.0"
19
- s.add_dependency "trusty-cms", "~> 2.0.0"
20
- s.add_dependency "trusty-layouts-extension", "~> 2.0.2"
21
- s.add_dependency 'roadie-rails', '~> 1.0.6'
19
+ s.add_dependency "trusty-cms", "~> 3.0.0"
20
+ s.add_dependency "trusty-layouts-extension", "~> 3.0.0"
21
+ s.add_dependency 'roadie-rails', '~> 1.1.1'
22
22
 
23
23
  ignores = if File.exist?('.gitignore')
24
24
  File.read('.gitignore').split("\n").inject([]) {|a,p| a + Dir[p] }
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.8
4
+ version: 3.0.0
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-26 00:00:00.000000000 Z
11
+ date: 2017-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: recaptcha
@@ -30,42 +30,42 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 2.0.0
33
+ version: 3.0.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 2.0.0
40
+ version: 3.0.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: trusty-layouts-extension
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 2.0.2
47
+ version: 3.0.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 2.0.2
54
+ version: 3.0.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: roadie-rails
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 1.0.6
61
+ version: 1.1.1
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 1.0.6
68
+ version: 1.1.1
69
69
  description: Makes Trusty CMS better by adding rad_social!
70
70
  email:
71
71
  - sipple@trustarts.org, martin@trustarts.org, greaves@trustarts.org