simple_es 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d717150e2ee5aad61d04331a91f2dd1ae72a310ab6ee4104eac60b6971243ad3
4
- data.tar.gz: 26a1c8f5155cacea2cd739c1bb8c0ef11f6b14d7ccf6784fb236133bd39b1728
3
+ metadata.gz: 63c3bf29d09cb009bba217bb10e400baf62fd7f008ee9d2cc7bf2b297427820c
4
+ data.tar.gz: 78b134fa4a861b9e57cb61dd9492ad2cfa428e085928f2a3bd9b1836a70d0d30
5
5
  SHA512:
6
- metadata.gz: cfe9b6201dcbb4da9d488d4c1a89650936c210d548aa0861b04a5f4aee94ebfc11ed094e50a10a2d9b703512f28755175c5b3b20e800b3f66c435aca3d59718d
7
- data.tar.gz: 4702687c52f893fb6f5a72dfcb360802feffdec79b10f8821eec0fea04d59e4df3e09dc01c5f2a25f48968786c5848e07605a52a873b114e731460423758492b
6
+ metadata.gz: 1680648b29ef591002155f620b8d956260c8600041925cb6d9507488f1e6e3ad68f589b5f0dfc618619791c9d64ead3b9460c7f5da8c982c4c2084b4a231c3d6
7
+ data.tar.gz: 267e0474b6516f1cb0d8c7ff3924b684965f35d9ec6b18c107ef18f8e4f288a992d23f1152a2c4214fc1270b986de1f3d08f5fdd9db15c351e911a673c1b6528
@@ -1,3 +1,3 @@
1
1
  module SimpleES
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/simple_es.gemspec CHANGED
@@ -7,13 +7,13 @@ Gem::Specification.new do |spec|
7
7
 
8
8
  spec.summary = %q{Simple Event Sourcing}
9
9
  # spec.description = %q{TODO: Write a longer description or delete this line.}
10
- # spec.homepage = "TODO: Put your gem's website or public repo URL here."
10
+ spec.homepage = "https://github.com/lucascaton/simple_es"
11
11
  spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
12
12
 
13
13
  # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
14
- # spec.metadata["homepage_uri"] = spec.homepage
15
- # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
16
- # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
14
+ spec.metadata["homepage_uri"] = spec.homepage
15
+ spec.metadata["source_code_uri"] = "https://github.com/lucascaton/simple_es"
16
+ spec.metadata["changelog_uri"] = "https://github.com/lucascaton/simple_es/releases"
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
19
19
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_es
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Caton
@@ -25,9 +25,12 @@ files:
25
25
  - lib/simple_es.rb
26
26
  - lib/simple_es/version.rb
27
27
  - simple_es.gemspec
28
- homepage:
28
+ homepage: https://github.com/lucascaton/simple_es
29
29
  licenses: []
30
- metadata: {}
30
+ metadata:
31
+ homepage_uri: https://github.com/lucascaton/simple_es
32
+ source_code_uri: https://github.com/lucascaton/simple_es
33
+ changelog_uri: https://github.com/lucascaton/simple_es/releases
31
34
  post_install_message:
32
35
  rdoc_options: []
33
36
  require_paths: