implicit_resource 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cd6ad0e6c6212045d4b6d3fb2eec3ca9c901d4624533f7ed9fa7f2feedc179b
4
- data.tar.gz: b4efa30d7b1c6a7706be07ee362d0cfb600dbd4f53a3cfe44f12b42cc9f8bfc9
3
+ metadata.gz: 82564546507827ed93c5878a74f1afb530b26d6a2a1c11ab2f592de0009da295
4
+ data.tar.gz: b02568b2e6ac91da9cb71bdd8f59bc5f287303b549b1d9c50f31ed241252662a
5
5
  SHA512:
6
- metadata.gz: 4044df37cf13a185176605427545fee16359ffa68eb8d0b1f88e31355b815b3634fa0af163aa15f4c932f31e36beefe5c522af7582244b47649b30426c4a2292
7
- data.tar.gz: 9af3ce0fe668ca9b748f744d759b2f3f47a306bf3cda310f24ddca4341b10084e502e9490d2d010bcdbbf44bfda64914239fa7cd78a5187956bfa380f0a8802a
6
+ metadata.gz: 779b52429e7e7fba992b7061f011790c584c2d12f3dc36534694dff3c6d308882d55b84fc090a224ab20d2a6941b4d913a2a6d19a605636e86a86e91e14aa9d1
7
+ data.tar.gz: ec0686d1f413a1b671253d083bd8d7add578fc6adab16de68a40d1764381c594d9cd18e912421f2a8941278101a508c138f45961b0cf1de3c9d2b308d8c2e775
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  ## ImplicitResource
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/implicit_resource.svg)](https://badge.fury.io/rb/implicit_resource)
4
+
3
5
  In most cases you will have the same old code in your controllers, this gem allows some very basic assumptions while giving you the option to override the behavior. This allows your controllers to be limited to just the required code.
4
6
 
5
7
  Assumptions this code makes:
@@ -1,3 +1,3 @@
1
1
  module ImplicitResource
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: implicit_resource
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Kelley
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-29 00:00:00.000000000 Z
11
+ date: 2024-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: responders
@@ -72,7 +72,7 @@ licenses:
72
72
  metadata:
73
73
  source_code_uri: https://github.com/codezomb/implicit_resource
74
74
  homepage_uri: https://github.com/codezomb/implicit_resource
75
- post_install_message:
75
+ post_install_message:
76
76
  rdoc_options: []
77
77
  require_paths:
78
78
  - lib
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  requirements: []
90
90
  rubygems_version: 3.4.19
91
- signing_key:
91
+ signing_key:
92
92
  specification_version: 4
93
93
  summary: ImplicitResource
94
94
  test_files: []