schema2plantuml 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 8b5ebe4025f10a60fead23582ac02a64455c3f10
4
- data.tar.gz: 13f378251a501d1ff339b7f88328147e634c87cf
3
+ metadata.gz: 4411373fba99667e546afd487e228d2894aa1414
4
+ data.tar.gz: c817675c6a941c5d1d907ec28fa56572f3d17ff5
5
5
  SHA512:
6
- metadata.gz: 22c84e435dcef3f01e233ad446c3d24d6fe1927ec23e84875004b0ed7af5eb8c91e863a0f621282253a9b6b6382266162a1dc57d9573e929d62c417be24a78bb
7
- data.tar.gz: fbb1b25504edb24c87d2c5584a9de0f7e14fc1df3d4480b29f0c5b79e9d6f68b8918ea2387a32d50f008211ab76003e54860ed945a260ce1f38ad4ab1f6452c9
6
+ metadata.gz: f1f391af73eb05a927b3defb61d82040534b63a10240c607f5955e7bf980734b53eca7990463b71d373751c48b85b0221f01c922f898277737f923dc1fc8d4c9
7
+ data.tar.gz: 0e4e18b9c7920261bed21f0f49837c4b87a236b1b8977266cce59de8ae183a4781e23a48b03c0fb0adbf69d3a996eaf1ab85dd18f88fc4eeebaee1c1fa7da1bb
@@ -17,7 +17,7 @@ module ActiveRecord
17
17
  end
18
18
 
19
19
  def add_foreign_key(child_table_name, parent_table_name, _options = {})
20
- puts "#{child_table_name} o-- #{parent_table_name}"
20
+ puts "#{parent_table_name} --o #{child_table_name}"
21
21
  end
22
22
 
23
23
  def enable_extension(*); end
@@ -1,3 +1,3 @@
1
1
  class Schema2plantuml
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schema2plantuml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - AKAMATSU Yuki