fanforce-plugin-factory 0.28.0 → 0.29.0

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
- OWJiNjllM2MwYjJjZTNmNjFlYjUwYjNiZGQwMWJhZmE4ZjFhMDIyMw==
4
+ OTNjYjVhOWRiNmJkMzM3ODRjNmM0MDQ1ZjRmZWY0N2Y0NjZiOGQ2Mw==
5
5
  data.tar.gz: !binary |-
6
- Y2RjYmU5ZjBjMjJmYmZmMzc5MTNjN2ViMDI3MmIwNTJhM2YwYjUyOQ==
6
+ YmZhMzg1ZGZmZGIwOWM1Y2Q2ZjMxZjAxODc2YTc5ZjU3MzQyYzRmOA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NGY2MTRhN2I2MzdhNGYxMmVlMzBiYWY5NDI3YzA1MjFjNjcyOTEzMjM1YWJk
10
- YzI3YjMxODg1NmQ4YTcxYzk0MzA1MmU5NzFjNzgzYmY2NTJmNDUyZWMzZWQ4
11
- MmQyOThjNWE2NTM3ZmFkNDhhNmFkM2Y1NDY0ZmQzNWFhZjZmY2Y=
9
+ YzIyMThhNDM0NjVkYjcwODlhZGE0YjcxMTkzMDE0OTQyNDkwODcxMDhmY2Yy
10
+ NWI3OThiZmYxZDViZTFiNGRkOTYzNWZkYjgxODVlOTBhMDhjNGY2NmIyY2Q4
11
+ ZjQ0ZjM3ODEzZWFiZGRjYzAyODM4ODg0YzkwYzc0MTk5Yjg2MDY=
12
12
  data.tar.gz: !binary |-
13
- MzYzM2EzNzQ5M2EzZTcwYTBkZDg4MGFiMzAxNjlhMTZjNGYxZTFmNjNhYjVi
14
- NTI5OWIyMDc2YmVhMTUyYTEyYWI2YzlmOWM5YTA5YmI0ZDk2OTBiY2NmNTJi
15
- MGIzODgyYzg2OWYzNjQyNzNkOTk1Yzc2NGFjZTM5Mjc1ZDcwNWQ=
13
+ MjM5NzU4MTk4ODVkZDY4NTNlNGUzY2UxOTYwYzA4M2Q5N2EyNTE5NzZhMjg4
14
+ Y2VjOTI2ZDEwNjI3MjVmNTg2NzA0YWNkZmFhYmI1NmVlNGMzMGQ3OTRiZTU0
15
+ YjM3Mzc4ZTQzNDAzYWQzYjc4ODNmMWMxOWNmNThjY2RiMDY5OWU=
@@ -6,6 +6,10 @@
6
6
  %meta{'http-equiv'=>'Content-Type', content:'text/html; charset=iso-8859-1'}/
7
7
  %meta{'http-equiv'=>'Content-Language', content: 'en-us'}/
8
8
  = stylesheet '/add_edit_initiative.css'
9
+ :javascript
10
+ BASE_DOMAIN = #{Fanforce.base_domain.to_json}
11
+ API_DOMAIN = #{Fanforce.api_domain.to_json}
12
+ ASSETS_DOMAIN = #{Fanforce.assets_domain.to_json}
9
13
 
10
14
  %body
11
15
  = yield
@@ -6,6 +6,10 @@
6
6
  %meta{'http-equiv'=>'Content-Type', content:'text/html; charset=iso-8859-1'}/
7
7
  %meta{'http-equiv'=>'Content-Language', content: 'en-us'}/
8
8
  = stylesheet '/add_source.css'
9
+ :javascript
10
+ BASE_DOMAIN = #{Fanforce.base_domain.to_json}
11
+ API_DOMAIN = #{Fanforce.api_domain.to_json}
12
+ ASSETS_DOMAIN = #{Fanforce.assets_domain.to_json}
9
13
 
10
14
  %body
11
15
  = yield
@@ -6,6 +6,10 @@
6
6
  %meta{'http-equiv'=>'Content-Type', content:'text/html; charset=iso-8859-1'}/
7
7
  %meta{'http-equiv'=>'Content-Language', content: 'en-us'}/
8
8
  = stylesheet '/new_message.css'
9
+ :javascript
10
+ BASE_DOMAIN = #{Fanforce.base_domain.to_json}
11
+ API_DOMAIN = #{Fanforce.api_domain.to_json}
12
+ ASSETS_DOMAIN = #{Fanforce.assets_domain.to_json}
9
13
 
10
14
  %body
11
15
  = yield
@@ -6,6 +6,10 @@
6
6
  %meta{'http-equiv'=>'Content-Type', content:'text/html; charset=iso-8859-1'}/
7
7
  %meta{'http-equiv'=>'Content-Language', content: 'en-us'}/
8
8
  = stylesheet '/promotional.css'
9
+ :javascript
10
+ BASE_DOMAIN = #{Fanforce.base_domain.to_json}
11
+ API_DOMAIN = #{Fanforce.api_domain.to_json}
12
+ ASSETS_DOMAIN = #{Fanforce.assets_domain.to_json}
9
13
 
10
14
  %body
11
15
  = yield
@@ -6,6 +6,10 @@
6
6
  %meta{'http-equiv'=>'Content-Type', content:'text/html; charset=iso-8859-1'}/
7
7
  %meta{'http-equiv'=>'Content-Language', content: 'en-us'}/
8
8
  = stylesheet '/source_details.css'
9
+ :javascript
10
+ BASE_DOMAIN = #{Fanforce.base_domain.to_json}
11
+ API_DOMAIN = #{Fanforce.api_domain.to_json}
12
+ ASSETS_DOMAIN = #{Fanforce.assets_domain.to_json}
9
13
 
10
14
  %body
11
15
  = yield
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  module PluginFactory
3
- VERSION = '0.28.0'
3
+ VERSION = '0.29.0'
4
4
  end
5
5
  end
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.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Clark