futurevalue 0.0.1 → 0.0.2

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.
@@ -27,15 +27,11 @@ The same code with the requests and processing wrapped in a Future::Value
27
27
  Installation
28
28
  ============
29
29
 
30
- Not yet published as a gem, so you'll have to
31
-
32
- git clone git@github.com:simen/future.git
33
- cd future
34
- rake install
30
+ gem install futurevalue
35
31
 
36
32
  Or if you use the awesomeness that is bundler, you stick this in your Gemfile:
37
33
 
38
- gem "future", :git => git@github.com:simen/future.git
34
+ gem "futurevalue"
39
35
 
40
36
  Usage
41
37
  =====
@@ -1,2 +1,2 @@
1
- require 'future/threadpool'
2
- require 'future/value'
1
+ require 'futurevalue/threadpool'
2
+ require 'futurevalue/value'
@@ -1,3 +1,3 @@
1
1
  module Future
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: futurevalue
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-29 00:00:00.000000000Z
12
+ date: 2011-10-31 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70149445959820 !ruby/object:Gem::Requirement
16
+ requirement: &70271068001180 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70149445959820
24
+ version_requirements: *70271068001180
25
25
  description: A promise of a value to be calculated in the future
26
26
  email:
27
27
  - simen@bengler.no