pace_rails 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1a82d204f25bbde8280bfb7c3844c06489249c5
4
- data.tar.gz: 6657c181b3c5f043ce7c70bb8de40c19e3a6880d
3
+ metadata.gz: 603f17bf6709762701913bc17da202c674476241
4
+ data.tar.gz: 7395a7d00b927b8acfcc575bfb47a383478056ca
5
5
  SHA512:
6
- metadata.gz: e452545a5d24ea0d9948550521827daeebddb8616fca75dd34393bf704ef63b46b36b3cfbd90d3d354c7d7b1ff60850e1936c8f68f2a0564d8c39bdce0e7cbb3
7
- data.tar.gz: 054296aa3a24886e6f92945b7b83fc0394e52e6469bfd4ed08e73894d79412658e7b33e50da7392c96be0f773e61ca03f4ea94c8145cec8bcdb5cac9fdc3388a
6
+ metadata.gz: dc69687727b3c9234e2217be023df790a6e967510cdff185a3d5f2c192cc51a68a724019c18b993d3c1681ceb4864ce6d1531bbba694b44e26002070fe84eb2d
7
+ data.tar.gz: eb046db8b755c20da0682ba593da8945dc3c13b9d8e2d82e8f16121cf271359ecb1a3447429d558444c21c63edc727696055353b8153b2df08712cbc940eb571
data/README.md CHANGED
@@ -1,6 +1,9 @@
1
- # PaceRails
1
+ # pace_rails
2
2
 
3
- TODO: Write a gem description
3
+ This is basically a ruby gem for asset pipeline which include the version 0.4.3 od the awesome [Pace][Pace] library.
4
+
5
+ - [Original Library][OL]
6
+ - [Demo][Demo]
4
7
 
5
8
  ## Installation
6
9
 
@@ -18,7 +21,15 @@ Or install it yourself as:
18
21
 
19
22
  ## Usage
20
23
 
21
- TODO: Write usage instructions here
24
+ You basically have to add the required.
25
+
26
+ In your `application.js.coffee` (or just `application.js`) which is located at `app/assets/javascripts/application.js`:
27
+
28
+ //= require pace
29
+
30
+ Also, place the following in your `application.css.scss` file which is located at `app/assets/stylesheets/application.css`:
31
+
32
+ *= require pace/
22
33
 
23
34
  ## Contributing
24
35
 
@@ -27,3 +38,7 @@ TODO: Write usage instructions here
27
38
  3. Commit your changes (`git commit -am 'Add some feature'`)
28
39
  4. Push to the branch (`git push origin my-new-feature`)
29
40
  5. Create new Pull Request
41
+
42
+ [Pace]: http://github.hubspot.com/pace/ "Pace Documentation"
43
+ [OL]: https://github.com/HubSpot/pace "Pace Github Repo"
44
+ [Demo]: http://github.hubspot.com/pace/docs/welcome/ "Pace Demo"
@@ -1,3 +1,3 @@
1
1
  module PaceRails
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pace_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - arvind-naidu
@@ -79,15 +79,15 @@ files:
79
79
  - README.md
80
80
  - Rakefile
81
81
  - app/assets/javascripts/pace.js
82
- - app/assets/stylesheets/barber-shop.css
83
- - app/assets/stylesheets/big-counter.css
84
- - app/assets/stylesheets/bounce.css
85
- - app/assets/stylesheets/corner-indicator.css
86
- - app/assets/stylesheets/fill-left.css
87
- - app/assets/stylesheets/flash.css
88
- - app/assets/stylesheets/flat-top.css
89
- - app/assets/stylesheets/mac-osx.css
90
- - app/assets/stylesheets/minimal.css
82
+ - app/assets/stylesheets/pace/barber-shop.css
83
+ - app/assets/stylesheets/pace/big-counter.css
84
+ - app/assets/stylesheets/pace/bounce.css
85
+ - app/assets/stylesheets/pace/corner-indicator.css
86
+ - app/assets/stylesheets/pace/fill-left.css
87
+ - app/assets/stylesheets/pace/flash.css
88
+ - app/assets/stylesheets/pace/flat-top.css
89
+ - app/assets/stylesheets/pace/mac-osx.css
90
+ - app/assets/stylesheets/pace/minimal.css
91
91
  - lib/pace_rails.rb
92
92
  - lib/pace_rails/version.rb
93
93
  - pace_rails.gemspec