active_projection 0.5.0.pre2 → 0.5.0.rc1
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 +4 -4
- data/README.md +5 -1
- data/lib/active_projection/version.rb +1 -1
- metadata +12 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37c624f57dffb7f6881b3d1aeff8bf85bab15f3b
|
4
|
+
data.tar.gz: 5820cd1cccf2a701b2e3dd103519d82824e51749
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b147071351d1171a28bb6502f0b3aaf4e70487a71e99433f21dcc07b5d167c344b5b2ead7c23511ef2d248759b2a60896d3d7fd3638b8ee75128f4607cd177d3
|
7
|
+
data.tar.gz: 741f21cb183ec7d6ac86e8ddd7fe5c8bf87ee6ee0c1198b2aea647557bd4a3eb1efad1d05a3dc47725a3056865aa1a5fb449037501ebcf6b49782220c3d3ecb7
|
data/README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
1
|
# Active Projection
|
2
2
|
|
3
|
-
|
3
|
+
Contains everything necessary to build and run projection servers for Rails Disco.
|
4
|
+
|
5
|
+
Projections process events into database models that are optimized for the Rails views.
|
6
|
+
|
7
|
+
Have a look at the [rails-disco](https://github.com/hicknhack-software/rails-disco/wiki) documentation on Github for more details.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_projection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.0.
|
4
|
+
version: 0.5.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- HicknHack Software
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-03-
|
11
|
+
date: 2014-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: active_event
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.5.0.
|
19
|
+
version: 0.5.0.rc1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.5.0.
|
26
|
+
version: 0.5.0.rc1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: activerecord
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -148,7 +148,12 @@ dependencies:
|
|
148
148
|
- - '>='
|
149
149
|
- !ruby/object:Gem::Version
|
150
150
|
version: '0'
|
151
|
-
description:
|
151
|
+
description: |2
|
152
|
+
Contains everything necessary to build and run projection servers for Rails Disco.
|
153
|
+
|
154
|
+
Projections process events into database models that are optimized for the Rails views.
|
155
|
+
|
156
|
+
Have a look at the rails-disco documentation on Github for more details.
|
152
157
|
email: rails-disco@hicknhack-software.com
|
153
158
|
executables: []
|
154
159
|
extensions: []
|
@@ -196,7 +201,7 @@ rubyforge_project:
|
|
196
201
|
rubygems_version: 2.1.11
|
197
202
|
signing_key:
|
198
203
|
specification_version: 4
|
199
|
-
summary:
|
204
|
+
summary: Projections for Rails Disco
|
200
205
|
test_files:
|
201
206
|
- spec/factories/event_factory.rb
|
202
207
|
- spec/lib/projection_type_registry_spec.rb
|