rpageless 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +12 -4
  2. data/lib/rpageless/version.rb +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -1,12 +1,17 @@
1
- # Rpageless
1
+ ## Rpageless
2
+
3
+ rpageless gem originally extracted from pageless-rails . the advantage of rpageless over the pageless-rails is no need to place pageless helper code in application helpers
2
4
 
3
- TODO: Write a gem description
4
5
 
5
6
  ## Installation
6
7
 
7
8
  Add this line to your application's Gemfile:
8
9
 
9
- gem 'rpageless'
10
+ gem install rpageless
11
+
12
+ or place gem in Gemfile
13
+
14
+ gem rpageless
10
15
 
11
16
  And then execute:
12
17
 
@@ -18,7 +23,10 @@ Or install it yourself as:
18
23
 
19
24
  ## Usage
20
25
 
21
- TODO: Write usage instructions here
26
+ You can simply call pageless helper by supplying following options
27
+
28
+ pageless('pages count','url','container','target div','loading message')
29
+
22
30
 
23
31
  ## Contributing
24
32
 
@@ -1,3 +1,3 @@
1
1
  module Rpageless
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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
4
+ version: 0.0.5
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: 892131409
97
+ hash: 965506113
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: 892131409
106
+ hash: 965506113
107
107
  requirements: []
108
108
  rubyforge_project:
109
109
  rubygems_version: 1.8.23