ad_space 0.1.4 → 0.1.6

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ad_space
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - 42up
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-02 00:00:00.000000000 Z
11
+ date: 2023-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -103,6 +103,7 @@ files:
103
103
  - app/models/ad_space/advertisement.rb
104
104
  - app/models/ad_space/application_record.rb
105
105
  - app/models/ad_space/breadcrumb.rb
106
+ - app/models/ad_space/i18n_config.rb
106
107
  - app/models/ad_space/slot.rb
107
108
  - app/serializers/v1/advertisement_serializer.rb
108
109
  - app/validators/url_or_custom_scheme_validator.rb
@@ -120,6 +121,9 @@ files:
120
121
  - app/views/ad_space/slots/new.html.erb
121
122
  - app/views/ad_space/slots/show.html.erb
122
123
  - app/views/layouts/ad_space/application.html.erb
124
+ - bin/rails
125
+ - config/i18n-tasks.yml
126
+ - config/locales/zh-CN.yml
123
127
  - config/routes.rb
124
128
  - db/migrate/20231026152912_create_ad_space_slots.rb
125
129
  - db/migrate/20231026160758_create_ad_space_advertisements.rb
@@ -129,6 +133,8 @@ files:
129
133
  - lib/ad_space/engine.rb
130
134
  - lib/ad_space/version.rb
131
135
  - lib/tasks/ad_space_tasks.rake
136
+ - public/ad_space-assets/application.js
137
+ - public/ad_space-assets/application.js.map
132
138
  homepage: https://github.com/42up/ad_space.git
133
139
  licenses:
134
140
  - MIT