esvg 4.1.6 → 4.2.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esvg
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.6
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-23 00:00:00.000000000 Z
11
+ date: 2017-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -89,8 +89,11 @@ files:
89
89
  - lib/esvg.rb
90
90
  - lib/esvg/helpers.rb
91
91
  - lib/esvg/railties.rb
92
+ - lib/esvg/svg-old.rb
92
93
  - lib/esvg/svg.rb
93
- - lib/esvg/symbols.rb
94
+ - lib/esvg/svgs.rb
95
+ - lib/esvg/symbol.rb
96
+ - lib/esvg/utils.rb
94
97
  - lib/esvg/version.rb
95
98
  homepage: https://github.com/imathis/esvg
96
99
  licenses:
data/lib/esvg/symbols.rb DELETED
@@ -1,10 +0,0 @@
1
- require 'yaml'
2
- require 'json'
3
- require 'zlib'
4
-
5
- module Esvg
6
- class Script
7
- def build
8
- end
9
- end
10
- end