jekyll-action-network 0.3.1 → 0.3.2

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c83cc2556bb96c04dd1481258220461ed4b67b83ae00f5f01727b6c842b2664
4
- data.tar.gz: 463229d70c6c7320828a3020d4295cfa97bc5577eeb926367940b83b23500f13
3
+ metadata.gz: fbd60e9684a0f7d773315ef6918aa6d556252241dfa9bf3d1522b9372f1efef2
4
+ data.tar.gz: 483493faafafa23cc318fe7f1524d4957fe3460f3b64ffa274355937da00cc67
5
5
  SHA512:
6
- metadata.gz: 53513999a53c8878fd10da80243c76644067a26d90715772ef03daefe0e5da6dcace39ce101702b956be80178fd8100398a8f149339225a938a1758f4363b3a4
7
- data.tar.gz: 99e1450c23f6b5c4dd1f5baa4367942a2872a6392350cf34cbda013a3249cdcd0df5acf3e0d75ac1d62ca79b3ff79d9e47999dfb25cf3f26985e49251d889913
6
+ metadata.gz: 752c465b3ead4623aa1f0c37e0fe7fd41e0a9556ba893c8922e1a29012f969cf673a25703a6d3b43c2beab9d2d54568106b7de9590699a8f6c1d52dd615a29e1
7
+ data.tar.gz: a4c144286814cce90c8fad0064eb8475ce4d60c28b0fe2e24d1ca7c4f39898b11fe65b7650be8146b5711f62ea58028f1ce06c6e2a314e1654295068e790c47e
@@ -48,17 +48,17 @@ defaults:
48
48
  featured_image_url: image
49
49
  target: target
50
50
  "action_network:sponsor": sponsor
51
- campaigns:
52
- collection: campaigns
53
- layout: an-campaign
54
- content: description
55
- mappings:
56
- title: title
57
- description: description
58
- browser_url: browser_url
59
- featured_image_url: image
60
- actions: actions
61
- "action_network:sponsor": sponsor
51
+ # campaigns:
52
+ # collection: campaigns
53
+ # layout: an-campaign
54
+ # content: description
55
+ # mappings:
56
+ # title: title
57
+ # description: description
58
+ # browser_url: browser_url
59
+ # featured_image_url: image
60
+ # actions: actions
61
+ # "action_network:sponsor": sponsor
62
62
  events:
63
63
  collection: events
64
64
  layout: an-event
@@ -89,27 +89,27 @@ defaults:
89
89
  total_events: total_events
90
90
  total_rsvps: total_rsvps
91
91
  "action_network:sponsor": sponsor
92
- advocacy_campaigns:
93
- collection: advocacy_campaigns
94
- layout: an-advocacy_campaign
95
- content: description
96
- mappings:
97
- title: title
98
- description: description
99
- type: type
100
- browser_url: browser_url
101
- featured_image_url: image
102
- "action_network:sponsor": sponsor
103
- targets: targets
104
- total_outreaches: total_outreaches
105
- forms:
106
- collection: forms
107
- layout: an-form
108
- content: description
109
- mappings:
110
- title: title
111
- description: description
112
- call_to_action: call_to_action
113
- browser_url: browser_url
114
- featured_image_url: image
115
- "action_network:sponsor": sponsor
92
+ # advocacy_campaigns:
93
+ # collection: advocacy_campaigns
94
+ # layout: an-advocacy_campaign
95
+ # content: description
96
+ # mappings:
97
+ # title: title
98
+ # description: description
99
+ # type: type
100
+ # browser_url: browser_url
101
+ # featured_image_url: image
102
+ # "action_network:sponsor": sponsor
103
+ # targets: targets
104
+ # total_outreaches: total_outreaches
105
+ # forms:
106
+ # collection: forms
107
+ # layout: an-form
108
+ # content: description
109
+ # mappings:
110
+ # title: title
111
+ # description: description
112
+ # call_to_action: call_to_action
113
+ # browser_url: browser_url
114
+ # featured_image_url: image
115
+ # "action_network:sponsor": sponsor
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module ActionNetwork
5
- VERSION = "0.3.1"
5
+ VERSION = "0.3.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-action-network
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Irving
@@ -10,6 +10,20 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2022-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: action_network_rest
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 0.10.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 0.10.0
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: dotenv
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -78,6 +92,34 @@ dependencies:
78
92
  - - "~>"
79
93
  - !ruby/object:Gem::Version
80
94
  version: 12.3.3
95
+ - !ruby/object:Gem::Dependency
96
+ name: rspec
97
+ requirement: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - "~>"
100
+ - !ruby/object:Gem::Version
101
+ version: 3.11.0
102
+ type: :development
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ requirements:
106
+ - - "~>"
107
+ - !ruby/object:Gem::Version
108
+ version: 3.11.0
109
+ - !ruby/object:Gem::Dependency
110
+ name: rubocop
111
+ requirement: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - "~>"
114
+ - !ruby/object:Gem::Version
115
+ version: 1.36.0
116
+ type: :development
117
+ prerelease: false
118
+ version_requirements: !ruby/object:Gem::Requirement
119
+ requirements:
120
+ - - "~>"
121
+ - !ruby/object:Gem::Version
122
+ version: 1.36.0
81
123
  description: ''
82
124
  email:
83
125
  - joe@tippingpointuk.org
@@ -85,10 +127,10 @@ executables: []
85
127
  extensions: []
86
128
  extra_rdoc_files: []
87
129
  files:
88
- - lib/jekyll-action-network.rb
89
130
  - lib/jekyll/action-network/generator.rb
90
131
  - lib/jekyll/action-network/settings.yaml
91
132
  - lib/jekyll/action-network/version.rb
133
+ - lib/jekyll_action_network.rb
92
134
  homepage: https://github.com/joe-irving/jekyll-action-network/
93
135
  licenses:
94
136
  - MIT
@@ -102,7 +144,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
102
144
  requirements:
103
145
  - - ">="
104
146
  - !ruby/object:Gem::Version
105
- version: '0'
147
+ version: '2.5'
106
148
  required_rubygems_version: !ruby/object:Gem::Requirement
107
149
  requirements:
108
150
  - - ">="