active_action 0.1.0 → 0.1.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 +4 -4
- data/activeaction.gemspec +1 -1
- data/lib/active_action/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59cc9404b70134f705be3ad4d9b20054005e6a7b
|
4
|
+
data.tar.gz: 78b9363af03508eae583e81e9cbf236f717fbbd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cd8c473c60f34d807d618542efcf9dc307b0b267b426a216f5c8c73313d54652f4be61bf6c9b22b304e2f0f66a2b15113c02a665ca95675ae10c7df4c482974
|
7
|
+
data.tar.gz: 8c041884cc7d2911f6fd060f24ba8c5d71b8857aecf4689a69d64038a0d17fa8226c43e615f9d887231bd6d17554e07a41d620af8dfe5fc9c8ba7fc64c57651f
|
data/activeaction.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = "A tidy DSL to express batch actions"
|
12
12
|
spec.description = "A tidy DSL to express batch actions"
|
13
|
-
spec.homepage = "https://github.com/joshmn/
|
13
|
+
spec.homepage = "https://github.com/joshmn/active_action"
|
14
14
|
|
15
15
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
16
16
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_action
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Brody
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -157,11 +157,11 @@ files:
|
|
157
157
|
- lib/active_action/renderer.rb
|
158
158
|
- lib/active_action/version.rb
|
159
159
|
- lib/active_action/view_helpers.rb
|
160
|
-
homepage: https://github.com/joshmn/
|
160
|
+
homepage: https://github.com/joshmn/active_action
|
161
161
|
licenses: []
|
162
162
|
metadata:
|
163
|
-
homepage_uri: https://github.com/joshmn/
|
164
|
-
source_code_uri: https://github.com/joshmn/
|
163
|
+
homepage_uri: https://github.com/joshmn/active_action
|
164
|
+
source_code_uri: https://github.com/joshmn/active_action
|
165
165
|
post_install_message:
|
166
166
|
rdoc_options: []
|
167
167
|
require_paths:
|