to_spotlight 0.0.1 → 0.0.2

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: 47d051e0fece7cf647d972aa63b7687195729275c7c0373712fa38e2dc264627
4
- data.tar.gz: 7ac2551403387002cad146018d8097819e633b8934fe3df6022dd3f9fbf6acb6
3
+ metadata.gz: 74db6d9918bf3290f633050b0bd9cd48d5ea2567162f754e900048b7d98a2a16
4
+ data.tar.gz: dc240f4af0200bc92480b4a336a3404aa6ee59ded38d484c0b22f1061ff8fa33
5
5
  SHA512:
6
- metadata.gz: 7d3ccdc0a44140329d50a25aaa8c203e6813903def0fc8bc79400fde91a7a479daac1fcdd21c96406ee8ff010b6cb9b1d028041d6d076eb0970fce598d9d4350
7
- data.tar.gz: b2bf28b53fc2fcbc3f3127ff44173247a17ed0d0b3a2efba3918dd192de7c1df3898c3c9ce76d213c179d6293eb04ecaffcd8d4a8f4f741e21a991f84a6d3d3a
6
+ metadata.gz: f49cb007227af1e92be26722e3435fa628c8617c86abbe1d88e91bc441742750b0935a96ecd8656d50b93e0cdee99c6d46f155d33f89be7548011532a8af5991
7
+ data.tar.gz: da9aafaeb9ac057e22ba86f52ad00c0ec2fa8ae75ba5beea5e29f629db18d60fe7d1345d5ee64fc2c46f9dff7ff2fae26b0ccf7c4744e889535019b4b044b80e
data/config/routes.rb CHANGED
@@ -1,6 +1,6 @@
1
- ToSpotlight::Engine.routes.draw do
2
- get 'api/:request_type' => 'spotlight_transfer#api'
3
- post 'receive' => 'spotlight_transfer#receive'
4
- get 'index' => 'spotlight_transfer#index'
5
- post 'approve' => 'spotlight_transfer#approve'
1
+ Rails::Application.routes.draw do
2
+ get 'to_spotlight/api/:request_type' => 'spotlight_transfer#api'
3
+ post 'to_spotlight/receive' => 'spotlight_transfer#receive'
4
+ get 'to_spotlight/index' => 'spotlight_transfer#index'
5
+ post 'to_spotlight/approve' => 'spotlight_transfer#approve'
6
6
  end
@@ -1,3 +1,3 @@
1
1
  module ToSpotlight
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: to_spotlight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sephirothkod