ntswf 2.1.1 → 2.2.0

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.
Files changed (1) hide show
  1. metadata +13 -13
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ntswf
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,24 +9,24 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-18 00:00:00.000000000 Z
12
+ date: 2015-05-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
- name: aws-sdk
15
+ name: aws-sdk-v1
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ~>
19
+ - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: '1.8'
21
+ version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ~>
27
+ - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: '1.8'
29
+ version: '0'
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: rspec
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -51,15 +51,15 @@ extra_rdoc_files: []
51
51
  files:
52
52
  - README.md
53
53
  - LICENSE
54
- - lib/ntswf/decision_worker.rb
55
- - lib/ntswf/utils.rb
56
- - lib/ntswf/errors.rb
57
- - lib/ntswf/activity_worker.rb
54
+ - lib/ntswf.rb
58
55
  - lib/ntswf/instance.rb
59
56
  - lib/ntswf/worker.rb
60
- - lib/ntswf/client.rb
57
+ - lib/ntswf/activity_worker.rb
58
+ - lib/ntswf/errors.rb
61
59
  - lib/ntswf/base.rb
62
- - lib/ntswf.rb
60
+ - lib/ntswf/client.rb
61
+ - lib/ntswf/decision_worker.rb
62
+ - lib/ntswf/utils.rb
63
63
  homepage: https://github.com/infopark/ntswf
64
64
  licenses:
65
65
  - LGPL-3.0