alphabetical_paginate 0.1.3 → 0.1.4

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.3"
8
+ spec.version = "0.1.4"
9
9
  spec.authors = ["lingz"]
10
10
  spec.email = ["lz781@nyu.edu"]
11
11
  spec.description = "Alphabetical Pagination"
@@ -1,4 +1,4 @@
1
- module alphabetical_paginate
1
+ module AlphabeticalPaginate
2
2
  class Engine < Rails::Engine
3
3
  end
4
4
  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.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -76,18 +76,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  - - ! '>='
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
- segments:
80
- - 0
81
- hash: -4388681360903653698
82
79
  required_rubygems_version: !ruby/object:Gem::Requirement
83
80
  none: false
84
81
  requirements:
85
82
  - - ! '>='
86
83
  - !ruby/object:Gem::Version
87
84
  version: '0'
88
- segments:
89
- - 0
90
- hash: -4388681360903653698
91
85
  requirements: []
92
86
  rubyforge_project:
93
87
  rubygems_version: 1.8.25