http_event_store 0.2.1 → 0.2.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/http_event_store.gemspec +3 -2
- data/lib/http_event_store/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0c82f9f162548830170719182ba766be1da71ab
|
4
|
+
data.tar.gz: ee8d58bec3149b278bbe82b3a5f031e260b5e567
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40369d9b81b9af50d589674b461b6cf3eb59c083129f7ae8329223f316466d2b555ec021d9f6235e1548d48878d045a91ead6cfcd9cce24fbbc065ad23ad28a6
|
7
|
+
data.tar.gz: d54015ea07165b9d98f0a2c3080b8dca373b7d5245be147a54dea9575b9f35e095717ac02e84cd40d20d400056168d262970528483d1ba6f13b1ea2d38abe976
|
data/CHANGELOG.md
ADDED
data/http_event_store.gemspec
CHANGED
@@ -6,8 +6,9 @@ require 'http_event_store/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = 'http_event_store'
|
8
8
|
spec.version = HttpEventStore::VERSION
|
9
|
-
spec.
|
10
|
-
spec.
|
9
|
+
spec.licenses = ['MIT']
|
10
|
+
spec.authors = ['Arkency']
|
11
|
+
spec.email = ['dev@arkency.com']
|
11
12
|
|
12
13
|
spec.summary = %q{HttpEventStore is a HTTP connector to the Greg's Event Store.}
|
13
14
|
spec.description = %q{HttpEventStore is a HTTP connector to the Greg's Event Store.}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: http_event_store
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Arkency
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -124,7 +124,6 @@ dependencies:
|
|
124
124
|
version: '0'
|
125
125
|
description: HttpEventStore is a HTTP connector to the Greg's Event Store.
|
126
126
|
email:
|
127
|
-
- m@praglowski.com
|
128
127
|
- dev@arkency.com
|
129
128
|
executables: []
|
130
129
|
extensions: []
|
@@ -132,6 +131,7 @@ extra_rdoc_files: []
|
|
132
131
|
files:
|
133
132
|
- ".gitignore"
|
134
133
|
- ".travis.yml"
|
134
|
+
- CHANGELOG.md
|
135
135
|
- Gemfile
|
136
136
|
- LICENSE
|
137
137
|
- README.md
|
@@ -158,7 +158,8 @@ files:
|
|
158
158
|
- lib/http_event_store/helpers/parse_state.rb
|
159
159
|
- lib/http_event_store/version.rb
|
160
160
|
homepage: https://github.com/arkency/http_event_store
|
161
|
-
licenses:
|
161
|
+
licenses:
|
162
|
+
- MIT
|
162
163
|
metadata: {}
|
163
164
|
post_install_message:
|
164
165
|
rdoc_options: []
|