fanforce-plugin-factory 0.17.0 → 0.17.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
- MDE4YzhiNjViMDEwYTc4YTgwYTcwMTBiMTgzYWM0YTU5NWVjNmMyOQ==
4
+ ZDY0ZDhkODYwN2E4ZDNhODIyOGJjZGE4OTUzOTk2ZjUxNTliYzA5Nw==
5
5
  data.tar.gz: !binary |-
6
- YTQ4ZDNlZTRlY2E3ZDNmOTE3NzY4ZGU4MTNjNWU5MmQwNDllNzU1MA==
6
+ YWU5NThlZmUxNjczMzdjYmY4YTRjZjBjYzA2YmYzZDE5MDY5ZmU0MA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YWE4OGU0ZjFjOWE4NTk1YzVkNzA0MzU4ZTE0ZGE4MWI0OGQ1OTNjYmVkODBi
10
- NTY5OTgzZWE2OGJkNDhmNWFmZmJiM2U3YjRiZTE5YmFkODJhNDllMzM3NjQ5
11
- MWI3YzQ1YjRkYzliZmRhMWM5ZDk5MjdjYTk1NDVmZjkzMDNjZWE=
9
+ MzIzNmVjZTE2NjA4ODE2NzI0ODc0YWVmZmU2OTViODk3OTg0YTZiMmE5ZDgz
10
+ NjY4ZDYzMTQyNjMwMmZkNzM2OGE2YTI4OWEwMGU0MWE4ZTQ3MDc1N2Q0YjA0
11
+ NDRhZGQwMmM4YjIwMGQwYjc1MGQ1OWVkMjhjODZlMmY3M2U3YjY=
12
12
  data.tar.gz: !binary |-
13
- YTg5NWU2MjM3MjI2MWEwZWQyNmQxYjc2MzJmOWNiZmQxOWZjYmY2OWU0NmE1
14
- NWYzZTcyNGE2Yzg4YjI5NTJiMDU3ZjczMzNjZjg5ZDNhZWJkNGI5MGJmNTY3
15
- MDMxZWE2ZjJmZWM4NWVjNTcxMTIxMWMxMzE4ZmQ1NjljNDhkZmU=
13
+ YTYwYzA4ZWViM2U0YTA1NGUzNTIzOTkyODAyYmEyNzlmODhlNzIxZTIzNDkw
14
+ ZGJlNGFjYWI1NWM2NzljYzQ0NzEwZmQ4ODM5MjhlODY5NTFkYTQ5MjQ1YTc4
15
+ MTY4NDhlNmEwNzY2NDhhZDI1NTc2OTQ2ZWExYmY0ZmJjOTE1ODI=
@@ -9,6 +9,6 @@
9
9
 
10
10
  %body
11
11
  = yield
12
- = javascript '///' + $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 '///' + $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://#{$BASE_DOMAIN}"} Powered by Fanforce.
17
+ %a{href: "http://#{Fanforce::BASE_DOMAIN}"} Powered by Fanforce.
18
18
 
19
- = javascript "http://#{$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 "///#{$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 '///' + $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 '///' + $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.17.0'
3
+ VERSION = '0.17.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://#{$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://#{$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.17.0
4
+ version: 0.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Clark