mobile_pagination 0.0.5 → 0.0.6
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 +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.
|