make_model_controller 0.1.3 → 0.1.4

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: 6c3bb7130fbe2c1dd23640aad68a654062ad615a9708f5193582d6858bf40fbf
4
- data.tar.gz: 311434c882906dba5edba6f08a41ae26eb6004cf1f08a91c9509a4ff10e595a8
3
+ metadata.gz: 387a6aa97eb56dd2136acbe7230b3a6c8026c4ec8fc4a1c793a32878dd80b6f3
4
+ data.tar.gz: d0df96332aaeb3fc9240a299979aa2a7a995c74e549692219814e831b0af20cc
5
5
  SHA512:
6
- metadata.gz: 4af4067b3f2108884d4a06dea57a19e81893ab2436a29749330e04e67d29083c10831fb5eaeb4f3050227eed4448da9dfc9a62363e3958f40f3b7152fccda21f
7
- data.tar.gz: f7893ebf7ba2c24eddc0a57e86daf96e353237db2ce89c293039aa4fd64a6d3e984327806ec5025ec69ab3f81b8e2334f1436e0ddc19e694e1ce9c45fbd27782
6
+ metadata.gz: a633228e19e3bb3636acd6b8b43782d3699afc7c66eab9ae761d6a2f60d92e090600c42cef7c12a7d24c382106b8f94039d94eebd30eb5d01a3660d83e70f247
7
+ data.tar.gz: c195d569696ce02ba048f0be06a10b688ae1a6820b6d1be58cbce57cd9fdb72394951c11d6394562fb490a98b8850ec8e8593d18f7cc5112b3e5a8d4b2adff24
@@ -1,3 +1,3 @@
1
1
  module MakeModelController
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -9,19 +9,14 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Sandip Bhowmick"]
10
10
  spec.email = ["bhowmick.sandip@gmail.com"]
11
11
 
12
- spec.summary = %q{"This is for creating your models and controllers."}
12
+ spec.summary = %q{This is for creating your models and controllers.}
13
13
  spec.description = %q{"This is for creating your models and controllers."}
14
14
  spec.homepage = "https://rubygems.org/gems/make_model_controller"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
19
- if spec.respond_to?(:metadata)
20
- spec.metadata["allowed_push_host"] = 'https://rubygems.org'
21
- else
22
- raise "RubyGems 2.0 or newer is required to protect against " \
23
- "public gem pushes."
24
- end
19
+
25
20
 
26
21
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
22
  f.match(%r{^(test|spec|features)/})
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandip Bhowmick
@@ -75,8 +75,7 @@ files:
75
75
  homepage: https://rubygems.org/gems/make_model_controller
76
76
  licenses:
77
77
  - MIT
78
- metadata:
79
- allowed_push_host: https://rubygems.org
78
+ metadata: {}
80
79
  post_install_message:
81
80
  rdoc_options: []
82
81
  require_paths:
@@ -96,5 +95,5 @@ rubyforge_project:
96
95
  rubygems_version: 2.7.4
97
96
  signing_key:
98
97
  specification_version: 4
99
- summary: '"This is for creating your models and controllers."'
98
+ summary: This is for creating your models and controllers.
100
99
  test_files: []