phcdevworks_tutorials 9.0.0 → 9.0.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: 28c702691a217f71966ef5f0fa2eec943ce2af21671cfd276d5a3a143b9f1dbb
4
- data.tar.gz: 1302eab483af6aaa7e6deb5fbe6ce7ab61e157e58dd3faf24be814fea607432f
3
+ metadata.gz: ec03245ee126cdedf26275c786bdb35cbadd6e366bb81188221926f1b6af44d8
4
+ data.tar.gz: 66a0ede433b2c5927848c94d68b510f11c1459b0f13efaad258496e25a5f247c
5
5
  SHA512:
6
- metadata.gz: 7137be31ae884fbada57ab28f4897d8a1a2db25f67477dacd14fe1c21f385de549b28f79717001fda548fda47ac6f4f1270486fee197abec2259f17c7dbcfd9a
7
- data.tar.gz: f7e0546544c7b5cae63a5220c52203fb6685393262619b8b5cb24f42eab43c5854df83c4b6a943a68a8ca4db86d0076ac0ddeac25695c5f8c81665dd889527fb
6
+ metadata.gz: 1998080eeedad2dda451b0fced3a5fc24934e5c2dd9200ca3df9a4edd8fca6afce08b8d18e94bd4df6937dae0234d65c1f9237ccdbd2fa5d593d36bdc839f051
7
+ data.tar.gz: e9af32ed7d70bc62e86d1e42c9278d57b82923dd4ade42320693d7e7f82cbee483b3b2ca567aa7d03ae408a7cb083c15b67acb329cf04dda0667f0e9da31e31e
@@ -1,4 +1,4 @@
1
- class PhcdevworksTutorialsCommandCategoriesPosts < ActiveRecord::Migration[6.0]
1
+ class CreatePhcdevworksTutorialsCommandCategoriesPosts < ActiveRecord::Migration[6.0]
2
2
  def change
3
3
  create_table :phcdevworks_tutorials_command_categories_posts do |t|
4
4
 
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksTutorials
2
- VERSION = "9.0.0"
2
+ VERSION = "9.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_tutorials
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.0
4
+ version: 9.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-21 00:00:00.000000000 Z
11
+ date: 2020-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -357,7 +357,7 @@ files:
357
357
  - db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
358
358
  - db/migrate/20200321122525_create_phcdevworks_tutorials_command_items_versions.rb
359
359
  - db/migrate/20200321122606_create_phcdevworks_tutorials_command_posts_versions.rb
360
- - db/migrate/20200328012248_phcdevworks_tutorials_command_categories_posts.rb
360
+ - db/migrate/20200328012248_create_phcdevworks_tutorials_command_categories_posts.rb
361
361
  - lib/phcdevworks_tutorials.rb
362
362
  - lib/phcdevworks_tutorials/engine.rb
363
363
  - lib/phcdevworks_tutorials/version.rb