application_action 0.2.0 → 1.0.0.beta1
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/application_action/version.rb +1 -1
- metadata +8 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e2975a5a444b4933f234dbc6154205f89781bf44e7ad6be5042bc4458a78ebb
|
|
4
|
+
data.tar.gz: 146bb1669f8b1932e93ca95c83e36e65e893f9c3e3a53cef25c78f26a808026e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45b703ed89bc74dac0a04515d27e6a47f12fcf3f574ce86877fd2385aaf331eeaa15bce94a7c360b8ad5a164ed9da3bfa34481d086787d7fad77cc864b4c7562
|
|
7
|
+
data.tar.gz: d15bb0b50f0a314e0625b6ffd0ab024053454e9871863347a0313054c403eeda2cc4689e9ceb5bed97a96e996d138f3cbdbae45912ff33be536aa50d88c6337d
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: application_action
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0.beta1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rudiney Altair Franceschi
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -17,9 +17,6 @@ dependencies:
|
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '5.2'
|
|
20
|
-
- - "<"
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: '7'
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -27,9 +24,6 @@ dependencies:
|
|
|
27
24
|
- - ">="
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: '5.2'
|
|
30
|
-
- - "<"
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '7'
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: rspec-rails
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -91,7 +85,7 @@ licenses:
|
|
|
91
85
|
- MIT
|
|
92
86
|
metadata:
|
|
93
87
|
allowed_push_host: https://rubygems.org
|
|
94
|
-
post_install_message:
|
|
88
|
+
post_install_message:
|
|
95
89
|
rdoc_options: []
|
|
96
90
|
require_paths:
|
|
97
91
|
- lib
|
|
@@ -102,12 +96,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
102
96
|
version: '0'
|
|
103
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
98
|
requirements:
|
|
105
|
-
- - "
|
|
99
|
+
- - ">"
|
|
106
100
|
- !ruby/object:Gem::Version
|
|
107
|
-
version:
|
|
101
|
+
version: 1.3.1
|
|
108
102
|
requirements: []
|
|
109
|
-
rubygems_version: 3.
|
|
110
|
-
signing_key:
|
|
103
|
+
rubygems_version: 3.2.15
|
|
104
|
+
signing_key:
|
|
111
105
|
specification_version: 4
|
|
112
106
|
summary: Adds the 'Actions' concept to your Rails APP
|
|
113
107
|
test_files: []
|