mobile_pagination 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +4 -3
- data/lib/mobile_pagination/utils/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -119,7 +119,9 @@ Please note, any methods ending in `_link` will need to remain, as these methods
|
|
119
119
|
|
120
120
|
## Running the Tests
|
121
121
|
|
122
|
-
`
|
122
|
+
`rake`
|
123
|
+
|
124
|
+
There is a default `spec` task that will run.
|
123
125
|
|
124
126
|
## Credits
|
125
127
|
|
@@ -127,5 +129,4 @@ Please note, any methods ending in `_link` will need to remain, as these methods
|
|
127
129
|
|
128
130
|
## License
|
129
131
|
|
130
|
-
mobile_pagination is released under the MIT License. See the bundled LICENSE file for
|
131
|
-
details.
|
132
|
+
mobile_pagination is released under the MIT License. See the bundled LICENSE file for details.
|