classic_pagination 1.0.2 → 1.0.3

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classic_pagination
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
- - Sachin Singh
7
+ - sachinsinghcdn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-06 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -52,13 +52,79 @@ dependencies:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
54
  version: 3.5.3
55
+ - !ruby/object:Gem::Dependency
56
+ name: rails
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 2.3.18
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 2.3.18
69
+ - !ruby/object:Gem::Dependency
70
+ name: actionpack
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 2.3.18
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 2.3.18
83
+ - !ruby/object:Gem::Dependency
84
+ name: activesupport
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 2.3.18
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 2.3.18
55
97
  description: A pagination gem
56
- email: sachinsingh@poweron.com
98
+ email:
99
+ - sachinsingh@poweron.com
57
100
  executables: []
58
101
  extensions: []
59
102
  extra_rdoc_files: []
60
103
  files:
104
+ - CHANGELOG
105
+ - Gemfile
106
+ - Gemfile.lock
107
+ - README
108
+ - Rakefile
109
+ - classic_pagination.gemspec
61
110
  - lib/classic_pagination.rb
111
+ - lib/pagination.rb
112
+ - lib/pagination_helper.rb
113
+ - test/fixtures/companies.yml
114
+ - test/fixtures/company.rb
115
+ - test/fixtures/developer.rb
116
+ - test/fixtures/developers.yml
117
+ - test/fixtures/developers_projects.yml
118
+ - test/fixtures/project.rb
119
+ - test/fixtures/projects.yml
120
+ - test/fixtures/replies.yml
121
+ - test/fixtures/reply.rb
122
+ - test/fixtures/schema.sql
123
+ - test/fixtures/topic.rb
124
+ - test/fixtures/topics.yml
125
+ - test/helper.rb
126
+ - test/pagination_helper_test.rb
127
+ - test/pagination_test.rb
62
128
  homepage: https://github.com/poweronservices/classic_pagination
63
129
  licenses:
64
130
  - MIT