quantipay-foreign-domain-routing 1.0.1 → 1.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.
- data/{README.rdoc → README} +1 -1
- data/VERSION.yml +2 -2
- metadata +3 -3
data/{README.rdoc → README}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Foreign Domain Routing +
|
|
2
2
|
Request Routing Plugin for Ruby on Rails
|
|
3
3
|
-----------------------------------------
|
|
4
|
-
|
|
4
|
+
= Foreign Domain Request Routing
|
|
5
5
|
|
|
6
6
|
-------------------------------------------------------------------------------
|
|
7
7
|
Foreign Domain Routing provides simple handling of foreign domains in Rails.
|
data/VERSION.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: quantipay-foreign-domain-routing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joe Scharf
|
|
@@ -20,15 +20,15 @@ executables: []
|
|
|
20
20
|
extensions: []
|
|
21
21
|
|
|
22
22
|
extra_rdoc_files:
|
|
23
|
-
- README
|
|
23
|
+
- README
|
|
24
24
|
files:
|
|
25
|
-
- README.rdoc
|
|
26
25
|
- VERSION.yml
|
|
27
26
|
- lib/foreign_domain_routing
|
|
28
27
|
- lib/foreign_domain_routing/routing_extensions.rb
|
|
29
28
|
- lib/foreign_domain_routing.rb
|
|
30
29
|
- test/foreign_domain_routing_test.rb
|
|
31
30
|
- test/test_helper.rb
|
|
31
|
+
- README
|
|
32
32
|
has_rdoc: true
|
|
33
33
|
homepage: http://github.com/quantipay/foreign-domain-routing-gem
|
|
34
34
|
post_install_message:
|