make_model_controller 0.1.7 → 0.1.8

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
  SHA256:
3
- metadata.gz: 4ecf03eb11e8aa2bbd71635ed402966f5586cce6fa7dbec03256416525881cee
4
- data.tar.gz: f7f5c6316d7999fadd8ec27ad9e44eb1afdf4ef69fc350085bd32f3aa4050f47
3
+ metadata.gz: 88bc651e56f038f0498e9263d3a5cd36c97aaeea3038605d91220693cea8ef46
4
+ data.tar.gz: 8a5947095ec3013817701816be61ea9e161e7cd9203acac9ed0f83e7e0f489f5
5
5
  SHA512:
6
- metadata.gz: c54fddc966284b6ab389c2772eeb28112201df213d165fe1ca0939950716a4597b98c9b728a6a802480bbed0132f7c2ff7d1a885b5d78a7055a10c802c28857c
7
- data.tar.gz: 9ebad14547367f5800f21dca3adc107c345f5ed7fed88fd9945d6ebb44ee2ed72629d17677ae5babcb0163613a5064a763e895d39c8ac46dc6f50876a0120fea
6
+ metadata.gz: 77afb5fd8db0fc6165363960516a9bf9dddc0fe8d525a09da59967fda7f6b99fc64a8195327a8f48b060bbd4250b74b480516016e598e7b2972accb6d36133b0
7
+ data.tar.gz: 8ecc4202095ae143c6475677bd544f266d7b30b16369575fbaac862c3c5c8e412bafcf886ce81eb04613e0b8a7a05b6b7fdbccf76079674757f250d410d6ccf2
@@ -1,3 +1,3 @@
1
1
  module MakeModelController
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
@@ -10,8 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["bhowmick.sandip@gmail.com"]
11
11
 
12
12
  spec.summary = %q{This is for creating your models and controllers.}
13
- spec.description = %q{"This is for creating your models and controllers."}
14
- spec.homepage = "https://rubygems.org/gems/make_model_controller"
13
+ spec.description = %q{This is for creating your models and controllers.}
15
14
  spec.license = "MIT"
16
15
 
17
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: make_model_controller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandip Bhowmick
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: '"This is for creating your models and controllers."'
55
+ description: This is for creating your models and controllers.
56
56
  email:
57
57
  - bhowmick.sandip@gmail.com
58
58
  executables: []
@@ -72,7 +72,7 @@ files:
72
72
  - lib/make_model_controller.rb
73
73
  - lib/make_model_controller/version.rb
74
74
  - make_model_controller.gemspec
75
- homepage: https://rubygems.org/gems/make_model_controller
75
+ homepage:
76
76
  licenses:
77
77
  - MIT
78
78
  metadata: {}