alphabetical_paginate 0.1.4 → 0.1.5

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.4"
8
+ spec.version = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -56,13 +56,12 @@ files:
56
56
  - README.md
57
57
  - Rakefile
58
58
  - alphabetical_paginate.gemspec
59
- - app/assets/javascripts/alphabetical_paginate.js
60
- - app/assets/javascripts/index.js
61
59
  - assets/javascripts/alphabetical_paginate/test.js
62
60
  - lib/alphabetical_paginate.rb
63
61
  - lib/alphabetical_paginate/engine.rb
64
62
  - lib/alphabetical_paginate/version.rb
65
- - vendors/javascripts/test.js
63
+ - vendors/assets/javascripts/alphabetical_paginate.js
64
+ - vendors/assets/javascripts/index.js
66
65
  homepage: http://google.com
67
66
  licenses:
68
67
  - MIT
@@ -1 +0,0 @@
1
- alert('hello');