aws-flow-core 1.0.0 → 1.0.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.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'aws-flow-core'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
  s.date = Time.now
5
5
  s.summary = "AWS Flow Core"
6
6
  s.description = "Library to provide all the base asynchronous constructs that aws-flow uses"
@@ -40,6 +40,12 @@ module AWS
40
40
  self
41
41
  end
42
42
 
43
+ # determines whether the object is a flow future. The contract is that
44
+ # flow futures must have a #get method.
45
+ def is_flow_future?
46
+ true
47
+ end
48
+
43
49
  # Blocks if Future is not set
44
50
  # raises CancellationError when task is cancelled
45
51
  def get
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-flow-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-01 00:00:00.000000000 Z
12
+ date: 2013-10-04 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Library to provide all the base asynchronous constructs that aws-flow
15
15
  uses