alphabetical_paginate 0.1.6 → 0.2.1

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.6"
8
+ spec.version = AlphabeticalPaginate::VERSION
9
9
  spec.authors = ["lingz"]
10
10
  spec.email = ["lz781@nyu.edu"]
11
11
  spec.description = "Alphabetical Pagination"
@@ -0,0 +1,5 @@
1
+ class Array
2
+ def hello_world
3
+ puts "hello_world"
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module AlphabeticalPaginate
2
- VERSION = "0.0.1"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -1,4 +1,5 @@
1
1
  require "alphabetical_paginate/version"
2
+ require "alphabetical_paginate/array"
2
3
 
3
4
  module AlphabeticalPaginate
4
5
  require 'alphabetical_paginate/engine'
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.6
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -56,8 +56,8 @@ files:
56
56
  - README.md
57
57
  - Rakefile
58
58
  - alphabetical_paginate.gemspec
59
- - assets/javascripts/alphabetical_paginate/test.js
60
59
  - lib/alphabetical_paginate.rb
60
+ - lib/alphabetical_paginate/array.rb
61
61
  - lib/alphabetical_paginate/engine.rb
62
62
  - lib/alphabetical_paginate/version.rb
63
63
  - vendor/assets/javascripts/alphabetical_paginate.js
@@ -1 +0,0 @@
1
- alert("hello2");