pure-for-rails 0.2.0 → 0.2.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2847e51f7a8e7cb21133cb35c3d3910ef1694f07
4
- data.tar.gz: f845ef89d82e0ff838af334bad0a2958bff58cd1
3
+ metadata.gz: ae845f422f5a35d20bb3f01bba0327117b3fa1a9
4
+ data.tar.gz: 24af282c5ed973f9e87078fa2f43d51b73d2d921
5
5
  SHA512:
6
- metadata.gz: 13c55c1beb2d2927ef4093c4785b4dc5464c46fb988f19407942d8746d8e63ecf40921b8ad62ac239de7afcae492f2d23b08d288522b63f5d7febf7e32269dfc
7
- data.tar.gz: 0eab56624b26da15b3d33d018a2f580ffbc6e63688dde319a7541599792b366be9ecb8e177f52ed6b89c615785e538a39b2a2950e8e1b9139698d28d9122f7ac
6
+ metadata.gz: 9b85570c14f3406db3329e6935994707e027319ad93dbc7f0977d7928b26b651c1730d65cb5885658ae78f1a372f045e6e3ce4b4736e4377d42fcbdc51caef58
7
+ data.tar.gz: f7a94887613b7603fd583373aaaab4ec0c9776dabfc9cd29cb43b7f9b13cec6840fa3aab3e392ad64fb82f824fc45dfc14b58f0921f8afecfd5f02581de7d8d8
data/README.md CHANGED
@@ -3,11 +3,9 @@
3
3
 
4
4
  Rails Gem for [Yahoo Pure css](http://purecss.io/)
5
5
 
6
- ![Yahoo Pure Css for Rails](http://purecss.io/img/logo_pure@2x.png) +TODO: Delete this and the text above, and describe your gem
6
+ ![Yahoo Pure Css for Rails](http://purecss.io/img/logo_pure@2x.png)
7
7
 
8
- ## Installation
9
-
10
- ## Installation
8
+ ##Installation
11
9
  ```ruby
12
10
  gem 'pure-for-rails'
13
11
  ```
@@ -1,3 +1,3 @@
1
1
  module PureForRails
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pure-for-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suyesh Bhandari