fasta 0.2.0 → 0.2.1

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: 6c2f7615a59c09de670681ad097127dbba4037ba56233ff43f7749dac2d1dbf1
4
- data.tar.gz: db49b244813e1d8cb2174108edd09e889ec3dfdc24b1dd3f16c8ac47a2a4f004
3
+ metadata.gz: 5cc9845c9c8402b754791616dbeab48f4f776a1cec9b0f43fbdf46d34ddcdd8f
4
+ data.tar.gz: 1c6a0b632de6fd344e13c15e0c1db2a6464da3bb51c6ada09151fa536c8bd3e1
5
5
  SHA512:
6
- metadata.gz: 6ecaea5fae3621e17c7b0f155bcea18ea3fd33399add3b9c5241a1d38131cf11ee52699ceef65b730039d4b6f2bfb9432615cdd7efb35347fb8c5b58096a8529
7
- data.tar.gz: c9535b8eec35c5d130418a0bd8f73db6990918366b9c7138bfbd2db8bef1814bc852faa085559dafddfc25ce18f40309c161f4e04fcd0e7224c6651f93b32494
6
+ metadata.gz: a51dfe77e7107d30ebafd3ed9a13819dd241d28d1adf815eafcef425f55b81cd28edbd1850647fc67a4c19e77a81622e22f0efbad2096e7c89dea6e3eb0080c5
7
+ data.tar.gz: d7f82a163e7a68f1d764982fbc0a04980110ee0dd3d72a1d2ca71b53dfb49e1e4df8c4f7f178a3081b6bc9a4de0852b3edcc81fc1963a161ee62e98f885aad94
@@ -7,9 +7,7 @@
7
7
  <content url="file://$MODULE_DIR$" />
8
8
  <orderEntry type="inheritedJdk" />
9
9
  <orderEntry type="sourceFolder" forTests="false" />
10
- <orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.0.5, RVM: ruby-2.5.1 [fasta]) [gem]" level="application" />
11
10
  <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, RVM: ruby-2.5.1 [fasta]) [gem]" level="application" />
12
- <orderEntry type="library" scope="PROVIDED" name="hanami-router (v1.2.0, RVM: ruby-2.5.1 [fasta]) [gem]" level="application" />
13
11
  <orderEntry type="library" scope="PROVIDED" name="http_router (v0.11.2, RVM: ruby-2.5.1 [fasta]) [gem]" level="application" />
14
12
  <orderEntry type="library" scope="PROVIDED" name="logger (v1.2.8, RVM: ruby-2.5.1 [fasta]) [gem]" level="application" />
15
13
  <orderEntry type="library" scope="PROVIDED" name="oj (v3.6.11, RVM: ruby-2.5.1 [fasta]) [gem]" level="application" />
@@ -1,3 +1,3 @@
1
1
  module Fasta
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  require 'hanami/router'
2
2
 
3
- $router = Hanami::Router.new(parsers: [:json]) do
3
+ $router = Hanami::Router.new do
4
4
  action = ->(klass) { ->(env) { klass.call(env) } }
5
5
 
6
6
  root to: ->(_env) { [200, {}, ['Welcome to API']] }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fasta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaro