purecss-rails 0.0.7 → 0.0.8

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: 4564291ee89cfb6c265241746d4d93e992afb4f4
4
- data.tar.gz: bdd6fb32e4d9209f58444ecf01c3c00a6e60e089
3
+ metadata.gz: 4811d4e618c9e0ac7b7cb158a8237e5e3562a9cf
4
+ data.tar.gz: 40adcca349ee43accf0f4bcdf41033cd73f0c780
5
5
  SHA512:
6
- metadata.gz: 8809116803378577e9462042c578b7e349bb8648e484cb8aa5aca855bf19bb7fdfd3a478b4deaf8fc12597f0eb9d96310452a3eb4de00562a9f2ee0cd2d474b0
7
- data.tar.gz: 61b5fc6708ced60916af421ff63bd917a3da4f9674899489ea4f8542efe218b343c9ebe45a6c55fde47b1d852f89480e00651994edd308f4d51a89f61b75a1af
6
+ metadata.gz: abc70b445720744ab72292d36fb4b2d83978467edee97f8b7c554f295f4abd64ee506f1bc88674b339b1db6aa63c9c3e2608bdcb069ba53e0566be28cc6b14cc
7
+ data.tar.gz: beea33dcba1b7171dbdd7fac2e2bf9e0851c26e89d0c3682919a9232063530b5bd7070b1e4e5c0c6c2789b9f616259054e3f4c07ca43c817a679f77906a79f34
data/README.md CHANGED
@@ -4,6 +4,7 @@ Pure ([http://purecss.io/](http://purecss.io/)) is ridiculously tiny. The entire
4
4
 
5
5
  purecss-rails project integrates Pure CSS toolkit for Rails Asset Pipeline
6
6
 
7
+ [![Build Status](https://travis-ci.org/brunohenrique/purecss-rails.png?branch=master)](https://travis-ci.org/brunohenrique/purecss-rails)
7
8
  [![Code Climate](https://codeclimate.com/github/brunohenrique/purecss-rails.png)](https://codeclimate.com/github/brunohenrique/purecss-rails)
8
9
 
9
10
  # Installation
data/Rakefile CHANGED
@@ -1 +1,7 @@
1
1
  require "bundler/gem_tasks"
2
+
3
+ desc "Bundle the gem"
4
+ task :bundle do
5
+ sh 'bundle install'
6
+ end
7
+ task :default => :bundle
@@ -1,3 +1,3 @@
1
1
  module Purecss
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["squall.bruno@gmail.com"]
11
11
  spec.homepage = "https://github.com/brunohenrique/purecss-rails"
12
12
  spec.description = %q{Purecss CSS toolkit for Rails}
13
- spec.summary = %q{Write a gem summary}
13
+ spec.summary = %q{purecss-rails project integrates Pure CSS toolkit for Rails Asset Pipeline}
14
14
  spec.homepage = ""
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purecss-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Henrique - Garu
@@ -111,5 +111,5 @@ rubyforge_project:
111
111
  rubygems_version: 2.0.3
112
112
  signing_key:
113
113
  specification_version: 4
114
- summary: Write a gem summary
114
+ summary: purecss-rails project integrates Pure CSS toolkit for Rails Asset Pipeline
115
115
  test_files: []