wdw_sources 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e8259f351928fa508c0c94707966067a4540bec91dbb68a08156aec34568a16
4
- data.tar.gz: 30ec2127ad8cc0f30b711a84bf7044bcfbca7cd839a3ecf00952fa42472fd1a6
3
+ metadata.gz: ba4cadaa2099f0cc5a55214ef84d76676ad9782c6b36a41bcaee6f39c7845505
4
+ data.tar.gz: ee6855f524211c2a77f17b962b6344553b6d92d1910610f1b3c9fe92908be0ef
5
5
  SHA512:
6
- metadata.gz: 3ca24acd279437a79e6a9516b9450df754cdbd0279aec4a37df8958b5c3685308045a117a167ddd3c103c12fc9444c25fb64b615d77cabc2c83701d038ac7526
7
- data.tar.gz: 323a3f327c5083ec78af628f3244812276142a142fe2354b1edf61b0651f480fc383a095579f3a3d5d291482799da016150ef029b1ce6032dd5b2cd1c5f8ffc6
6
+ metadata.gz: de05947095d5be0e9465eb2e3f540cb5a43a1dc88f023790454ae5857d267ab3529f9d0c9521ec4c1bc703e17ed12de0f7a3b97142504de3eccbc9c4129b5393
7
+ data.tar.gz: 7c2abb2080d9cf8535a539ab5412e190d9d19af42941c1fa85e48b65e75261ed647f1234249e057102af657463f0e741e3ceda74bd59fc62725e0112d415faa5
@@ -0,0 +1,5 @@
1
+ class AddThemeparksIdToWdwSourcesTouringplansAttractions < ActiveRecord::Migration[6.1]
2
+ def change
3
+ add_column :wdw_sources_touringplans_attractions, :themeparks_id, :text
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module WdwSources
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wdw_sources
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - captproton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-26 00:00:00.000000000 Z
11
+ date: 2021-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -113,6 +113,7 @@ files:
113
113
  - db/migrate/20211024225255_create_wdw_sources_touringplans_dining_venues.rb
114
114
  - db/migrate/20211024225412_create_wdw_sources_touringplans_attractions.rb
115
115
  - db/migrate/20211024225455_create_wdw_sources_touringplans_hotels.rb
116
+ - db/migrate/20211111214149_add_themeparks_id_to_wdw_sources_touringplans_attractions.rb
116
117
  - db/seeds.rb
117
118
  - db/seeds/touringplans_hotels.rb
118
119
  - lib/generators/wdw_sources/install/install_generator.rb