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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0c193e9af085271835f1bb36f124cfc4c4fbe39
4
- data.tar.gz: e958b93e568c9d1a9fb89494a7c3799f0b7a46e9
3
+ metadata.gz: 59cc9404b70134f705be3ad4d9b20054005e6a7b
4
+ data.tar.gz: 78b9363af03508eae583e81e9cbf236f717fbbd3
5
5
  SHA512:
6
- metadata.gz: 2f85875f402d3ad99957e251532c5d2becfde702acc1b3b78cfd4ec28d81c7872d7425ce8c736643f216c120e479d9473a9334f14d9b5af9b83b355d1a6a4b10
7
- data.tar.gz: fb5c45d2cd1ed2785bfbd465450893c7a6d85b1f9052eefe23e0483dd142a8b1d3d09266c3a560fb61c4b6ac6f035e713d5091bd82e1d16cefddf05a0d0d0e9e
6
+ metadata.gz: 7cd8c473c60f34d807d618542efcf9dc307b0b267b426a216f5c8c73313d54652f4be61bf6c9b22b304e2f0f66a2b15113c02a665ca95675ae10c7df4c482974
7
+ data.tar.gz: 8c041884cc7d2911f6fd060f24ba8c5d71b8857aecf4689a69d64038a0d17fa8226c43e615f9d887231bd6d17554e07a41d620af8dfe5fc9c8ba7fc64c57651f
@@ -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/activeaction"
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.
@@ -1,3 +1,3 @@
1
1
  module ActiveAction
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: active_action
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
  - Josh Brody
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-04 00:00:00.000000000 Z
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/activeaction
160
+ homepage: https://github.com/joshmn/active_action
161
161
  licenses: []
162
162
  metadata:
163
- homepage_uri: https://github.com/joshmn/activeaction
164
- source_code_uri: https://github.com/joshmn/activeaction
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: