smash_the_state 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: smash_the_state
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.4
5
+ platform: ruby
6
+ authors:
7
+ - Dan Connor
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-05-13 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: active_model_attributes
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 1.2.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 1.2.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: activesupport
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 3.0.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 3.0.0
41
+ description: ''
42
+ email:
43
+ - dan@danconnor.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - README.md
49
+ - Rakefile
50
+ - lib/smash_the_state.rb
51
+ - lib/smash_the_state/matchers.rb
52
+ - lib/smash_the_state/operation.rb
53
+ - lib/smash_the_state/operation/definition.rb
54
+ - lib/smash_the_state/operation/dry_run.rb
55
+ - lib/smash_the_state/operation/error.rb
56
+ - lib/smash_the_state/operation/sequence.rb
57
+ - lib/smash_the_state/operation/state.rb
58
+ - lib/smash_the_state/operation/state_type.rb
59
+ - lib/smash_the_state/operation/step.rb
60
+ - lib/smash_the_state/version.rb
61
+ - spec/unit/operation/definition_spec.rb
62
+ - spec/unit/operation/sequence_spec.rb
63
+ - spec/unit/operation/state_spec.rb
64
+ - spec/unit/operation/step_spec.rb
65
+ - spec/unit/operation_spec.rb
66
+ homepage: https://github.com/ibm-cloud/smash-the-state
67
+ licenses:
68
+ - Apache-2.0
69
+ metadata: {}
70
+ post_install_message:
71
+ rdoc_options: []
72
+ require_paths:
73
+ - lib
74
+ required_ruby_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
79
+ required_rubygems_version: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
84
+ requirements: []
85
+ rubygems_version: 3.0.3
86
+ signing_key:
87
+ specification_version: 4
88
+ summary: A useful utility for transforming state that provides step sequencing, middleware,
89
+ and validation.
90
+ test_files: []