sandbox-sinatra 0.0.3 → 0.0.4.rc

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: bae764948210db86809565bcbbb8957ed57f865e5cc4fcd5dd15968ba84b26d3
4
- data.tar.gz: 936d39a4968fd8c11421297178047f226675256f29926d226170c56657556f06
3
+ metadata.gz: f3befbe6ae6eaa5c2c8dbf2d3e1c76e8a506dc26dbc0382b48c6a1e7a26590d0
4
+ data.tar.gz: 7bc714b0d7f330cb20216ac56e0b56add42a52fc9a154f544a0df18e695cde70
5
5
  SHA512:
6
- metadata.gz: 7364f859590d73b98a9ff62c887962e9b6df5270a6694e161fed6e6eaf751a26aa18bf81bd94219d0ad0b7eb8c3d955eadb6efa69e4ff9e09dc327067874bb32
7
- data.tar.gz: 5f79a8aa967296d4cec33c92440f87541dced32545bdab977d65f49aa0a011dafc0c16fb3868ed2cc746b61638467cfff45fd2537b203eda5086541a21c78570
6
+ metadata.gz: 286bfe2d115fdab3cbce7821aedfe9f68cbb5dd67bb7c97ca45ce323f6b585f59be20eef56123183edaac811a53ebea189077eefd10b8802c7bc4234db2d717d
7
+ data.tar.gz: bb4aaad42d33aae49665575fd4215a09e59ef355bf04216977423b72a79a3a0f61b641e2421cb12c0754638df08b2f715da48076098b4fde537f77f93c4e0a6c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # v0.0.4.rc / 2019-01-12
2
+
3
+ * Support candidate release [#5](https://github.com/sinatra-bot/sandbox/pull/5) by [@namusyaka](https://github.com/namusyaka)
4
+
1
5
  # v0.0.3 / 2019-01-12
2
6
 
3
7
  * Cleanup comments [#4](https://github.com/sinatra-bot/sandbox/pull/4) by [@namusyaka](https://github.com/namusyaka)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4.rc
@@ -1,3 +1,3 @@
1
1
  module Sandbox
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4.rc'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sandbox-sinatra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4.rc
5
5
  platform: ruby
6
6
  authors:
7
7
  - namusyaka
@@ -49,9 +49,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
49
  version: '0'
50
50
  required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - ">"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: 1.3.1
55
55
  requirements: []
56
56
  rubyforge_project:
57
57
  rubygems_version: 2.7.7