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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b48f9b04c4daf2f94f97292dd63730b0d18ec4b5
4
- data.tar.gz: 4b6414ecdcb07eed47a89c8b31fb9236605e6750
3
+ metadata.gz: ebeb83bad499fa6eb163e3308a05e37bb6a2f60e
4
+ data.tar.gz: b9d4ad40048b2083dae592ac08d8b6080b7134d7
5
5
  SHA512:
6
- metadata.gz: fc1617ac02337208fc1b5733278572897fc1eff1b0953f43cd6cf1b773ef86d69ad10e2a561f103b39bf752acc57a2c83526ce72032a77e22795e51215e7b48d
7
- data.tar.gz: b8373e7f7f5e20852f1d4f030b50d1cfcc46b3dc7c184408dc84d969aac9e19345c86d1915dfb8c1bc0b6fd3b3875cd9c2ea631a323212d0a29d0f7a74a2a92b
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
- The images are copied to the *vendeor/assets/images/svgloaders/* ,
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'`)
@@ -1,3 +1,3 @@
1
1
  module Svgloaders
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: svgloaders
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
  - Vijay Dhama