excursion 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: excursion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Rebec
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-26 00:00:00.000000000 Z
11
+ date: 2013-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -66,9 +66,10 @@ dependencies:
66
66
  - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Provides a pool of routes into which applications can dump their host
70
- information and routing table. Other applications can then utilize application namespaced
71
- helper methods for redirecting, etc. between apps.
69
+ description: Provides optional javascript url helpers, CORS configuration and a pool
70
+ of routes into which applications can dump their host information and routing table.
71
+ Other applications can then utilize application namespaced helper methods for redirecting,
72
+ drawing links, placing cross-origin XHR requests, etc. between apps.
72
73
  email:
73
74
  - mark@markrebec.com
74
75
  executables: []
@@ -104,6 +105,7 @@ files:
104
105
  - lib/generators/excursion/templates/migration.rb
105
106
  - lib/excursion.rb
106
107
  - app/assets/javascripts/excursion.js
108
+ - app/assets/javascripts/excursion/pool.js.erb
107
109
  - config/routes.rb
108
110
  - spec/excursion_spec.rb
109
111
  - spec/dummy/public/500.html
@@ -183,7 +185,7 @@ rubyforge_project:
183
185
  rubygems_version: 2.1.9
184
186
  signing_key:
185
187
  specification_version: 4
186
- summary: Route pooling to share routes between applications
188
+ summary: Cross-application route pooling, javascript helpers and CORS
187
189
  test_files:
188
190
  - spec/excursion_spec.rb
189
191
  - spec/dummy/public/500.html