satz 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/satz.gemspec +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ef14c47b68ac506c9096dfa78e62d7e174d3dd4
4
- data.tar.gz: eb243d56d8184dda598263589bcbfe7e5580bb2f
3
+ metadata.gz: 0ba6203a799d30cfc19fdfb62d9643ab03517cd3
4
+ data.tar.gz: da7e27d5c3ef917ef35c6ddce5af6227c62c2526
5
5
  SHA512:
6
- metadata.gz: a1025b3c94d78c146c7cee02a24be964ae9b4fef849855d954e3dff793fc901dcd405b175155ea8fb159227a0b9d32ab61854f969242a0e41880aa7430b15fd6
7
- data.tar.gz: cb37e3aabca0617d18c8730f815fc3997843a1528b3eca6834c985acd41fec8009486126d4072c229948308efd24a090cb1c2721477d036a20628486bde0b934
6
+ metadata.gz: 248f6c91f6f02e76673a5b97efdfcd2cbfa474292d96b442b451e2ec71a3b405adcf79ece53e272e9839a7827419c2baad91b96dae65330207a363734f7fa6fc
7
+ data.tar.gz: 416d6b5fbcead7d508152ccc152c590c4acad7a5175087fc5eb1dad83060b77553b08419f10196b2992d3a8924532b582ef8e22a75ad2d7493c923e0b31ec6de
data/satz.gemspec CHANGED
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "satz"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
4
4
  s.summary = "Framework for JSON microservices"
5
5
  s.description = "Framework for JSON microservices"
6
6
  s.authors = ["Michel Martens"]
7
7
  s.email = ["michel@soveran.com"]
8
- s.homepage = "https://github.com/soveran/satz"
8
+ s.homepage = "https://github.com/syro/satz"
9
9
  s.license = "MIT"
10
10
 
11
11
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: satz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michel Martens
@@ -69,7 +69,7 @@ files:
69
69
  - satz.gemspec
70
70
  - test/all.rb
71
71
  - test/helper.rb
72
- homepage: https://github.com/soveran/satz
72
+ homepage: https://github.com/syro/satz
73
73
  licenses:
74
74
  - MIT
75
75
  metadata: {}