post_pusher 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/generators/post_push_task/templates/post_push_task.rake.erb +8 -1
- data/lib/post_pusher/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/post_push/1_broken_task.log +3 -3
- data/test/dummy/log/test.log +37 -971
- metadata +37 -37
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: post_pusher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PatientsLikeMe
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -56,16 +56,16 @@ dependencies:
|
|
56
56
|
name: minitest-reporters
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - "
|
59
|
+
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
61
|
+
version: 1.1.11
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - "
|
66
|
+
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version:
|
68
|
+
version: 1.1.11
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: minitest-spec-rails
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -187,50 +187,50 @@ signing_key:
|
|
187
187
|
specification_version: 4
|
188
188
|
summary: A tool to run a set of tasks after deploys
|
189
189
|
test_files:
|
190
|
-
- test/
|
190
|
+
- test/rake_task_runner_test.rb
|
191
|
+
- test/test_helper.rb
|
192
|
+
- test/dummy/log/post_push/3_runnable_task.log
|
193
|
+
- test/dummy/log/post_push/1_broken_task.log
|
194
|
+
- test/dummy/log/test.log
|
195
|
+
- test/dummy/README.rdoc
|
191
196
|
- test/dummy/app/assets/stylesheets/application.css
|
197
|
+
- test/dummy/app/assets/javascripts/application.js
|
192
198
|
- test/dummy/app/controllers/application_controller.rb
|
193
199
|
- test/dummy/app/helpers/application_helper.rb
|
194
200
|
- test/dummy/app/views/layouts/application.html.erb
|
195
|
-
- test/dummy/
|
196
|
-
- test/dummy/
|
201
|
+
- test/dummy/config.ru
|
202
|
+
- test/dummy/lib/tasks/dummy_tasks.rake
|
203
|
+
- test/dummy/db/schema.rb
|
204
|
+
- test/dummy/db/test.sqlite3
|
205
|
+
- test/dummy/db/migrate/20160620190743_create_post_push_status.rb
|
206
|
+
- test/dummy/db/migrate/20151229195418_create_soft_deletables.rb
|
207
|
+
- test/dummy/db/migrate/20150618161222_create_user.rb
|
197
208
|
- test/dummy/bin/rake
|
198
209
|
- test/dummy/bin/setup
|
199
|
-
- test/dummy/
|
200
|
-
- test/dummy/
|
201
|
-
- test/dummy/config/database.yml
|
210
|
+
- test/dummy/bin/rails
|
211
|
+
- test/dummy/bin/bundle
|
202
212
|
- test/dummy/config/environment.rb
|
203
|
-
- test/dummy/config/environments/development.rb
|
204
|
-
- test/dummy/config/environments/production.rb
|
205
|
-
- test/dummy/config/environments/test.rb
|
206
|
-
- test/dummy/config/initializers/assets.rb
|
207
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
208
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
209
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
210
213
|
- test/dummy/config/initializers/inflections.rb
|
211
|
-
- test/dummy/config/initializers/mime_types.rb
|
212
214
|
- test/dummy/config/initializers/session_store.rb
|
215
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
216
|
+
- test/dummy/config/initializers/assets.rb
|
217
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
213
218
|
- test/dummy/config/initializers/wrap_parameters.rb
|
219
|
+
- test/dummy/config/initializers/mime_types.rb
|
220
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
214
221
|
- test/dummy/config/locales/en.yml
|
215
|
-
- test/dummy/config/
|
222
|
+
- test/dummy/config/application.rb
|
223
|
+
- test/dummy/config/environments/production.rb
|
224
|
+
- test/dummy/config/environments/development.rb
|
225
|
+
- test/dummy/config/environments/test.rb
|
226
|
+
- test/dummy/config/database.yml
|
227
|
+
- test/dummy/config/boot.rb
|
216
228
|
- test/dummy/config/secrets.yml
|
217
|
-
- test/dummy/config.
|
218
|
-
- test/dummy/
|
219
|
-
- test/dummy/db/migrate/20151229195418_create_soft_deletables.rb
|
220
|
-
- test/dummy/db/migrate/20160620190743_create_post_push_status.rb
|
221
|
-
- test/dummy/db/schema.rb
|
222
|
-
- test/dummy/db/test.sqlite3
|
223
|
-
- test/dummy/lib/tasks/dummy_tasks.rake
|
224
|
-
- test/dummy/log/post_push/1_broken_task.log
|
225
|
-
- test/dummy/log/post_push/3_runnable_task.log
|
226
|
-
- test/dummy/log/test.log
|
229
|
+
- test/dummy/config/routes.rb
|
230
|
+
- test/dummy/Rakefile
|
227
231
|
- test/dummy/public/404.html
|
228
|
-
- test/dummy/public/422.html
|
229
232
|
- test/dummy/public/500.html
|
230
233
|
- test/dummy/public/favicon.ico
|
231
|
-
- test/dummy/
|
232
|
-
- test/dummy/README.rdoc
|
233
|
-
- test/generators/post_pusher/install/install_generator_test.rb
|
234
|
+
- test/dummy/public/422.html
|
234
235
|
- test/post_push_exe_test.rb
|
235
|
-
- test/
|
236
|
-
- test/test_helper.rb
|
236
|
+
- test/generators/post_pusher/install/install_generator_test.rb
|