cellect-server 0.0.4 → 0.0.5
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 -2
- data/lib/cellect/testing.rb +3 -13
- data/lib/cellect/version.rb +1 -1
- data/spec/spec_helper.rb +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5131290561ed4b591c5b9a5c2dfca4ada8c687b
|
4
|
+
data.tar.gz: ed88eda7e48298a8aa079215538a39093ee1a8ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e8bf444dad2379dcaf96ab7deaa727e0f45cba152d69635ba09a3f5ccd87fedcd4a59854a2ee1377fc04a575e456f343c76002240459bdc6a9d6ea45be3b362
|
7
|
+
data.tar.gz: 9ab1643a87c1fc0f7194581726730a7fe6f4cdc8a8b5678e5efe9dc661057edd1e23f83088782ae3a852703a2122b635744c419746f7cad33e2873e9169af2b4
|
data/README.md
CHANGED
@@ -4,9 +4,9 @@ This is a work in progress
|
|
4
4
|
|
5
5
|
## Building
|
6
6
|
|
7
|
-
1. Install [Boost](http://www.boost.org/): OS X: `brew update && brew install boost`, Ubuntu: `sudo apt-get update && sudo apt-get install libboost-all-dev`
|
7
|
+
1. Install [Boost V1.55](http://www.boost.org/): OS X: `brew update && brew install boost`, Ubuntu: `sudo apt-get update && sudo apt-get install libboost-all-dev`
|
8
8
|
2. Install gem dependencies: `bundle` (See Note)
|
9
|
-
|
9
|
+
|
10
10
|
|
11
11
|
### Note
|
12
12
|
To install rice your Ruby must be compiled with shared libraries enabled, from the rice docs:
|
data/lib/cellect/testing.rb
CHANGED
data/lib/cellect/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cellect-server
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Parrish
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|