alphabetical_paginate 0.1.1 → 0.1.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.
@@ -5,7 +5,7 @@ require 'alphabetical_paginate/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "alphabetical_paginate"
8
- spec.version = "0.1.1"
8
+ spec.version = "0.1.2"
9
9
  spec.authors = ["lingz"]
10
10
  spec.email = ["lz781@nyu.edu"]
11
11
  spec.description = "Alphabetical Pagination"
@@ -3,5 +3,8 @@ require "alphabetical_paginate/version"
3
3
  module AlphabeticalPaginate
4
4
  # Your code goes here...
5
5
  class Engine < Rails::Engine
6
+ initializer 'static_assets.load_static_assets' do |app|
7
+ app.middleware.use ::ActionDispatch::Static, "#{root}/vendor"
8
+ end
6
9
  end
7
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alphabetical_paginate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  segments:
77
77
  - 0
78
- hash: 4241529296214407595
78
+ hash: 2417711955277612371
79
79
  required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  none: false
81
81
  requirements:
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  segments:
86
86
  - 0
87
- hash: 4241529296214407595
87
+ hash: 2417711955277612371
88
88
  requirements: []
89
89
  rubyforge_project:
90
90
  rubygems_version: 1.8.25