Skip to content

Commit 9bedd64

Browse files
committed
Fixed dependencies
1 parent d6e34bc commit 9bedd64

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ Based on [bootstrap-will_paginate](https://github.com/yrgoldteeth/bootstrap-will
3838

3939
[wp]: http://github.com/mislav/will_paginate
4040
[pc]: http://purecss.io
41+
42+
## Changelog
43+
- 0.0.2 Fixed dependencies
44+
- 0.0.1 First version
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.1"
3+
VERSION = "0.0.2"
44
end
55
end

purecss-will_paginate.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
1717

1818
spec.add_development_dependency "bundler", "~> 1.3"
1919
spec.add_development_dependency "rake"
20-
spec.add_development_dependency "purecss"
20+
21+
spec.add_dependency "purecss"
2122
spec.add_runtime_dependency "will_paginate"
2223
end

0 commit comments

Comments
 (0)