ad_space 0.1.4 → 0.1.5
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 +4 -4
- data/Gemfile.lock +1 -1
- data/ad_space.gemspec +1 -3
- data/bin/rails +14 -0
- data/lib/ad_space/version.rb +1 -1
- data/public/ad_space-assets/application.js +31 -0
- data/public/ad_space-assets/application.js.map +7 -0
- metadata +4 -1
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ad_space
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 42up
|
|
@@ -120,6 +120,7 @@ files:
|
|
|
120
120
|
- app/views/ad_space/slots/new.html.erb
|
|
121
121
|
- app/views/ad_space/slots/show.html.erb
|
|
122
122
|
- app/views/layouts/ad_space/application.html.erb
|
|
123
|
+
- bin/rails
|
|
123
124
|
- config/routes.rb
|
|
124
125
|
- db/migrate/20231026152912_create_ad_space_slots.rb
|
|
125
126
|
- db/migrate/20231026160758_create_ad_space_advertisements.rb
|
|
@@ -129,6 +130,8 @@ files:
|
|
|
129
130
|
- lib/ad_space/engine.rb
|
|
130
131
|
- lib/ad_space/version.rb
|
|
131
132
|
- lib/tasks/ad_space_tasks.rake
|
|
133
|
+
- public/ad_space-assets/application.js
|
|
134
|
+
- public/ad_space-assets/application.js.map
|
|
132
135
|
homepage: https://github.com/42up/ad_space.git
|
|
133
136
|
licenses:
|
|
134
137
|
- MIT
|