pace_rails 0.0.3 → 0.0.4
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 +4 -4
- data/README.md +18 -3
- data/lib/pace_rails/version.rb +1 -1
- metadata +10 -10
- /data/app/assets/stylesheets/{barber-shop.css → pace/barber-shop.css} +0 -0
- /data/app/assets/stylesheets/{big-counter.css → pace/big-counter.css} +0 -0
- /data/app/assets/stylesheets/{bounce.css → pace/bounce.css} +0 -0
- /data/app/assets/stylesheets/{corner-indicator.css → pace/corner-indicator.css} +0 -0
- /data/app/assets/stylesheets/{fill-left.css → pace/fill-left.css} +0 -0
- /data/app/assets/stylesheets/{flash.css → pace/flash.css} +0 -0
- /data/app/assets/stylesheets/{flat-top.css → pace/flat-top.css} +0 -0
- /data/app/assets/stylesheets/{mac-osx.css → pace/mac-osx.css} +0 -0
- /data/app/assets/stylesheets/{minimal.css → pace/minimal.css} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 603f17bf6709762701913bc17da202c674476241
|
4
|
+
data.tar.gz: 7395a7d00b927b8acfcc575bfb47a383478056ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc69687727b3c9234e2217be023df790a6e967510cdff185a3d5f2c192cc51a68a724019c18b993d3c1681ceb4864ce6d1531bbba694b44e26002070fe84eb2d
|
7
|
+
data.tar.gz: eb046db8b755c20da0682ba593da8945dc3c13b9d8e2d82e8f16121cf271359ecb1a3447429d558444c21c63edc727696055353b8153b2df08712cbc940eb571
|
data/README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
|
-
#
|
1
|
+
# pace_rails
|
2
2
|
|
3
|
-
|
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
|
-
|
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"
|
data/lib/pace_rails/version.rb
CHANGED
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.
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|