burstflow 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: 57d5cf121b6ebec0ba7a522f4220181dd1839a39
4
- data.tar.gz: 4fb11ae296181aca5b8aa117057933423b3dd671
3
+ metadata.gz: 24e4b83edc403cfa7903a0aa9fe90ab8fe0968d5
4
+ data.tar.gz: ff4e300d06ab5152d9ed07913b6cb88c73afefd6
5
5
  SHA512:
6
- metadata.gz: f4e516846e3272678f735880607b080c0518a85f0307f332e3ef9a1b36ae149da53e68abd610d1a53104257fa804aaea3ae60ccfb7f2abd9a2602c66e8928082
7
- data.tar.gz: 0c160a85d57659d232431c8136b6c1837b94f0a788dc01ccec1bb8794af0c0d890743bb19e6a77a8c59c9351b40759efe6129f11af2c781fd26a8404998d0214
6
+ metadata.gz: d123b0cde794b44e1d5c969084823a299033f0d551a8a4f2790bb1622914abdb19ae3d11b1f29f9cf9c3e97edd5a68423aae8ecb785308c0e04d34507390f468
7
+ data.tar.gz: e9af6f93dcae06d5d60ec1f71d746de2d9ef49e783f081a76fe854085686355e53a040978262d22ef1df7534500fca1a7caf7644cc95e531eaab9ab9aac5c19c
data/.gitignore CHANGED
@@ -3,7 +3,6 @@
3
3
  .bundle
4
4
  .config
5
5
  .yardoc
6
- Gemfile.lock
7
6
  InstalledFiles
8
7
  _yardoc
9
8
  coverage
data/.travis.yml CHANGED
@@ -3,8 +3,12 @@ rvm:
3
3
  - 2.5
4
4
  - 2.6
5
5
 
6
- services:
7
- - postgresql
6
+ #services:
7
+ # - postgresql
8
+
9
+ addons:
10
+ postgresql: "9.6 "
11
+
8
12
 
9
13
  stage: test
10
14
 
@@ -26,6 +30,6 @@ jobs:
26
30
  deploy:
27
31
  provider: rubygems
28
32
  api_key: $RUBYGEMS_KEY
29
- gemspec: burst.gemspec
33
+ gemspec: burstflow.gemspec
30
34
 
31
35
 
@@ -3,11 +3,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'burstflow'
6
- spec.version = '0.1.0'
6
+ spec.version = '0.1.1'
7
7
  spec.authors = ['Samoilenko Yuri']
8
8
  spec.email = ['kinnalru@gmail.com']
9
9
  spec.summary = 'Burst is a parallel workflow runner using ActiveRecord and ActiveJob'
10
- spec.description = 'It has dependency, result pipelining and suspend/resume ability'
10
+ spec.description = 'Burst is a parallel workflow runner using ActiveRecord and ActiveJob. It has dependency, result pipelining and suspend/resume ability'
11
11
  spec.homepage = 'https://github.com/RnD-Soft/burst'
12
12
  spec.license = 'MIT'
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: burstflow
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
  - Samoilenko Yuri
@@ -80,7 +80,8 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: It has dependency, result pipelining and suspend/resume ability
83
+ description: Burst is a parallel workflow runner using ActiveRecord and ActiveJob.
84
+ It has dependency, result pipelining and suspend/resume ability
84
85
  email:
85
86
  - kinnalru@gmail.com
86
87
  executables: []
@@ -94,7 +95,7 @@ files:
94
95
  - Gemfile
95
96
  - README.md
96
97
  - Rakefile
97
- - burst.gemspec
98
+ - burstflow.gemspec
98
99
  - config/database.yml
99
100
  - db/migrate/20180101000001_create_workflow.rb
100
101
  - db/schema.rb