micropub-server-rails 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
  SHA1:
3
- metadata.gz: 7b0a451ba0bc896935d636d1ed85789939054447
4
- data.tar.gz: ad514f330fc3f77790cfa16f462047bea39736fe
3
+ metadata.gz: 47e24f62fad771e5c67992106d045bd3c7f19aab
4
+ data.tar.gz: 3584fd9cff05cc5a69b69a22ce29b42db63a8b41
5
5
  SHA512:
6
- metadata.gz: 5afaf6bfdd3522c5c2d3c445d73d11ff4ae01eae238d0b7b090894951dc622db28cad4903e3df8f6da293353a3074e68ee4342ae0e4321355527875a2a6b9ad5
7
- data.tar.gz: 573975eea7b5c9949cb819f6aca78bc5ffde5f86467c0419233993d867a45d6cb7b28c06e6fae31823fb05f969fd954a3abc1cbaf3d0524c20aa2a50d6bf26b7
6
+ metadata.gz: f41c9d019603d6705c35bcf94fea0d0a9b87b41699c11670ab3f631d6538cd66d109a9f9c5bdb42b09bf0856cfada5e2713efdc7fe1d05902a330774e903b02d
7
+ data.tar.gz: d0ff1a52a68e5f3b8253e48231fa627d40ba35331e5adda4b0deeb1287d551c7525dab71ece4e1bc7a390b5c21168448d4fa59c6bf00c9c1f9c23abcc5b486ed
@@ -7,6 +7,8 @@ module Micropub::Server::Rails
7
7
  def call(env)
8
8
  if env["PATH_INFO"] == "/micropub"
9
9
  [200, { "Content-Type" => "text/plain; charset=utf-8" }, ["I am micropub"]]
10
+ else
11
+ @app.call env
10
12
  end
11
13
  end
12
14
  end
@@ -1,7 +1,7 @@
1
1
  module Micropub
2
2
  module Server
3
3
  module Rails
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: micropub-server-rails
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
  - Shane Becker