hmvc-rails 1.0.0 → 1.0.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
  SHA256:
3
- metadata.gz: 4dd3f8480d396c51dc8d60cc16c5df9596f66d246079db510e41847f8cc10140
4
- data.tar.gz: 6318242634c8b11060724147d7b28f0e7dbecce9338e08a18c5dd041784ad515
3
+ metadata.gz: 8f83b0fe836cc23a55c3cc64b7c7501fc95ab64038dd9045c7234282cbd689b0
4
+ data.tar.gz: fe91f5e61f4f9a90a338dd63bad014493e1d64e16a7b3cfba28b82af25010be8
5
5
  SHA512:
6
- metadata.gz: c905bd1b4a55b56c4c0265e21f4d4dfed4526a3d07d571c414475291f3f51ef105ba6c756860212924e3516ce076023449607f8be4846613d401060f1a80e94a
7
- data.tar.gz: be42b1a104ff76ac32fbb8b12e21862094f64fab70b88f5a5915fffb78baf74fc25716d0fb865ef4b6aed9b4afadaf8d370511600f8c74170556777680857b09
6
+ metadata.gz: d910ee0f1bb4e00b6cf72a38698b1ae3d53f3975e22b6b76df64ab3a968f3bbce62f50d05061f7459c6e0cd48de3f4194722a1542a97188213d29ac54fe05724
7
+ data.tar.gz: a132f4be97ee132e94890f9602b9fe57c3dde7f25b99691fba50a7a431bb335f6cc6394af288596ac651a7f28b9b7b8fd8f640a7c3069786b6ec25fc589b4ff7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hmvc-rails (1.0.0)
4
+ hmvc-rails (1.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -19,9 +19,7 @@
19
19
  Add this line to your application's Gemfile
20
20
 
21
21
  ```ruby
22
- group :development do
23
- gem 'hmvc-rails', git: 'git@github.com:TOMOSIA-VIETNAM/hmvc-rails.git'
24
- end
22
+ gem 'hmvc-rails', '1.0.0', group: :development
25
23
  ```
26
24
 
27
25
  Then execute
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Hmvc
4
4
  module Rails
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
7
7
  end
@@ -15,7 +15,7 @@ module RuboCop
15
15
  return unless node.children.first == :call
16
16
 
17
17
  node.body.to_a.compact.each do |ast|
18
- next if ast.is_a?(Symbol) && (ast.to_s.start_with?("step_") || ats.to_s == "super")
18
+ next if ast.is_a?(Symbol) && (ast.to_s.start_with?("step_") || ast.to_s == "super")
19
19
 
20
20
  next if ast.is_a?(RuboCop::AST::SendNode) &&
21
21
  (ast.children.last.to_s.start_with?("step_") || ast.children.last.to_s == "super")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hmvc-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thucpt
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-24 00:00:00.000000000 Z
11
+ date: 2023-05-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: hmvc-rails is a high-level model for the Rails MVC architecture
14
14
  email:
@@ -25,6 +25,7 @@ files:
25
25
  - LICENSE.txt
26
26
  - README.md
27
27
  - Rakefile
28
+ - hmvc-rails-1.0.0.gem
28
29
  - lib/generators/hmvc_rails/hmvc_rails_generator.rb
29
30
  - lib/generators/hmvc_rails/install_generator.rb
30
31
  - lib/generators/hmvc_rails/templates/configures/hmvc_rails.rb.tt
@@ -67,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
68
  - !ruby/object:Gem::Version
68
69
  version: '0'
69
70
  requirements: []
70
- rubygems_version: 3.3.25
71
+ rubygems_version: 3.4.13
71
72
  signing_key:
72
73
  specification_version: 4
73
74
  summary: hmvc-rails is a high-level model for the Rails MVC architecture