sandbox-sinatra 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: 5d354d8471cac8e53a879037c4f6ffb09fe966ac2096826f91dbbdeb1a310f4f
4
- data.tar.gz: 3bc63fb80a5b81ef9e47612b61f04f8e7db6d3f6ae3178a3dbb6b8508f29feeb
3
+ metadata.gz: bae764948210db86809565bcbbb8957ed57f865e5cc4fcd5dd15968ba84b26d3
4
+ data.tar.gz: 936d39a4968fd8c11421297178047f226675256f29926d226170c56657556f06
5
5
  SHA512:
6
- metadata.gz: 4b26b064ec2b9edb8b852d3ab3116a72470cd4907834d26bafb4b2e65a36b8ae22bdfff457ed18029b0a316a59b49d214318bf4d3f1ce8977fe7873dfc4a8671
7
- data.tar.gz: 6cb847330afcc87b0028770eec140623cb45ed172b301b632831dbcaf301b0928e0590aef679e313be0a18300852cfb0e3aa073c44c37df1ef08a772900b987a
6
+ metadata.gz: 7364f859590d73b98a9ff62c887962e9b6df5270a6694e161fed6e6eaf751a26aa18bf81bd94219d0ad0b7eb8c3d955eadb6efa69e4ff9e09dc327067874bb32
7
+ data.tar.gz: 5f79a8aa967296d4cec33c92440f87541dced32545bdab977d65f49aa0a011dafc0c16fb3868ed2cc746b61638467cfff45fd2537b203eda5086541a21c78570
@@ -1,3 +1,7 @@
1
+ # v0.0.3 / 2019-01-12
2
+
3
+ * Cleanup comments [#4](https://github.com/sinatra-bot/sandbox/pull/4) by [@namusyaka](https://github.com/namusyaka)
4
+
1
5
  # v0.0.2 / 2019-01-10
2
6
 
3
7
  * Remove -e option from echo [#2](https://github.com/sinatra-bot/sandbox/pull/2) by [@namusyaka](https://github.com/namusyaka)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -1,3 +1,3 @@
1
1
  module Sandbox
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sandbox-sinatra
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
  - namusyaka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-10 00:00:00.000000000 Z
11
+ date: 2019-01-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: testing, testing, testing
14
14
  email: namusyaka@gmail.com