rworkflow 0.6.2 → 0.6.3

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rworkflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - barcoo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-02 00:00:00.000000000 Z
11
+ date: 2017-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sidekiq
@@ -76,6 +76,7 @@ files:
76
76
  - MIT-LICENSE
77
77
  - Rakefile
78
78
  - lib/rworkflow.rb
79
+ - lib/rworkflow/configuration.rb
79
80
  - lib/rworkflow/flow.rb
80
81
  - lib/rworkflow/flow_registry.rb
81
82
  - lib/rworkflow/lifecycle.rb
@@ -90,6 +91,7 @@ files:
90
91
  - lib/rworkflow/state_error.rb
91
92
  - lib/rworkflow/transition_error.rb
92
93
  - lib/rworkflow/version.rb
94
+ - lib/rworkflow/version.rb-u
93
95
  - lib/rworkflow/worker.rb
94
96
  - lib/tasks/rworkflow_tasks.rake
95
97
  - test/dummy/README.rdoc
@@ -120,7 +122,7 @@ files:
120
122
  - test/dummy/config/locales/en.yml
121
123
  - test/dummy/config/routes.rb
122
124
  - test/dummy/config/secrets.yml
123
- - test/dummy/db/test.sqlite3
125
+ - test/dummy/log/development.log
124
126
  - test/dummy/log/test.log
125
127
  - test/dummy/public/404.html
126
128
  - test/dummy/public/422.html
@@ -132,7 +134,7 @@ files:
132
134
  - test/sidekiq_flow_test.rb
133
135
  - test/state_test.rb
134
136
  - test/test_helper.rb
135
- homepage: http://www.barcoo.com
137
+ homepage: https://www.barcoo.com
136
138
  licenses:
137
139
  - MIT
138
140
  metadata: {}
@@ -144,7 +146,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
144
146
  requirements:
145
147
  - - ">="
146
148
  - !ruby/object:Gem::Version
147
- version: '0'
149
+ version: '2.3'
148
150
  required_rubygems_version: !ruby/object:Gem::Requirement
149
151
  requirements:
150
152
  - - ">="
@@ -152,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
154
  version: '0'
153
155
  requirements: []
154
156
  rubyforge_project:
155
- rubygems_version: 2.6.6
157
+ rubygems_version: 2.6.10
156
158
  signing_key:
157
159
  specification_version: 4
158
160
  summary: 'TBC: Summary of Rworkflow.'
@@ -183,7 +185,7 @@ test_files:
183
185
  - test/dummy/config/routes.rb
184
186
  - test/dummy/config/secrets.yml
185
187
  - test/dummy/config.ru
186
- - test/dummy/db/test.sqlite3
188
+ - test/dummy/log/development.log
187
189
  - test/dummy/log/test.log
188
190
  - test/dummy/public/404.html
189
191
  - test/dummy/public/422.html