nesta-plugin-drop 0.0.7 → 0.0.8

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: e6ed0f5968113b2f0821b48b0fedefb084a2b1f6
4
- data.tar.gz: a6b51d5dd2fe91c7a52c798edcb50535763dd37b
3
+ metadata.gz: 87a6c5a96ba76c27fa031152c62bc0de3f09dfba
4
+ data.tar.gz: 2b02abbc2c6e9988fd4e8e7a19404fd9582cc5b2
5
5
  SHA512:
6
- metadata.gz: 2db8c1d7878b399fb59e70924837a00f1f866e6a96070eff160720e8f511606545ea46ea365e5324064e57844f39ad178db005d9bd72c7d6ab7eff007fa2d82a
7
- data.tar.gz: a78a59217af1bc3a56cbe75e0ab63eadc104b33fb49a073768f4ee7ed3af3d866ec6b9be8de4a7bb25caa270f3c412de220a0174dbdedcb95cb9c901bcccf674
6
+ metadata.gz: 854819d7089e115e57e826b49fd49af4bf86fb746cbc3ee5e488ee8940f214de0766eddaf188065fcc4bc0c3e6a2472a6c267accc9aedd4fa324e6170469409e
7
+ data.tar.gz: cb6a558588c138c242bf07aac94f51f0cfd97d1d9c5d481e34e660a89f11688bcfb3bcc1971f6422b004eaad8e8ed9f744382cd981c463398dd0c33e18912d57
@@ -2,7 +2,7 @@ module Nesta
2
2
  module Plugin
3
3
  module Drop
4
4
  module Routes
5
- def included(app)
5
+ def self.included(app)
6
6
  app.post "/nestadrop" do
7
7
  if !nestadrop_request?
8
8
  status 404
@@ -1,7 +1,7 @@
1
1
  module Nesta
2
2
  module Plugin
3
3
  module Drop
4
- VERSION = "0.0.7"
4
+ VERSION = "0.0.8"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nesta-plugin-drop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glenn Gillen