mobile_pagination 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module MobilePagination
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobile_pagination
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -116,7 +116,6 @@ files:
116
116
  - spec/spec_helper.rb
117
117
  - spec/unit/mobile_pagination_spec.rb
118
118
  - spec/unit/paginate_spec.rb
119
- - spec/unit/templates_spec.rb
120
119
  - spec/unit/utils_spec.rb
121
120
  homepage: http://github.com/lfender6445/mobile_pagination
122
121
  licenses:
@@ -1,5 +0,0 @@
1
- require 'spec_helper'
2
-
3
- module MobilePagination
4
-
5
- end