purecss-will_paginate 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZjVhYjY1ZmZhZjYyNTAxNWVlNWRjOWMwYmJlMWU2OGFjMzAzODZhNQ==
4
+ NmJlOTM3ZWU5MDRjYzEyYjJlNTZiM2EwMmZlZDQxNjdkNmI2NTllMA==
5
5
  data.tar.gz: !binary |-
6
- YmY0Y2I4NDA1MjYxZTg2N2Y0NTdkMmY4YmMwNDRhMjNlMzU4MzU1Zg==
6
+ MTQwOTliY2U5OGE3YjFkN2I2NWNmOTczNGE0YTRjMjE1OGMyNzBkNQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZWZhMzQzOTAyNGZiY2IxYjcyZmU3NTI0N2Q5ZjQwZjYxMmRmOWZmNTNlNTBh
10
- ZDA5Y2E5MTE4ZDNlM2U4NjMxYWI1NTk1ZDMxNjY2YWUwN2NhOGFmNDQ2NjZk
11
- NGY2NzMyZTk2NDg5YjkyMTM0Y2ZhZDgxYmQzYWNkNDUwNTk5ZDg=
9
+ ZjcwZGVjNDJlZjRhNGU2MTQ0ZjVjYzRmNzNjZjExNzgzOWM3OGQxY2ExZmM5
10
+ NTVlYmY0MWE2M2I1OTdlYTRkZjgyNGI1YTkxMzRlNGI4NzU2NDU3MmI0NjM1
11
+ NmM2NDljYTRhYjg5YjI0ZDYwZDdhZTM5ZDQwZWNlNzE0YTBkYWI=
12
12
  data.tar.gz: !binary |-
13
- NzhhOGQwYzdlZWQ0NWM0NTBiYzA5MmQ1MDYxYWVhODU5ZjU2YjI4Y2M5ODc3
14
- OTkwZWQ5MDk2MWFlMDdhYTE0NjY1OWU2OWYwMTJhMzc5ZjIxMDVlYTZlNjE4
15
- NzNhYThiZDhkMWVhMGNiOTY2NjFlZDhiMmI1Y2IzZDdhNjZjNzk=
13
+ MTA0MzI5NjJmYzNhNjExZTZmNTk5ZWRkZmEzZmZlMjM5YzQyMjkxODJiZmQ2
14
+ NmRkZGRhY2Q0NTg4MDEzYzU1MGI1ZWI0MjA1NDFkZjUwOGI5ZmE2NGI4NGYz
15
+ NDdlMjYwZTJhODNhZjljNDM1ZmRhMTBmNDhmMTQ2ZGY2OTMyZWM=
data/README.md CHANGED
@@ -5,6 +5,9 @@ in [Pure CSS][pc] toolkit.
5
5
 
6
6
  Check the gem [purecss](https://github.com/mseri/rails-purecss) to include Pure in the Rails Asset Pipeline.
7
7
 
8
+ [![Build Status](https://travis-ci.org/mseri/rails-purecss-will_paginate.png?branch=master)](https://travis-ci.org/mseri/rails-purecss-will_paginate.png?branch=master)
9
+
10
+
8
11
  ## Installation
9
12
 
10
13
  Add this line to your application's Gemfile:
@@ -40,5 +43,6 @@ Based on [bootstrap-will_paginate](https://github.com/yrgoldteeth/bootstrap-will
40
43
  [pc]: http://purecss.io
41
44
 
42
45
  ## Changelog
46
+ - 0.0.3 Travis support, Rakefile corrected
43
47
  - 0.0.2 Fixed dependencies
44
48
  - 0.0.1 First version
@@ -1,5 +1,5 @@
1
1
  module Purecss
2
2
  module WillPaginate
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purecss-will_paginate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - mseri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-02 00:00:00.000000000 Z
11
+ date: 2013-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -78,7 +78,8 @@ files:
78
78
  - config/initializers/will_paginate.rb
79
79
  - README.md
80
80
  homepage: https://github.com/mseri/rails-purecss-will_paginate
81
- licenses: []
81
+ licenses:
82
+ - MIT
82
83
  metadata: {}
83
84
  post_install_message:
84
85
  rdoc_options: []