Skip to content

Commit ced2dca

Browse files
committed
Version 0.0.3
1 parent 8c1be34 commit ced2dca

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ Based on [bootstrap-will_paginate](https://github.com/yrgoldteeth/bootstrap-will
4343
[pc]: http://purecss.io
4444

4545
## Changelog
46+
- 0.0.3 Travis support, Rakefile corrected
4647
- 0.0.2 Fixed dependencies
4748
- 0.0.1 First version

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
require "bundler/gem_tasks"
22

3-
task :default => :build
3+
task :default => :install
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Purecss
22
module WillPaginate
3-
VERSION = "0.0.2"
3+
VERSION = "0.0.3"
44
end
55
end

0 commit comments

Comments
 (0)