svgloaders 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 +4 -1
- data/lib/svgloaders/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebeb83bad499fa6eb163e3308a05e37bb6a2f60e
|
|
4
|
+
data.tar.gz: b9d4ad40048b2083dae592ac08d8b6080b7134d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8053790fc77c9d11ac1961a7078513d15de4f3d2ccde155e0c19d489fd99639b29b9f722ff2ad7514b65371b370e788b2517aff2e607429e2fa2dd8b6b27814e
|
|
7
|
+
data.tar.gz: 4153fa1a7d92614e05d694e9ad4b2bef014a65818d474d6c99cb38574e25b35934039b7b5d966f8a752ced5afe58b410d31d0141495092dbb46deb3222767f76
|
data/README.md
CHANGED
|
@@ -4,6 +4,7 @@ A gem to install [SVG-loaders](https://github.com/SamHerbert/SVG-Loaders).
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
+
|
|
7
8
|
Add this line to your application's Gemfile:
|
|
8
9
|
|
|
9
10
|
gem 'svgloaders'
|
|
@@ -22,10 +23,12 @@ and then run the generator
|
|
|
22
23
|
|
|
23
24
|
## Usage
|
|
24
25
|
|
|
25
|
-
|
|
26
|
+
The images are copied to the *app/assets/images/*
|
|
27
|
+
|
|
26
28
|
|
|
27
29
|
## Contributing
|
|
28
30
|
|
|
31
|
+
|
|
29
32
|
1. Fork it ( http://github.com/<my-github-username>/svgloaders/fork )
|
|
30
33
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
31
34
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
data/lib/svgloaders/version.rb
CHANGED