alphabetical_paginate 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.5"
8
+ spec.version = "0.1.6"
9
9
  spec.authors = ["lingz"]
10
10
  spec.email = ["lz781@nyu.edu"]
11
11
  spec.description = "Alphabetical Pagination"
File without changes
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.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -60,8 +60,8 @@ files:
60
60
  - lib/alphabetical_paginate.rb
61
61
  - lib/alphabetical_paginate/engine.rb
62
62
  - lib/alphabetical_paginate/version.rb
63
- - vendors/assets/javascripts/alphabetical_paginate.js
64
- - vendors/assets/javascripts/index.js
63
+ - vendor/assets/javascripts/alphabetical_paginate.js
64
+ - vendor/assets/javascripts/index.js
65
65
  homepage: http://google.com
66
66
  licenses:
67
67
  - MIT