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 +4 -4
- data/lib/make_model_controller/version.rb +1 -1
- data/make_model_controller.gemspec +1 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88bc651e56f038f0498e9263d3a5cd36c97aaeea3038605d91220693cea8ef46
|
4
|
+
data.tar.gz: 8a5947095ec3013817701816be61ea9e161e7cd9203acac9ed0f83e7e0f489f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77afb5fd8db0fc6165363960516a9bf9dddc0fe8d525a09da59967fda7f6b99fc64a8195327a8f48b060bbd4250b74b480516016e598e7b2972accb6d36133b0
|
7
|
+
data.tar.gz: 8ecc4202095ae143c6475677bd544f266d7b30b16369575fbaac862c3c5c8e412bafcf886ce81eb04613e0b8a7a05b6b7fdbccf76079674757f250d410d6ccf2
|
@@ -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{
|
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.
|
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:
|
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:
|
75
|
+
homepage:
|
76
76
|
licenses:
|
77
77
|
- MIT
|
78
78
|
metadata: {}
|