db-clone 1.0.2 → 1.0.3

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: f3c527a7119ba7094775576ce9b10aa05df5db59
4
- data.tar.gz: 43c0f0dd3bc3a27586a9bb6b8eef04b18939829c
3
+ metadata.gz: 8830b09fe71a75ff4d5ecde5d6753775f965bd4a
4
+ data.tar.gz: 709e8df8edd9683673dcc214a7222faef94e51ca
5
5
  SHA512:
6
- metadata.gz: e913b75956dd42d34a3fd516e6df8d32b579f0d3a7da77f0ec1d6affa2ddc9f0012c2070e8bf8f0248b06cd3d4837c0b282daafa28d9e15a59e0b0e466478be2
7
- data.tar.gz: 98e7b6897545043c2070c3f2256589f38cbd7e469e780f209f6f51dab9e051ff2d3e7e27c951f18ff194c1b9957124190c4a559a35cb8d23b891b73ee38d3819
6
+ metadata.gz: 0fd569b77454b405f5a6bf7b0eeea27d98f58d7751de5c334347f466d6a171c89493a7f164279f7dcf4ff9dd33dc6047b83600bba0e07b36a305acaec0c768c6
7
+ data.tar.gz: 62636e8ba2f233d76900dfff7fad409480fb39e6715c240d96a90bbd3add24a8bbfc5a6ef49d9ba81169122a03b3cdf6331abd08507a7ddb45f464bfbaf33626
@@ -1,3 +1,3 @@
1
1
  module DbClone
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: db-clone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Huber
@@ -93,7 +93,7 @@ files:
93
93
  - Rakefile
94
94
  - app/assets/javascripts/db-clone/application.js
95
95
  - app/assets/stylesheets/db-clone/application.css
96
- - app/controllers/db_sync/application_controller.rb
96
+ - app/controllers/db-clone/application_controller.rb
97
97
  - app/helpers/db-clone/application_helper.rb
98
98
  - app/views/layouts/db-clone/application.html.erb
99
99
  - config/routes.rb