We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1be34 commit ced2dcaCopy full SHA for ced2dca
README.md
@@ -43,5 +43,6 @@ Based on [bootstrap-will_paginate](https://github.com/yrgoldteeth/bootstrap-will
43
[pc]: http://purecss.io
44
45
## Changelog
46
+- 0.0.3 Travis support, Rakefile corrected
47
- 0.0.2 Fixed dependencies
48
- 0.0.1 First version
Rakefile
@@ -1,3 +1,3 @@
1
require "bundler/gem_tasks"
2
3
-task :default => :build
+task :default => :install
lib/purecss-will_paginate/version.rb
@@ -1,5 +1,5 @@
module Purecss
module WillPaginate
- VERSION = "0.0.2"
+ VERSION = "0.0.3"
4
end
5
0 commit comments