rpageless 0.0.8 → 0.0.9
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.
- data/README.md +2 -0
- data/lib/rpageless/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -40,6 +40,8 @@ and when you call pageless from erb's you can simply call by the following
|
|
|
40
40
|
|
|
41
41
|
that's it no need of place any helpers code in application helper file.
|
|
42
42
|
|
|
43
|
+
you can follow the demo for remianing options (https://github.com/jney/jquery.pageless.demo)
|
|
44
|
+
|
|
43
45
|
## Contributing
|
|
44
46
|
|
|
45
47
|
1. Fork it
|
data/lib/rpageless/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rpageless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -94,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
version: '0'
|
|
95
95
|
segments:
|
|
96
96
|
- 0
|
|
97
|
-
hash:
|
|
97
|
+
hash: -974200017
|
|
98
98
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
none: false
|
|
100
100
|
requirements:
|
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
version: '0'
|
|
104
104
|
segments:
|
|
105
105
|
- 0
|
|
106
|
-
hash:
|
|
106
|
+
hash: -974200017
|
|
107
107
|
requirements: []
|
|
108
108
|
rubyforge_project:
|
|
109
109
|
rubygems_version: 1.8.23
|