http_event_store 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8092ccdf90fa8150f7f8243e5229a6bada5bf74b
4
- data.tar.gz: 3a441eab628a4597c037c72ec2790a479bb5700c
3
+ metadata.gz: e0c82f9f162548830170719182ba766be1da71ab
4
+ data.tar.gz: ee8d58bec3149b278bbe82b3a5f031e260b5e567
5
5
  SHA512:
6
- metadata.gz: 58d3133164929972ab97f4332de1fad981cff2fa43bd452620138f6881a3aa855a0d90fa9402d4738e7ac879b0fc562ddaa7b7bd0d06ca5282fd4925d63953d9
7
- data.tar.gz: fa7782fc7348caf60ae321e8818c79d50c456df54cfd28042bbe37d3ec993669492fc2c1cca166468b879cad272c5ff3230e1a642a7f0ab47e25b4fa79db33f7
6
+ metadata.gz: 40369d9b81b9af50d589674b461b6cf3eb59c083129f7ae8329223f316466d2b555ec021d9f6235e1548d48878d045a91ead6cfcd9cce24fbbc065ad23ad28a6
7
+ data.tar.gz: d54015ea07165b9d98f0a2c3080b8dca373b7d5245be147a54dea9575b9f35e095717ac02e84cd40d20d400056168d262970528483d1ba6f13b1ea2d38abe976
@@ -0,0 +1,3 @@
1
+ ### 0.2.2 (24.06.2016)
2
+
3
+ * Fix: Clarify Licensing terms - MIT licence it is from now
@@ -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.authors = ['Mirosław Pragłowski']
10
- spec.email = ['m@praglowski.com', 'dev@arkency.com']
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.}
@@ -1,3 +1,3 @@
1
1
  module HttpEventStore
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
- - Mirosław Pragłowski
7
+ - Arkency
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-21 00:00:00.000000000 Z
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: []