fanforce-plugin-factory 0.19.0 → 0.19.1

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjNlZTNkNDViYjUxN2E0ZjA0MzUxMmY5YTczMjJhODljNGY2MjljNQ==
4
+ ZWYxYWQ4Yjg3ZTRmNjUxZGUzZWM1NzEyMTRjMzc0YjAzMDFkNTg2Mw==
5
5
  data.tar.gz: !binary |-
6
- OTY4OWM3NmY2ZTk2NWQ1YzA1N2I5YTQwMDk1ZjczZmE3NTljYzY5Nw==
6
+ MmNlZjYyNjA3N2YyODg0MjUzZmI3ZjEzOTEwYjI0MmIwNmJkYzE1OQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- N2UyYzg0YTEzMDJiNzMyZjdkYmNlODhkMzdhNjE5N2Y0ZDJhYzVmODJhOGQ1
10
- OTczNjAyMDgzM2M0MmIzMDVhZTI1MjFmYjUxMzNjYjIyYTVmMTFlY2QzNGY4
11
- ODJkY2QxYTRkNmFkZTBjOTZlMzNiZWY0ZmYzMjg1MGM0Y2NiYjk=
9
+ ODI2YzgyMDIwNDg3ZTQwNzY3YzFlZmFhNjU4N2MwNmIzOTY3ZjNiMTIwY2Y3
10
+ YmFiMDY4MmVhNDBhNjQwMmYyN2Y1NjQxNTg4NzgyMjBlY2U2ZWQ1NGM3OWEy
11
+ ODJjOWJiYTdmNTQ1NTNkNzBkYTkwMTdmMWMxNjE5MzVjNzAzZjE=
12
12
  data.tar.gz: !binary |-
13
- NTA1MzExMjdkZjRhNmFjZjkxMTZhYzUzYmZkNmFjZWFkNGEwMjhhZGMyNzU5
14
- ZTg4NTUyZWMyYzE2ZDIzOGQzMDZhNWFkZjRhOGEwZjVlYjg3NWYxNDY4YzY1
15
- NjY0NWRhOTFiZjhkNTFiYzhkZDcxYmEyZTU2ZjdhZDNiODAwZDU=
13
+ YWZiMmRlOTBkMjQyNzNmNjk2MDQ3MDlkOWI2MzIxOGI2NGUzNDgxNjZhOGI5
14
+ YWM1MzdkNWNiZmQ2OWRmZjUzOGZkNjI1YzAwNmFlYTQ5MGQyOTBhNTEwMjUw
15
+ NmE4MWIxNzdiZjA5YzAyODBhZTEzNWVlYzI4OTFiMDZlMzI0NWY=
@@ -9,6 +9,6 @@
9
9
 
10
10
  %body
11
11
  = yield
12
- = javascript '///' + Fanforce::I_DOMAIN + '/devforce.js'
12
+ = javascript '///' + Fanforce.i_domain + '/devforce.js'
13
13
  = javascript '/add_edit_initiative.js'
14
14
  = yield_content :after_core_js
@@ -9,6 +9,6 @@
9
9
 
10
10
  %body
11
11
  = yield
12
- = javascript '///' + Fanforce::I_DOMAIN + '/devforce.js'
12
+ = javascript '///' + Fanforce.i_domain + '/devforce.js'
13
13
  = javascript '/add_source.js'
14
14
  = yield_content :after_core_js
@@ -14,9 +14,9 @@
14
14
  .lyt-root-footer
15
15
  .lyt-footer
16
16
  %span#distributed-by
17
- %a{href: "http://#{Fanforce::BASE_DOMAIN}"} Powered by Fanforce.
17
+ %a{href: "http://#{Fanforce.base_domain}"} Powered by Fanforce.
18
18
 
19
- = javascript "http://#{Fanforce::I_DOMAIN}/#{params[:fanforce_slug]}-fanforce.js#{'?force_compile=1&env=development' if ENV['RACK_ENV']=='development'}"
19
+ = javascript "http://#{Fanforce.i_domain}/#{params[:fanforce_slug]}-fanforce.js#{'?force_compile=1&env=development' if ENV['RACK_ENV']=='development'}"
20
20
  = yield_content :after_fanforce_js
21
21
  :coffeescript
22
22
  if FF.account.website_url
@@ -9,6 +9,6 @@
9
9
 
10
10
  %body
11
11
  = yield
12
- = javascript "///#{Fanforce::I_DOMAIN}/devforce.js?force_compile=#{ENV['RACK_ENV']=='development' ? 1 : 0}&env=#{ENV['RACK_ENV']}"
12
+ = javascript "///#{Fanforce.i_domain}/devforce.js?force_compile=#{ENV['RACK_ENV']=='development' ? 1 : 0}&env=#{ENV['RACK_ENV']}"
13
13
  = javascript '/new_message.js'
14
14
  = yield_content :after_core_js
@@ -9,6 +9,6 @@
9
9
 
10
10
  %body
11
11
  = yield
12
- = javascript '///' + Fanforce::I_DOMAIN + '/devforce.js'
12
+ = javascript '///' + Fanforce.i_domain + '/devforce.js'
13
13
  = javascript '/promotional.js'
14
14
  = yield_content :after_core_js
@@ -9,6 +9,6 @@
9
9
 
10
10
  %body
11
11
  = yield
12
- = javascript '///' + Fanforce::I_DOMAIN + '/devforce.js'
12
+ = javascript '///' + Fanforce.i_domain + '/devforce.js'
13
13
  = javascript '/source_details.js'
14
14
  = yield_content :after_core_js
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  module PluginFactory
3
- VERSION = '0.19.0'
3
+ VERSION = '0.19.1'
4
4
  end
5
5
  end
@@ -18,7 +18,7 @@
18
18
  %h4 About Fanforce
19
19
  .text
20
20
  Fanforce is a real-time engagement platform for brands and causes that makes it easy to turn your database of customers, email subscribers, and fans into engaged advocates for your cause.
21
- %a{href: "http://#{Fanforce::BASE_DOMAIN}"} Learn more.
21
+ %a{href: "http://#{Fanforce.base_domain}"} Learn more.
22
22
 
23
23
  .about.developer
24
24
  %h4
@@ -26,7 +26,7 @@
26
26
  %span.plugin_company_name -------------
27
27
  .text
28
28
  %span.plugin_company_description
29
- %a{href: "http://#{Fanforce::BASE_DOMAIN}"} Learn more.
29
+ %a{href: "http://#{Fanforce.base_domain}"} Learn more.
30
30
 
31
31
  - content_for :after_core_js do
32
32
  :coffeescript
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanforce-plugin-factory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Clark